summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_bmp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-15zebra: Remove unused assignment in zebra_dplane.cDonald Sharp1-3/+3
2022-08-12ospfd: debug string correctedsri-mohan11-1/+1
2022-08-12bgpd: Convert some int functions to voidDonatas Abraitis2-69/+51
2022-08-12redhat: Drop --enable-systemd from build specificationDonatas Abraitis1-3/+0
2022-08-11zebra: Fix crash in shutdown w/ pw thread still runningDonald Sharp1-3/+4
2022-08-11bgpd: don't adv conditionally withdrawn routesQuentin Young1-0/+26
2022-08-11bgpd: apply cond-adv policy to update groupQuentin Young2-2/+28
2022-08-11ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis2-12/+4
2022-08-11ospf6d: fix missing cost changeanlan_cs1-1/+4
2022-08-11pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute count" command ...Abhishek N R1-11/+27
2022-08-10pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute" command output.Abhishek N R1-18/+30
2022-08-10vtysh: Handle SIGTSTP (C-z) without exiting the vty shellDonatas Abraitis1-47/+35
2022-08-10zebra: Remove unused return codes in zebra_mpls.cDonald Sharp3-31/+15
2022-08-10zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp4-96/+72
2022-08-10zebra: System routes should be processed the same time as kernelDonald Sharp1-1/+1
2022-08-10zebra: Let's use enum for META Queue indexesDonald Sharp1-55/+101
2022-08-10zebra: Explicitly call out the correct queue nameDonald Sharp1-10/+10
2022-08-10pimd, pim6d: Using ttable for displaying "show ip/ipv6 multicast count" command.Abhishek N R1-11/+26
2022-08-09doc: pimd needs linux kernel 4.19(IGMPMSG_WRVIFWHOLE)ron2-2/+2
2022-08-08staticd: When changing the underlying nh ensure it is reinstalledDonald Sharp1-0/+26
2022-08-08bgpd: When specifying listen address for bgpd we shouldn't imply no fib flagDonatas Abraitis1-2/+1
2022-08-08zebra: Don't install connected routes multiple times into FRRDonald Sharp1-4/+0
2022-08-08tests: Convert one test to use interface based mpls configDonald Sharp5-16/+13
2022-08-08zebra: Add a `mpls enable` interface node commandDonald Sharp10-4/+178
2022-08-08zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystemDonald Sharp3-18/+26
2022-08-08zebra: Add IF_ZEBRA_DATA_X defineDonald Sharp2-38/+33
2022-08-08zebra: Cleanup unguarded debugDonald Sharp1-3/+0
2022-08-08lib: Remove invalid function declarationWeiguo Li1-7/+0
2022-08-08pim6d: Removing the temporary enabled debugs.Abhishek N R1-2/+0
2022-08-06bfdd: Some interfaces don't have mac addressesDonald Sharp1-2/+5
2022-08-06tools: Add pim6d to tools so that pim6d will work properlyDonald Sharp7-3/+16
2022-08-05tests: Check if ORF filtering works correctly when modifying prefix-listsDonatas Abraitis6-0/+189
2022-08-05bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis5-32/+48
2022-08-05zebra: zrouter.in_shutdown is an atomic variableDonald Sharp3-6/+8
2022-08-05zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp3-2/+55
2022-08-05zebra: When saving nhg for later stop processingDonald Sharp1-0/+1
2022-08-05doc/user/ripd: clarify unicast behaviourBen1-8/+8
2022-08-04bgpd: ignore NEXT_HOP for MP_REACH_NLRITrey Aspelund4-42/+55
2022-08-04bgpd: addition of vxlanFlooding field to show outputPdoijode1-0/+11
2022-08-04bgpd: add BGP_ATTR_MP_NEXTHOP_LEN_IP6 macroTrey Aspelund1-5/+9
2022-08-04*: remove test python fileMark Stapp1-22/+0
2022-08-04pimd, pim6d: Using ttable for displayingSai Gomathi N1-12/+32
2022-08-04lib: Add errno details to the sockopt_reuseaddr apiMobashshera Rasool1-2/+4
2022-08-04pimd, pim6d: Send register msg via register socketMobashshera Rasool6-1/+53
2022-08-04bgpd: fix show bgp l2vpn evpn route rd crashesTrey Aspelund1-2/+2
2022-08-03bgpd: bgp_best_path_select_defer never returns negativeDonatas Abraitis3-8/+5
2022-08-03pim6d: fix clear ipv6 mrouteSarita Patra3-0/+24
2022-08-03doc: Add `show bgp access-list` commandDonatas Abraitis1-0/+4
2022-08-03bgpd: Add `show bgp access-list` command to filter routes by ACLDonatas Abraitis2-0/+26
2022-08-03zebra: fix bond down for evpn-mhanlan_cs1-0/+13