summaryrefslogtreecommitdiffstats
path: root/lib/if.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-09configure: Add a bit more warning to the enable-shell optionDonald Sharp1-1/+1
2019-01-08debianpkg: use getent instead of egrepping filesRhonda D'Vine1-9/+6
2019-01-08zebra: update local ns_id fieldPhilippe Guibert1-0/+1
2019-01-08zebra: fix another FreeBSD warning messageRafael Zalamena1-1/+1
2019-01-08zebra: fix FreeBSD warning on fresh OS bootRafael Zalamena1-0/+12
2019-01-08zebra: implement FreeBSD route attr handlingRafael Zalamena1-3/+18
2019-01-08doc: Fix typos and grammarAnand1-6/+6
2019-01-07bgp_rfapi_basic_sanity_config2: delayed timeouts not supported without VNC attrLou Berger3-3/+3
2019-01-07bgp_rfapi_basic_sanity: delayed timeouts not supported without VNC attrLou Berger3-3/+3
2019-01-07bgpd: Modify End of Rib notification to INFODonald Sharp1-5/+5
2019-01-07bgpd: don't use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is definedLou Berger2-5/+5
2019-01-07isisd: fix point-to-point network type configEmanuele Di Pascale1-3/+2
2019-01-07zebra: dup addr detect fix clear mac commandChirag Shah1-1/+6
2019-01-07zebra: evpn dup addr detect fix unfreeze actionChirag Shah1-14/+14
2019-01-04pimd: Allow pim to display what it believes the mlag role is.Donald Sharp1-0/+3
2019-01-04pimd: Store the router mlag roleDonald Sharp2-3/+5
2019-01-04pimd: Remove pimgDonald Sharp4-11/+7
2019-01-04pimd: Remove pim_msdp_config_write as it was never usedDonald Sharp3-11/+5
2019-01-04pimd: Move register_probe_time to pim_routerDonald Sharp4-4/+3
2019-01-04pimd: Move packet_process variable to pim_routerDonald Sharp7-8/+8
2019-01-04pimd: Move register_suppress_time into struct pim routerDonald Sharp6-8/+9
2019-01-04pimd: Convert rpf_cache_refresh_delay_msec into pim_router structDonald Sharp5-6/+6
2019-01-04pimd: Move the infinite_assert_metric global to pim_routerDonald Sharp6-20/+22
2019-01-04pimd: Convert qpim_t_periodic into the `struct pim_router` structureDonald Sharp8-14/+14
2019-01-04pimd: Move debugs into pim_router structureDonald Sharp3-82/+102
2019-01-04pimd: Create a `struct pim_router` and move thread master into itDonald Sharp17-58/+87
2019-01-04zebra: Add test and show commands for mlagDonald Sharp2-1/+46
2019-01-04lib: Add mlag_role2str functionDonald Sharp3-0/+43
2019-01-04pimd: Add the reading of capabilities on startup.Donald Sharp1-0/+8
2019-01-04lib, zebra: On startup send mlag role as part of the capabilitiesDonald Sharp3-0/+6
2019-01-04zebra: Add a retrieve the mlag role functionDonald Sharp2-0/+9
2019-01-04zebra: Add some small infrastructure to get the mlag code in zebra startedDonald Sharp4-0/+70
2019-01-04lib: Add a basic mlag.h fileDonald Sharp2-0/+32
2019-01-04zebra: Remove zebra_delete_rnh from being a public functionDonald Sharp2-2/+1
2019-01-04zebra: Abstract zebra_delete_rnhDonald Sharp1-7/+7
2019-01-03doc: Update documentation to new functionalityDonald Sharp1-3/+7
2019-01-03sharpd: Add code to allow install/uninstall repeatedlyDonald Sharp2-25/+45
2019-01-03lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal2-6/+9
2019-01-02bgpd: fix parsing of community number in the "show bgp community" commandRenato Westphal1-1/+8
2019-01-02sharpd: Abstract the route install/delete functions a bitDonald Sharp3-19/+63
2019-01-02zebra: silence harmless ioctl warning when retrieving interface speedRenato Westphal1-1/+1
2019-01-02zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2-8/+8
2019-01-02sharpd: Allow sharpd to accept nexthop group as part of route installDonald Sharp1-8/+22
2019-01-02sharpd/vtysh: Allow sharpd to use nexthop-groupsDonald Sharp3-3/+5
2019-01-02sharp: Modify route install to take nexthop groupsDonald Sharp4-9/+41
2019-01-02zebra: Consolidate meta_queue_map into route_infoDonald Sharp1-55/+26
2019-01-01bgpd: evpn command to restrict to default vrfChirag Shah1-0/+30
2018-12-31ospfd: convert a couple of "show" commands to DEFPYRenato Westphal1-34/+11
2018-12-31ospfd: fix wrong argv index in the "show ip ospf neighbor" commandRenato Westphal1-2/+5
2018-12-31eigrpd: Allow eigrp to set/unset the router-id as a value.Donald Sharp1-8/+10