summaryrefslogtreecommitdiffstats
path: root/qpb/README.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22zebra: reorg dataplane context to support lsp infoMark Stapp2-79/+149
2019-01-22zebra: use rta_getattr for NETMASKRafael Zalamena1-1/+1
2019-01-22zebra: fix routing socket AF_LINK handling on NETMASKRafael Zalamena1-1/+1
2019-01-22zebra: remove unused functionsRafael Zalamena1-48/+0
2019-01-22zebra: use proper sockaddr size in kernel_rtmRafael Zalamena1-18/+24
2019-01-21bgpd: do not crash when removing ip vpn entriesPhilippe Guibert1-2/+3
2019-01-21python: make DEFPY provide the text token of fixed parametersRenato Westphal1-1/+1
2019-01-21zebra: make routing socket debug user friendlierRafael Zalamena1-10/+99
2019-01-21zebra: fix debug messages in ifam_read_mesgRafael Zalamena1-11/+11
2019-01-21zebra: fix debug prefix string sizeRafael Zalamena1-8/+25
2019-01-21zebra: fix debug messages with prefixesRafael Zalamena1-10/+9
2019-01-20lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal4-25/+14
2019-01-20zebra, lib: send VRF backend to the client daemonsRenato Westphal3-2/+6
2019-01-19lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal2-139/+6
2019-01-19lib: reset the vty xpath index when entering the config modeRenato Westphal2-4/+1
2019-01-18doc: fix small inconsistencies in the table of zapi command valuesRenato Westphal1-3/+3
2019-01-18zebra: send link parameters to zclients once they request interface infoRenato Westphal1-0/+1
2019-01-18lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal4-9/+11
2019-01-18lib: fix checking of clients subscribed to receive default routesRenato Westphal1-4/+2
2019-01-18zebra: fix checking of clients subscribed to receive interface infoRenato Westphal3-5/+5
2019-01-18ospfd: fix no virtual-link cmdEmanuele Di Pascale1-4/+7
2019-01-17bgpd: Use string length not sizeof the arrayDonald Sharp1-1/+1
2019-01-16ldpd: fix missing return value in bindanyMark Stapp1-0/+1
2019-01-16ospfd: remove default origin max age lsaChirag Shah3-0/+20
2019-01-15zebra: Cleanup unnecessary checkDonald Sharp1-1/+1
2019-01-14doc: update build instructions for freebsd on how to obtain libyangRenato Westphal2-2/+6
2019-01-14lib: update suggestions related to some northbound errorsRenato Westphal1-4/+4
2019-01-14lib: don't abort when incomplete xpath is given by the userRenato Westphal1-2/+6
2019-01-14lib: fix "use of uninitialised value" valgrind warningRenato Westphal1-1/+1
2019-01-14lib: fix "may be used uninitialized" build warningRenato Westphal1-1/+2
2019-01-14doc: Add `[no] bgp default ipv4-unicast` documentationDonald Sharp1-0/+7
2019-01-14lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal11-47/+109
2019-01-12bfdd: Fix timer print-out functionDonald Sharp1-4/+4
2019-01-11zebra: Fix uninitialized value warning in dplane codeMark Stapp1-1/+1
2019-01-11zebra: Add a switch statement for rib_process_afterDonald Sharp1-67/+75
2019-01-11zebra: Modify the status flag to 32 bits, add more flagsDonald Sharp1-1/+9
2019-01-11zebra: Limit meta_queue insertion to one time.Donald Sharp1-25/+48
2019-01-11sharpd: Clean up vtysh warning about insufficient doc stringDonald Sharp1-2/+3
2019-01-11zebra: return dataplane provider plugin handleMark Stapp2-5/+11
2019-01-11sharpd: Do addition/subtraction for meDonald Sharp1-2/+13
2019-01-11sharpd: Allow route install/removal of v6 routes.Donald Sharp2-13/+44
2019-01-11lib: Add another 32 bit accessor to the prefix data structureDonald Sharp1-0/+1
2019-01-10bfdd: remove unused OS specific functionsRafael Zalamena3-139/+0
2019-01-10bfdd: use zebra to learn about network interfacesRafael Zalamena4-22/+112
2019-01-10zebra: pass lists of results from dataplane to zebraMark Stapp3-68/+58
2019-01-09lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th...Donald Sharp3-37/+13
2019-01-09lib: Cleanup thread name setting to happen at startDonald Sharp1-2/+9
2019-01-09lib: On frr_pthread_new save a os_nameDonald Sharp1-0/+2
2019-01-09zebra: do not create vrf if name already set to default vrf at startupPhilippe Guibert1-0/+12
2019-01-09zebra: start the netns notification mechanism after ns initialisationPhilippe Guibert3-6/+7