summaryrefslogtreecommitdiffstats
path: root/zebra/interface.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-16doc: fix missing space before listQuentin Young1-0/+1
2020-11-15bgpd: Convert attr->vnc_subtlvs to use accessor functionsDonald Sharp7-50/+100
2020-11-15bgpd: Convert attr->evpn_overlay to accessor functionsDonald Sharp5-21/+44
2020-11-15bgpd: Abstract attr->cluster to accessor/set functionsDonald Sharp5-36/+66
2020-11-15bgpd: Convert attr->transit to use accessor functionsDonald Sharp3-28/+56
2020-11-15bgpd: Convert ipv6_ecommunity to use accessor functionsDonald Sharp4-22/+49
2020-11-15bgpd: Add accessor for bgp_attr.pmsi_tnl_typeDonald Sharp5-14/+28
2020-11-15bgpd: Allow NULL to be passed in for ecommunity_freeDonald Sharp3-6/+7
2020-11-15babeld: Free ifc leakDonald Sharp1-0/+1
2020-11-15bgpd: Free aggr_suppresors list on extra deletionDonald Sharp1-0/+3
2020-11-15bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp7-98/+79
2020-11-15bgpd: If using filters free up name on peer deletionDonald Sharp1-6/+11
2020-11-15isisd: Free created tablesDonald Sharp3-0/+15
2020-11-15bgpd: print prefix instead of unininted bufDonald Sharp1-2/+2
2020-11-15bgpd: on debug esi was not properly setupDonald Sharp1-0/+1
2020-11-15isisd: On shutdown leaking spf_timer thread dataDonald Sharp3-0/+13
2020-11-15bfdd: On interface address delete we are leaking memoryDonald Sharp1-1/+4
2020-11-14bgpd: When showing a lcommunity free alloced memoryDonald Sharp1-1/+5
2020-11-14bgpd: Fix missed unlocksDonald Sharp4-1/+12
2020-11-12bgpd: Respect `-e X` value for multipathDonald Sharp1-12/+12
2020-11-12bgpd: fix SA warningMark Stapp1-0/+3
2020-11-12doc: fix dup label in bgp docMark Stapp1-2/+2
2020-11-12lib: Fix crash walking up command chain in bgp commandsDonald Sharp1-1/+2
2020-11-12bgpd: Shorten some `show memory` stringsDonald Sharp3-3/+3
2020-11-11docs: mention activate keyword in user docsMichael Hohl1-0/+50
2020-11-11bgpd: withdraw any exported routes when deleting a vrfPat Ruddy2-1/+8
2020-11-10tests: reduce scale of the route scale testMark Stapp2-14/+19
2020-11-10lib, bgpd: fix crash using skiplist debug functionEmanuele Bovisio1-4/+2
2020-11-10tests: remove duplicate verify_fib_routes from common_config.pyMark Stapp1-256/+0
2020-11-10tests: only test count of nexthops in bgp max-paths testMark Stapp3-1/+32
2020-11-09doc: fix vrrp block quoteQuentin Young1-0/+2
2020-11-09doc: use anonymous link refsQuentin Young1-2/+2
2020-11-09doc: add docs on fuzzing stuffQuentin Young2-0/+165
2020-11-09doc: fix sphinx complaint about indent levelsMark Stapp1-1/+1
2020-11-09bgpd: avoid needless ebgp mhop resetEmanuele Di Pascale1-0/+4
2020-11-09lib: change limit of netns name from 15 to 35 charactersLouis Scalbert1-1/+1
2020-11-07bgpd: Fix rfapi indentation issues with a for loopDonald Sharp1-14/+10
2020-11-07bgpd: Correct CLI description for `debug bgp keepalives`Donatas Abraitis1-2/+2
2020-11-07nhrpd: Fix memory leak on shutdownDonald Sharp1-0/+12
2020-11-07zebra: Set NUD_NOARP on sticky MAC entries in addition to NTF_STICKYAnuradha Karuppiah1-2/+6
2020-11-07bgpd: Fix mistakes in defer workingDonald Sharp1-2/+3
2020-11-06bgpd: fix compiler warnings in nbr cmdChirag Shah2-29/+30
2020-11-06bfdd: fix crash on show bfd peers counters jsonEmanuele Bovisio1-1/+1
2020-11-06tests: Advertise FIB installed routes to bgp peersSoman K S10-0/+252
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 3)Soman K S9-18/+218
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 2)Soman K S5-3/+87
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S10-14/+75
2020-11-06bgpd: Actually return the group peerDonald Sharp1-2/+1
2020-11-05bfdd: fix possible null dereferenceIgor Ryzhov1-2/+2
2020-11-05ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"github login name6-114/+350