summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* yang: sync the IETF module translator with the latest frr-ripd changesRenato Westphal2019-01-181-18/+18
* ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-188-84/+154
* ripd: fix unsetting of authentication passwordRenato Westphal2019-01-181-1/+1
* ripngd: add vrf input parameter to the "clear-ripng-route" RPCRenato Westphal2019-01-183-12/+61
* ripngd: make YANG operational-data VRF aware tooRenato Westphal2019-01-183-151/+173
* ripngd: add VRF supportRenato Westphal2019-01-1811-213/+518
* ripd: add vrf input parameter to the "clear-rip-route" RPCRenato Westphal2019-01-183-12/+60
* ripd: make YANG operational-data VRF aware tooRenato Westphal2019-01-183-152/+175
* ripd: add VRF supportRenato Westphal2019-01-1814-222/+519
* ripd: failure to create a socket shouldn't be a fatal errorRenato Westphal2019-01-181-1/+1
* ripd: switch from sendto() to sendmsg()Renato Westphal2019-01-181-2/+28
* lib: peform only partial YANG validation when displaying operational dataRenato Westphal2019-01-181-1/+1
* lib: introduce new YANG helper functionRenato Westphal2019-01-182-0/+34
* lib: constify a few parameters in the VRF codeRenato Westphal2019-01-182-6/+6
* ripngd: remove the ripng global variableRenato Westphal2019-01-1811-291/+506
* ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal2019-01-183-29/+16
* ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal2019-01-183-0/+9
* ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-185-21/+20
* ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal2019-01-183-14/+16
* ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal2019-01-183-16/+21
* ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal2019-01-183-20/+21
* ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-183-59/+49
* ripd: remove the rip global variableRenato Westphal2019-01-189-319/+538
* ripd: clear list of peers when RIP is deconfiguredRenato Westphal2019-01-183-0/+9
* ripd: move "rip_distance_table" to the rip structureRenato Westphal2019-01-183-25/+15
* ripd: move global counters to the rip structureRenato Westphal2019-01-184-14/+16
* ripd: remove dead codeRenato Westphal2019-01-183-97/+0
* ripd: move "rip_offset_list_master" to the rip structureRenato Westphal2019-01-183-27/+13
* ripd: move "peer_list" to the rip structureRenato Westphal2019-01-186-21/+24
* ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal2019-01-183-15/+13
* ripd: move "rip_enable_network" to the rip structureRenato Westphal2019-01-183-14/+16
* ripd: move "rip_enable_interface" to the rip structureRenato Westphal2019-01-183-16/+20
* ripd: simplify cleaning up of routing instanceRenato Westphal2019-01-183-62/+48
* ripngd: fix valgrind warning about uninitialized memory usageRenato Westphal2019-01-181-1/+1
* ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2019-01-182-0/+6
* Merge pull request #3625 from donaldsharp/clist_strlenMark Stapp2019-01-171-1/+1
|\
| * bgpd: Use string length not sizeof the arrayDonald Sharp2019-01-171-1/+1
|/
* Merge pull request #3624 from mjstapp/fix_ldpd_bindRafael Zalamena2019-01-171-0/+1
|\
| * ldpd: fix missing return value in bindanyMark Stapp2019-01-161-0/+1
* | Merge pull request #3617 from donaldsharp/cleanup_old_stale_netlinkJafar Al-Gharaibeh2019-01-151-1/+1
|\ \
| * | zebra: Cleanup unnecessary checkDonald Sharp2019-01-151-1/+1
* | | Merge pull request #3570 from donaldsharp/dire_warningLou Berger2019-01-152-2/+72
|\ \ \
| * | | doc: Add more documentation around configure optionsDonald Sharp2019-01-091-1/+71
| * | | configure: Add a bit more warning to the enable-shell optionDonald Sharp2019-01-091-1/+1
* | | | Merge pull request #3610 from donaldsharp/bgp_default_docLou Berger2019-01-151-0/+7
|\ \ \ \
| * | | | doc: Add `[no] bgp default ipv4-unicast` documentationDonald Sharp2019-01-141-0/+7
* | | | | Merge pull request #3532 from donaldsharp/community_list_speedupLou Berger2019-01-155-49/+154
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: Further refine hash lookup to store hash valueDonald Sharp2019-01-095-12/+48
| * | | | bgpd: Add a hash for quick lookup in community_list_lookupDonald Sharp2019-01-092-24/+69
| * | | | bgpd: Use `struct rmap_community` when we use community_list_lookupDonald Sharp2019-01-091-14/+38
| | |/ / | |/| |