summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-26lib: fix ipaddr_issetQuentin Young1-1/+4
2020-02-20pimd: fix SA reportsMark Stapp2-16/+16
2020-02-20pimd: Make frr able to be built by gcc 10Tomas Korbar2-5/+6
2020-02-20zebra: remove null check before XFREE in GR codeQuentin Young1-3/+1
2020-02-20zebra: reduce scope of XCALLOC for gr processingQuentin Young1-15/+10
2020-02-19lib: do not test before XFREEQuentin Young1-3/+1
2020-02-19lib: don't allow to recurse inside route-map nodeRafael Zalamena1-1/+0
2020-02-19tests: Reduce rip[ng]-topo1 run timeDonald Sharp14-18/+22
2020-02-19tests: bgp_multiview_topo1 was taking too longDonald Sharp1-7/+5
2020-02-19isisd: do not disable circuit on ifdownEmanuele Di Pascale1-1/+0
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-18lib: Optimizing route-maps - Part-4Naveen Thanikachalam1-0/+21
2020-02-18lib: Optimizing route-maps - Part-3Naveen Thanikachalam3-240/+297
2020-02-18lib: Optimizing route-maps - Part-2Naveen Thanikachalam1-61/+217
2020-02-18lib: Optimizing route-maps - Part-1Naveen Thanikachalam3-5/+835
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