summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_bfd.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-20zebra: reduce scope of XCALLOC for gr processingQuentin Young1-15/+10
2020-02-19zebra: remove \n in zapi pbr family log msgQuentin Young1-3/+2
2020-02-19bgpd: Add a better breadcrumb for when bgp is missconfigedDonald Sharp3-0/+12
2020-02-19doc: correct ip prefix token mapping tableMark Stapp1-5/+7
2020-02-19lib: fix route-map coverity scan issueRafael Zalamena1-2/+3
2020-02-18zebra: fix missing rtadv stub functionsMark Stapp1-0/+21
2020-02-18zebra: Fix checksum calculation to not include old checksumDonald Sharp1-1/+4
2020-02-18zebra: Fix zlog_debug -> flog_err for error situations in IRDPDonald Sharp1-6/+10
2020-02-18zebra: SO_BROADCAST needs a uint32_t instead of a uint8_tDonald Sharp1-3/+4
2020-02-17bgpd: Add a couple more spaces for output on MsgRcvd and MsgSentDonald Sharp3-10/+10
2020-02-16doc: Update configure options in installation notesDonald Sharp1-0/+30
2020-02-16configure: Fixup `--disable-irdp` option to reflect realityDonald Sharp1-1/+1
2020-02-16lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp4-0/+18
2020-02-14bgpd: Show the real reason why the peer is failedDonatas Abraitis2-1/+7
2020-02-14*: encode zapi labels message using nexthopsMark Stapp5-64/+33
2020-02-14bgpd: Use the enum properly in a switch for rpki commandsDonald Sharp1-28/+22
2020-02-14bgpd: Ensure we don't crash when registering RA'sDonald Sharp1-5/+10
2020-02-14doc: Fix borked up syntax for static-linkingDonald Sharp1-2/+2
2020-02-14doc: Fixup some missing syntaxDonald Sharp4-0/+8
2020-02-14doc: Add some basic how-to for luaDonald Sharp3-0/+67
2020-02-14nhrpd: allow no nhrp map cmd to match the configured cmdJafar Al-Gharaibeh1-2/+4
2020-02-14tests: Add a evpn-pim test caseAnuradha Karuppiah18-0/+402
2020-02-14pimd: pim mlag show commandsAnuradha Karuppiah3-0/+399
2020-02-14pimd: handle ipmr-lo operational state changesAnuradha Karuppiah4-44/+76
2020-02-14pimd: handle nht metric change correctlyAnuradha Karuppiah1-0/+7
2020-02-14lib: add missing command DESC for MLAG messagesAnuradha Karuppiah1-0/+5
2020-02-14pimd: remove peerlink_rif from the orig-mroute OIL when it is oper downAnuradha Karuppiah1-23/+34
2020-02-14pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah8-12/+19
2020-02-14pimd: force update inherited OIL when vxlan local membership is createdAnuradha Karuppiah1-0/+13
2020-02-14pimd: skip syncing and running DF election on orig mroutesAnuradha Karuppiah1-1/+2
2020-02-14pimd: increase RPF metric via the peerlink_rif by plus-10Anuradha Karuppiah4-3/+75
2020-02-14pimd: inherit MLAG DF role from the parent (*, G) entryAnuradha Karuppiah3-0/+55
2020-02-14pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah11-52/+811
2020-02-14pimd: register with MLAG on the first VxLAN SGAnuradha Karuppiah2-1/+16
2020-02-14zebra: mlag debug was not being persistedAnuradha Karuppiah1-0/+5
2020-02-14zebra: add all ipv6 global addresses to RA messagesDon Slice3-27/+131
2020-02-14bgpd: Print out vrf name as well as idDonald Sharp4-13/+32
2020-02-14zebra: Add vrf name to debug outputDonald Sharp5-23/+43
2020-02-14ripngd: Add vrf name to debug outputDonald Sharp1-14/+30
2020-02-14ripd: Add vrf name to debug outputDonald Sharp1-14/+29
2020-02-14lib: Add vrf name to outputs/debugsDonald Sharp1-7/+14
2020-02-14lib: Add a macro to allow for quick/easy display of vrf nameDonald Sharp1-0/+2
2020-02-14lib: Format according to our standardDonald Sharp1-38/+34
2020-02-14sharpd: Add missing yang route-map callbacksDonald Sharp1-0/+2
2020-02-14pimd: Add missing yang callbacks for route-mapsDonald Sharp1-0/+2
2020-02-13doc: Override ORIGIN for aggregate-address commandDonatas Abraitis1-0/+10
2020-02-13tests: Add test case for `aggregate-address <prefix> origin <origin>`Donatas Abraitis6-0/+154
2020-02-13babeld: GCC complaining about no return in non-void functionDonald Sharp1-0/+1
2020-02-13*: Remove break after returnDonatas Abraitis34-397/+1
2020-02-13bgpd: Allow overriding ORIGIN for aggregate-addressDonatas Abraitis3-18/+112