summaryrefslogtreecommitdiffstats
path: root/bfdd/event.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-20lib: Free memory leak in error path in clippyDonald Sharp1-0/+4
2021-02-19lib: use right type for wconv() return valQuentin Young1-1/+1
2021-02-19bgpd: add attribute-unchanged attribute to flowspecPhilippe Guibert1-0/+5
2021-02-19bgpd: fix 'neighbor X prefix-list Y in' SAFI VPNEmanuele Di Pascale1-1/+2
2021-02-19ospf6d: Metric option in intra-prefix LSA detailYash Ranjan1-1/+6
2021-02-18ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.lynne1-30/+45
2021-02-18lib: pass the thread_master to process_timers()Mark Stapp1-6/+7
2021-02-18lib: don't awaken from poll for every timerMark Stapp1-4/+12
2021-02-18lib: remove unneeded arg from timer apiMark Stapp1-10/+6
2021-02-18lib: small code cleanup in thread.cMark Stapp1-2/+1
2021-02-18bgpd: Fix crash when we don't have a nexthopDonald Sharp1-1/+1
2021-02-17lib: fix some misc SA warningsQuentin Young3-1/+19
2021-02-17bgpd, lib: add oid2in6_addr utility and use itPat Ruddy3-4/+14
2021-02-17bgpd: mplsvpn snmp: NULL check correct pointerPat Ruddy1-1/+1
2021-02-17bgpd: mplsvpn SNMP correctly validate incoming rt_indexPat Ruddy1-2/+5
2021-02-17bgpd: Switch LL nexthop tracking to be interface basedDonald Sharp6-5/+152
2021-02-17staticd: fix vrf enablingIgor Ryzhov1-0/+2
2021-02-17staticd: fix nexthop creation and installationIgor Ryzhov4-65/+10
2021-02-17staticd: fix nexthop validationIgor Ryzhov3-5/+11
2021-02-16*: Add another commit to .git-blame-ignore-revsDonald Sharp1-0/+1
2021-02-16zebra: use AF_INET for protocol familyDonald Sharp1-2/+2
2021-02-16tests: report kernel version check failuresMark Stapp1-0/+3
2021-02-16*: fix format string SNAFUsDavid Lamparter3-8/+8
2021-02-15build: detect ICC, only try ICC options if ICCMark Stapp1-2/+11
2021-02-15tests: make generate support bundle python3 onlyMark Stapp2-25/+26
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-13bgpd: Blackhole nexthops are not reachableDonald Sharp1-3/+11
2021-02-13ospfd: cleanup ospf_flood debugsTrey Aspelund1-19/+34
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-12bgpd: add tracepoints for BMPQuentin Young2-0/+115
2021-02-12bgpd: Add Support for rfc 8050 MRT add-pathDavid Teach2-13/+57
2021-02-12bgpd: add PEER_HOSTNAME() macroQuentin Young2-5/+7
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-11bgpd: Print IPv4 nexthop for IPv6 prefixes under bgp_table_map_apply()Donatas Abraitis1-2/+5
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