summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-08tests: nhid is interfering with pattern matchDonald Sharp1-0/+1
2022-10-08bgpd: cosmetic function addressanlan_cs1-1/+1
2022-10-07bgpd: Remove unnecessary check for pi and setting type and sub-typeDonald Sharp1-10/+3
2022-10-06bgpd: Use %pI6 to print SRv6 VPN SIDsCarmine Scarpitta1-17/+4
2022-10-06tests: make hash collision test collide harderDavid Lamparter1-1/+1
2022-10-06lib: fix typesafe hash add with hash collisionFrancois Dumontet1-3/+6
2022-10-06bgpd: conditional advertisement code cleanupMadhuri Kuruganti4-166/+177
2022-10-06bgpd: adding debug command for conditional advertisementMadhuri Kuruganti5-23/+72
2022-10-05bgpd: improve 'show bgp nexthop' commandPhilippe Guibert1-6/+10
2022-10-05debian, redhat: Update changelog for new release (8.5)Donatas Abraitis2-0/+8
2022-10-04zebra: Allow tunneldump data to work properly on non-supported kernelsDonald Sharp1-4/+18
2022-10-04build: FRR 8.5 development versionfrr-8.5-devDonatas Abraitis1-1/+1
2022-10-04zebra: ignore unspec RetransTimer in RA validationTrey Aspelund1-1/+2
2022-10-04zebra: show local/rx values in RA mismatch debugsTrey Aspelund1-10/+19
2022-10-04bgpd: show ip bgp neighbors graceful-restart typoMichal Ruprich1-1/+1
2022-10-04fabricd: Turn off excessive logging when peering will not come upDonald Sharp1-5/+9
2022-10-04bgpd: Show why the prefix is inaccessible in show commandsDonatas Abraitis1-3/+9
2022-09-30bgpd: Fix `show bgp nexthop A.B.C.D`Donald Sharp1-1/+1
2022-09-30bgpd: Ensure FRR has enough data to read 2 bytes in bgp_open_option_parseDonald Sharp1-7/+28
2022-09-30bgpd: Ensure FRR has enough data to read 2 bytes in peek_for_as4_capabilityDonald Sharp1-6/+21
2022-09-30pimd, pim6d: send secondary address in PIM hello packetSarita Patra3-9/+21
2022-09-30tests: Check if the routes in the kernel are retained for GR as wellDonatas Abraitis4-13/+20
2022-09-30bgpd: Do not send Deconfig/Shutdown message when restartingDonatas Abraitis7-8/+181
2022-09-30bgpd: BGP does not update next-hop when global V6 address is configuredPdoijode2-2/+241
2022-09-29tests: Check if BGP works correctly when using local-as == remote-asDonatas Abraitis8-0/+178
2022-09-29bgpd: Allow using remote-as the same as local-asDonatas Abraitis3-45/+16
2022-09-28pimd: Remove some unused defines in pimd.hDonald Sharp1-2/+0
2022-09-28pimd: Assign a vty port value for v6Donald Sharp2-1/+2
2022-09-27vtysh: Show allow-reserved-ranges once in configDonatas Abraitis1-0/+2
2022-09-27pimd: Allow v6 to do non-integrated configurationDonald Sharp1-2/+0
2022-09-27doc: Update setup.rstSpoorthi K1-1/+1
2022-09-27vtysh: Properly handle `service cputime-warning XX` in configDonald Sharp1-1/+3
2022-09-27vtysh: Properly handle `[no] service cputime-stats` in configDonald Sharp1-1/+5
2022-09-27pimd: IGMP Querier election is not correct in LAN scenarioMobashshera Rasool1-3/+10
2022-09-26tools: Configure systemd to always restart FRR, regardless of exit codeBrian Rak2-2/+2
2022-09-26pathd: change the vty output, when no ted is enabled on pathdPhilippe Guibert1-1/+1
2022-09-26doc: Updated the document for mld debug commandsSai Gomathi N1-0/+16
2022-09-26lib: Fix `show route-map NAME json` command and memory leakDonatas Abraitis1-1/+0
2022-09-26bgpd: Print hostname for peer as well when marking as stale for route-refreshDonatas Abraitis1-5/+4
2022-09-26pim6d: Adding last member query count field in "show ipv6 mld interface [ifna...Abhishek N R1-0/+2
2022-09-26pimd,pim6d: Change the show running commands based on address familySai Gomathi N2-4/+6
2022-09-26pim6d: Add 'debug mld trace detail'Sai Gomathi N1-0/+19
2022-09-26pim6d: Add 'debug mld trace'Sai Gomathi N1-0/+18
2022-09-26pim6d: Add 'debug mld packets'Sai Gomathi N1-0/+18
2022-09-26pim6d: Add 'debug mld events'Sai Gomathi N1-0/+18
2022-09-26pim6d: Add 'debug mld'Sai Gomathi N1-0/+22
2022-09-25doc: Add `neighbor PEER extended-optional-parameters` commandDonatas Abraitis1-0/+9
2022-09-25doc: Update supported BGP RFC listDonatas Abraitis1-19/+54
2022-09-25bgpd: conditional advertise-map unset on peer fixing warning messagesMadhuri Kuruganti1-4/+11
2022-09-25bgpd: conditional advertise-map unset on peer not re-advertising withdrawn ro...Madhuri Kuruganti2-37/+105