Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #12298 from kanavin/fix-python-config | Donald Sharp | 2022-11-18 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | m4/ax_python.m4: check for python-x.y-emded.pc, not python-x.y.pc | Alexander Kanavin | 2022-11-09 | 1 | -1/+1 | |
* | | | | | Merge pull request #12309 from proelbtn/bgpd-fix-mpls-vpn-advertisement | Russ White | 2022-11-17 | 20 | -7/+346 | |
|\ \ \ \ \ | ||||||
| * | | | | | bgpd: fix invalid ipv4-vpn nexthop for IPv6 peer | Ryoga Saito | 2022-11-17 | 1 | -7/+6 | |
| * | | | | | tests: Add topotest for l3vpn over ipv6 peer | Ryoga Saito | 2022-11-17 | 19 | -0/+340 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #12081 from sworleys/EMM-upstream | Donatas Abraitis | 2022-11-17 | 17 | -545/+1862 | |
|\ \ \ \ \ | ||||||
| * | | | | | bgpd: use vty_json() in show bpg vni json output | Stephen Worley | 2022-11-01 | 1 | -70/+23 | |
| * | | | | | bgpd: vni_t is uint32_t so print it as such in vty | Stephen Worley | 2022-11-01 | 1 | -7/+7 | |
| * | | | | | bgpd: use CHECK_FLAG for es_flags in route detail | Stephen Worley | 2022-11-01 | 1 | -3/+4 | |
| * | | | | | zebra: use "get" naming for bgp accept lower knob | Stephen Worley | 2022-11-01 | 5 | -5/+5 | |
| * | | | | | bgpd: fix vni table output broken by 8304dabfab906 | Stephen Worley | 2022-10-11 | 1 | -41/+36 | |
| * | | | | | doc: add new `show bgp vni ...` command to docs | Stephen Worley | 2022-10-11 | 1 | -0/+4 | |
| * | | | | | bgpd: don't unlock bgp_dest twice | Trey Aspelund | 2022-10-11 | 1 | -4/+8 | |
| * | | | | | bgpd: add show bgp vni <VNI|all> json commands | Stephen Worley | 2022-10-11 | 1 | -11/+28 | |
| * | | | | | zebra: add some neigh del not found debugs | Stephen Worley | 2022-10-11 | 2 | -2/+13 | |
| * | | | | | bgpd,zebra,lib: bgp evpn vni macip into two tables | Stephen Worley | 2022-10-11 | 12 | -464/+1473 | |
| * | | | | | bgpd: sync seq numbers only if the MAC address is the same | Anuradha Karuppiah | 2022-10-11 | 1 | -4/+22 | |
| * | | | | | bgpd: include ESI in the zebra update log | Anuradha Karuppiah | 2022-10-11 | 1 | -5/+16 | |
| * | | | | | zebra: special sync routes lower seq handling | Stephen Worley | 2022-10-11 | 2 | -2/+28 | |
| * | | | | | bgpd: rework VNI table for type2/macip routes | Stephen Worley | 2022-10-11 | 6 | -143/+375 | |
| * | | | | | zebra: add knob to accept lower seq in evpn | Stephen Worley | 2022-10-07 | 5 | -14/+50 | |
* | | | | | | Merge pull request #12147 from pguibert6WIND/srte_flush | Donatas Abraitis | 2022-11-17 | 3 | -1/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | zebra: upon srte leave, flush sr policies | Philippe Guibert | 2022-10-19 | 3 | -1/+21 | |
* | | | | | | | Merge pull request #12302 from louis-6wind/fix-isis_route_null-area | Olivier Dugeon | 2022-11-17 | 1 | -6/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | isisd: fix area NULL pointer in isis_route_update | Louis Scalbert | 2022-11-17 | 1 | -6/+7 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12312 from pguibert6WIND/bgp_lu_rr_case | Russ White | 2022-11-17 | 1 | -4/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bgpd: authorise to select bgp self peer prefix on rr case | Philippe Guibert | 2022-11-15 | 1 | -4/+10 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11992 from pguibert6WIND/pathd_debug | Russ White | 2022-11-17 | 7 | -66/+188 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | pathd: display SRTE policy status when removing policy | Philippe Guibert | 2022-11-14 | 1 | -4/+20 | |
| * | | | | | | | pathd: some traces are added to 'debug pathd ted' command. | Philippe Guibert | 2022-11-14 | 1 | -6/+8 | |
| * | | | | | | | pathd: use a define to store the the length of endpoint string | Philippe Guibert | 2022-11-14 | 4 | -16/+32 | |
| * | | | | | | | pathd: add 'debug pathd policy' command | Philippe Guibert | 2022-11-14 | 4 | -44/+122 | |
| * | | | | | | | pathd: display path ted debugging status | Philippe Guibert | 2022-11-14 | 3 | -0/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #12324 from sworleys/Guard-InQ-Log | Donatas Abraitis | 2022-11-16 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bgpd: debug guard inQ limit | Stephen Worley | 2022-11-15 | 1 | -4/+5 | |
* | | | | | | | | Merge pull request #12259 from opensourcerouting/fix/show_rtt_always | Donald Sharp | 2022-11-16 | 4 | -13/+46 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bgpd: Show the counters for RTT when shutdown on RTT feature is enabled | Donatas Abraitis | 2022-11-04 | 1 | -2/+16 | |
| * | | | | | | | | bgpd: Show the reason when the session is killed due to RTT | Donatas Abraitis | 2022-11-04 | 4 | -11/+30 | |
| * | | | | | | | | bgpd: Always show estimated RTT to the peer | Donatas Abraitis | 2022-11-04 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #11058 from opensourcerouting/fix/redhat_debian_logrotate | Jafar Al-Gharaibeh | 2022-11-16 | 4 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | packaging: Reuse frr.logrotate for Debian and Redhat builds | Donatas Abraitis | 2022-11-08 | 4 | -2/+3 | |
* | | | | | | | | | Merge pull request #12291 from anlancs/pimd/mtrace-fd | Stephen Worley | 2022-11-15 | 1 | -10/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | pimd: delay creating the socket | anlan_cs | 2022-11-09 | 1 | -10/+9 | |
* | | | | | | | | | | Merge pull request #12307 from mtomaschewski/declare-a-check | Donatas Abraitis | 2022-11-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | tools: remove backslash from declare check regex | Marius Tomaschewski | 2022-11-11 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #12315 from donaldsharp/dplane_sorry | Donatas Abraitis | 2022-11-15 | 1 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | zebra: Fix dplane_fpm_nl to allow for fast configuration | Donald Sharp | 2022-11-14 | 1 | -2/+5 | |
| * | | | | | | | | | | | zebra: Use the enum, luke | Donald Sharp | 2022-11-14 | 1 | -6/+1 | |
* | | | | | | | | | | | | Merge pull request #12045 from patrasar/pimv6_rpf_fix | Donatas Abraitis | 2022-11-14 | 5 | -11/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | pimd, pim6d: Don't allow pim disabled interface as nexthop | Sarita Patra | 2022-11-14 | 2 | -8/+17 |