summaryrefslogtreecommitdiffstats
path: root/zebra/rtread_sysctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-02pimd: Add some more vrf debug informationDonald Sharp1-7/+10
2017-08-02pimd: Cleanup nht debugsDonald Sharp2-8/+11
2017-08-02pimd: Clean up mroute_add_vif debuggingDonald Sharp1-4/+8
2017-08-02pimd: Convert to using a RB tree for the pim_ifp ifchannel_listDonald Sharp5-119/+75
2017-08-02pimd: Rename pim_ifp->pim_ifchannel_listDonald Sharp4-33/+31
2017-08-02pimd: Remove almost duplicate pim->ifchannel_listDonald Sharp4-295/+368
2017-08-02doc/babeld: small documentation updateRenato Westphal2-4/+4
2017-08-02lib: fix build from git repository on OpenBSDRenato Westphal1-1/+1
2017-08-01ospfd: Fix, don't run network unset commands on virtual linksJafar Al-Gharaibeh1-2/+6
2017-08-01bgpd: multipath change for VRF route is not updated in zebraDaniel Walton1-1/+1
2017-08-01build: fix/improve clippy dependenciesDavid Lamparter3-1/+11
2017-08-01tests: fix small typoRenato Westphal2-2/+2
2017-08-01bgpd: don't make any assumptions about the size of an enumRenato Westphal2-4/+4
2017-08-01lib: use switch statements in the AFI/SAFI conversion functionsRenato Westphal1-22/+34
2017-08-01lib/bgpd: introduce the iana_safi_t enumRenato Westphal13-45/+68
2017-08-01lib: remove SAFI_RESERVED_4 and SAFI_RESERVED_5Renato Westphal4-24/+10
2017-07-31bgpd: peer hash expands until we are out of memoryDaniel Walton4-2/+11
2017-07-31build: non-recursive auxiliary directoriesDavid Lamparter7-36/+54
2017-07-31protobuf: fix buildDavid Lamparter3-3/+6
2017-07-31build: non-recursive qpb & fpmDavid Lamparter11-78/+89
2017-07-31build: zebra: remove *_method Makefile hacksDavid Lamparter22-267/+189
2017-07-31build: convert zebra/ to non-recursive buildDavid Lamparter6-108/+174
2017-07-31build: convert lib/ to non-recursive buildDavid Lamparter10-171/+306
2017-07-31Correct build TLV functionsOlivier Dugeon2-4/+4
2017-07-31lib: s/leychain/keychainQuentin Young1-1/+1
2017-07-31Correct code style as requested by review of PR839Olivier Dugeon1-16/+14
2017-07-31vtysh: Fix shell executed commandsDonald Sharp1-8/+14
2017-07-31ldpd: update .gitignoreRenato Westphal1-0/+1
2017-07-31ldpd: silence coverity scan warningRenato Westphal1-1/+5
2017-07-31ldpd: add auto-complete for l2vpnsRenato Westphal1-2/+24
2017-07-31ldpd: convert CLI code to use DEFPYRenato Westphal6-736/+276
2017-07-31ldpd: restore correct defaults on "no discovery ... interval"Renato Westphal1-2/+3
2017-07-31ldpd: fix missing "no" commands in vtyshRenato Westphal1-29/+87
2017-07-31ldpd: fix segfault in "clear mpls ldp neighbor [addr]"Renato Westphal1-2/+3
2017-07-28pimd: fix `show ip msdp...` NPD when vrf unknownQuentin Young1-4/+11
2017-07-28pimd: Fix msdp cleanup issuesDonald Sharp1-1/+11
2017-07-28pimd: Allow the keepalive time to be per vrf.Donald Sharp10-21/+22
2017-07-28zebra: use DEFPY for static routesRenato Westphal3-697/+49
2017-07-28zebra: unify the ipv4/ipv6 static route functionsRenato Westphal1-244/+129
2017-07-28zebra: allow fully specified static ipv4 routesRenato Westphal3-17/+156
2017-07-28zebra: refactor zebra_static_ipv4() and static_ipv6_func()Renato Westphal1-118/+126
2017-07-28zebra: accept static v6 routes with non-existent nexthop interfacesRenato Westphal1-3/+3
2017-07-28zebra: remove redundant DEFUNs for labeled static routesRenato Westphal3-674/+63
2017-07-28zebra: remove weird blackhole/reject ipv6 static routesRenato Westphal1-129/+31
2017-07-28zebra: use curly braces for optional arguments of static routesRenato Westphal1-16/+16
2017-07-28ospf6d: New version of GCC with new warningsDonald Sharp4-7/+7
2017-07-27lib: correct some node name typosQuentin Young1-3/+3
2017-07-27bgpd rfapi: use afi_tLou Berger3-8/+9
2017-07-27bgpd rfapi: fix breakage introduced in refactoringLou Berger1-1/+1
2017-07-27lib: Remove expansion of hash tableDonald Sharp2-22/+2