summaryrefslogtreecommitdiffstats
path: root/pimd/pim_br.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-18ripd: make YANG operational-data VRF aware tooRenato Westphal3-152/+175
2019-01-18ripd: add VRF supportRenato Westphal14-222/+519
2019-01-18ripd: failure to create a socket shouldn't be a fatal errorRenato Westphal1-1/+1
2019-01-18ripd: switch from sendto() to sendmsg()Renato Westphal1-2/+28
2019-01-18lib: peform only partial YANG validation when displaying operational dataRenato Westphal1-1/+1
2019-01-18lib: introduce new YANG helper functionRenato Westphal2-0/+34
2019-01-18lib: constify a few parameters in the VRF codeRenato Westphal2-6/+6
2019-01-18ripngd: remove the ripng global variableRenato Westphal11-291/+506
2019-01-18ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal3-29/+16
2019-01-18ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal3-0/+9
2019-01-18ripngd: move "peer_list" to the ripng structureRenato Westphal5-21/+20
2019-01-18ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal3-14/+16
2019-01-18ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal3-16/+21
2019-01-18ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal3-20/+21
2019-01-18ripngd: simplify cleaning up of routing instanceRenato Westphal3-59/+49
2019-01-18ripd: remove the rip global variableRenato Westphal9-319/+538
2019-01-18ripd: clear list of peers when RIP is deconfiguredRenato Westphal3-0/+9
2019-01-18ripd: move "rip_distance_table" to the rip structureRenato Westphal3-25/+15
2019-01-18ripd: move global counters to the rip structureRenato Westphal4-14/+16
2019-01-18ripd: remove dead codeRenato Westphal3-97/+0
2019-01-18ripd: move "rip_offset_list_master" to the rip structureRenato Westphal3-27/+13
2019-01-18ripd: move "peer_list" to the rip structureRenato Westphal6-21/+24
2019-01-18ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal3-15/+13
2019-01-18ripd: move "rip_enable_network" to the rip structureRenato Westphal3-14/+16
2019-01-18ripd: move "rip_enable_interface" to the rip structureRenato Westphal3-16/+20
2019-01-18ripd: simplify cleaning up of routing instanceRenato Westphal3-62/+48
2019-01-18ripngd: fix valgrind warning about uninitialized memory usageRenato Westphal1-1/+1
2019-01-18ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2-0/+6
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-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