summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-15lib: fix CRNL causing empty prompt linesDavid Lamparter1-1/+15
2021-02-15lib: stop parallel-passing vty_sock, detangleDavid Lamparter1-38/+50
2021-02-14lib, bgpd: smux_trap return code is never usedDonald Sharp3-15/+15
2021-02-14bgpd: Prevent store but never read of iDonald Sharp1-2/+2
2021-02-14nhrpd: Fix clang SA about null derefDonald Sharp1-2/+7
2021-02-14bgpd: Check for peer->su_remote if not NULL when handling IPv6 nexthopDonatas Abraitis1-0/+1
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter32-77/+74
2021-02-13doc: document LD_PRELOAD workaround for lttngQuentin Young1-0/+25
2021-02-12bgpd: send correct BMP down message when nht failsQuentin Young3-4/+55
2021-02-12lib: de-uglify `-t` option + `log stdout` comboDavid Lamparter1-1/+1
2021-02-12lib: have a lib_privs for ... lib privsDavid Lamparter2-0/+8
2021-02-12lib: memorize what fds were open at startupDavid Lamparter2-1/+25
2021-02-11bgpd: fix empty advertised-routes for 2-tier safisTrey Aspelund1-85/+184
2021-02-11bgpd: When deleting a neighbor from a peer-group the PGNAME is optionalDonald Sharp1-2/+2
2021-02-11bgpd: Replace typo "Cluser length" => "Cluster length"Donatas Abraitis1-1/+1
2021-02-11ospfd: Debug race condition in Segment RoutingOlivier Dugeon3-29/+40
2021-02-11ospfd: Prevent duplicate packet read in certain vrf situationsDonald Sharp1-0/+10
2021-02-11nhrpd: replace nhrp route nexthop with onlink route when prefix=nhPhilippe Guibert1-6/+20
2021-02-11nhrpd: shortcut routes installed with nexthop.Philippe Guibert1-4/+12
2021-02-11lib: support mallinfo2()Quentin Young2-1/+28
2021-02-10ospf6d : fix issue in ecmp inter area routeSoman K S2-12/+41
2021-02-09vrf: use wrappers to change VRF_CONFIGURED flagIgor Ryzhov1-2/+2
2021-02-09vrf: mark vrf as configured when entering vrf nodeIgor Ryzhov1-0/+1
2021-02-09tests: mplsL3vpn SNMP topotestPat Ruddy28-0/+1371
2021-02-09pimd: json support addednsaigomathi2-15/+67
2021-02-09doc: We have to enable nht tracking via default route multihop eBGPDonatas Abraitis1-0/+3
2021-02-09tests: Modify timers on bgp_blackhole_communityDonald Sharp4-0/+4
2021-02-08[filter]: change return code for errorsvarasteh1-12/+12
2021-02-08bgpd: Do not compare attr again.zyxwvu Shi1-1/+1
2021-02-08vtysh: disable bracketed paste in readlineQuentin Young1-0/+6
2021-02-08pimd: check debug flag one timeanlancs1-4/+3
2021-02-07bfdd: Prevent use after free ( again )Donald Sharp1-1/+3
2021-02-07*: Fix usage of bfd_adj_eventDonald Sharp4-15/+25
2021-02-07bgpd: Remove the double decleration of bgp_global_evpn_node_lookupDonald Sharp1-8/+0
2021-02-06bgpd: Dump BGP attrs to check what's the actual prefix with aggr_as 0Donatas Abraitis1-4/+22
2021-02-06bgpd: Remove aggregatorAsMalformed related outputs JSON and non-JSONDonatas Abraitis1-15/+2
2021-02-05bgpd: Unset only aggregator flag when AGGREGATOR_AS is 0Donatas Abraitis1-13/+10
2021-02-04doc: Slightly touch on the vrf route lookup semanticsDonald Sharp1-0/+8
2021-02-04zebra: Display instance id as part of `show zebra client summ`Donald Sharp1-2/+11
2021-02-03bfdd: fix session lookupIgor Ryzhov1-115/+45
2021-02-03tests: fix ospf6_topo1 missing ref filesMark Stapp4-0/+38
2021-02-03doc: cross compilation guideWesley Coakley3-0/+328
2021-02-03bgpd: Drop aggregator_as attribute if malformed in case of BGP_AS_ZERODonatas Abraitis1-16/+19
2021-02-03zebra: resolve multiple functions for local MAC deletePat Ruddy3-95/+11
2021-02-03lib/xref: fix initializer order for C++David Lamparter1-4/+10
2021-02-03lib/xref: fix frrtrace() calls in thread codeDavid Lamparter1-15/+18
2021-02-03lib/xref: work around GCC bug 41091David Lamparter3-49/+88
2021-02-03lib/xref: restore lost extern "C" beginningDavid Lamparter1-0/+4
2021-02-02*: fix all backetsIgor Ryzhov9-49/+49
2021-02-02bgpd: Replace 65535 with UINT16_MAXDonatas Abraitis3-6/+6