]> git.puffer.fish Git - mirror/frr.git/log
mirror/frr.git
6 months agoMerge pull request #17023 from donaldsharp/dplane_problems base_10.2
Russ White [Tue, 8 Oct 2024 15:45:27 +0000 (11:45 -0400)]
Merge pull request #17023 from donaldsharp/dplane_problems

zebra: Allow dplane to pass larger number of nexthops down to dataplane

6 months agoMerge pull request #17009 from donaldsharp/pw_cleanup
Russ White [Tue, 8 Oct 2024 14:56:28 +0000 (10:56 -0400)]
Merge pull request #17009 from donaldsharp/pw_cleanup

Pw cleanup

6 months agoMerge pull request #16945 from opensourcerouting/fix/bgp_received-routes_with_soft_in...
Russ White [Tue, 8 Oct 2024 14:16:24 +0000 (10:16 -0400)]
Merge pull request #16945 from opensourcerouting/fix/bgp_received-routes_with_soft_inbound

bgpd: Show unmodified version of received-routes per neighbor

6 months agoMerge pull request #16942 from baozhen-H3C/202409271079
Russ White [Tue, 8 Oct 2024 14:15:19 +0000 (10:15 -0400)]
Merge pull request #16942 from baozhen-H3C/202409271079

TI-LFA incorrectly included pseudo-nodes when calculating PQ space.

6 months agoMerge pull request #16941 from opensourcerouting/fix/issue_16877
Russ White [Tue, 8 Oct 2024 14:14:30 +0000 (10:14 -0400)]
Merge pull request #16941 from opensourcerouting/fix/issue_16877

bgpd: Relax the same prefix and nexthop to be valid

6 months agoMerge pull request #17022 from opensourcerouting/vrrp-cmsg-next
Donald Sharp [Tue, 8 Oct 2024 13:31:18 +0000 (09:31 -0400)]
Merge pull request #17022 from opensourcerouting/vrrp-cmsg-next

vrrpd: iterate over all ancillary messages

6 months ago*: Allow 16 bit size for nexthops 17023/head
Donald Sharp [Mon, 7 Oct 2024 16:40:46 +0000 (12:40 -0400)]
*: Allow 16 bit size for nexthops

Currently FRR is limiting the nexthop count to a uint8_t not a
uint16_t.  This leads to issues when the nexthop count is 256
which results in the count to overflow to 0 causing problems
in the code.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agoMerge pull request #15903 from y-bharath14/srib-topotests-v1
Russ White [Tue, 8 Oct 2024 12:27:12 +0000 (08:27 -0400)]
Merge pull request #15903 from y-bharath14/srib-topotests-v1

tests: catch exception during switch shutdown

6 months agoMerge pull request #17014 from anlancs/fix/isisd-topo-check
Donatas Abraitis [Tue, 8 Oct 2024 05:10:22 +0000 (08:10 +0300)]
Merge pull request #17014 from anlancs/fix/isisd-topo-check

isisd: fix wrong check for MT commands

6 months agoMerge pull request #17024 from Jafaral/fix-autorp
Donatas Abraitis [Tue, 8 Oct 2024 05:03:52 +0000 (08:03 +0300)]
Merge pull request #17024 from Jafaral/fix-autorp

pimd: fix a possible crash when enabling debug autorp

6 months agozebra: Do not retry in 30 seconds on pw reachability failure 17009/head
Donald Sharp [Fri, 4 Oct 2024 13:51:46 +0000 (09:51 -0400)]
zebra: Do not retry in 30 seconds on pw reachability failure

Currently the zebra pw code has setup a retry to install the
pw after 30 seconds when it is decided that reachability to
the pw is gone.  This causes a failure mode where the
pw code just goes and re-installs the pw after 30 seconds
in the non-reachability case.  Instead it should just be
reinstalling after reachability is restored.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agozebra: Move pw status settting until after we get results
Donald Sharp [Fri, 4 Oct 2024 13:38:25 +0000 (09:38 -0400)]
zebra: Move pw status settting until after we get results

Currently the pw code sets the status of the pw for install
and uninstall immediately when notifying the dplane.  This
is incorrect in that we do not actually know the status at
this point in time.  When we get the result is when to set
the status.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agopimd: fix a possible crash when enabling debug autorp 17024/head
Jafar Al-Gharaibeh [Mon, 7 Oct 2024 23:20:34 +0000 (18:20 -0500)]
pimd: fix a possible crash when enabling debug autorp

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
6 months agoMerge pull request #17015 from LabNConsulting/chopps/load-internal-ietf-yang-library
Igor Ryzhov [Mon, 7 Oct 2024 17:33:23 +0000 (20:33 +0300)]
Merge pull request #17015 from LabNConsulting/chopps/load-internal-ietf-yang-library

lib: add flag to have libyang load internal ietf-yang-library module

6 months agovrrpd: iterate over all ancillary messages 17022/head
Rafael Zalamena [Mon, 7 Oct 2024 16:02:44 +0000 (13:02 -0300)]
vrrpd: iterate over all ancillary messages

Assign the return of `CMSG_NXTHDR` so we can really iterate over the
ancillary data.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
6 months agoMerge pull request #17013 from dksharp5/removal_functions
Donatas Abraitis [Mon, 7 Oct 2024 08:47:01 +0000 (11:47 +0300)]
Merge pull request #17013 from dksharp5/removal_functions

Removal functions

6 months agoMerge pull request #17012 from dksharp5/remove_function
Donatas Abraitis [Mon, 7 Oct 2024 08:45:05 +0000 (11:45 +0300)]
Merge pull request #17012 from dksharp5/remove_function

zebra: remove unused function rib_lookup_ipv4

6 months agolib: add flag to have libyang load internal ietf-yang-library module 17015/head
Christian Hopps [Mon, 7 Oct 2024 03:23:31 +0000 (03:23 +0000)]
lib: add flag to have libyang load internal ietf-yang-library module

Mgmtd makes use of libyang's internal ietf-yang-library module to add
support for said module to FRR management. Previously, mgmtd was loading
this module explicitly; however, that required that libyang's
`ietf-yang-library.yang` module definition file be co-located with FRR's
yang files so that it (and ietf-datastore.yang) would be found when
searched for by libyang using FRRs search path. This isn't always the
case depending on how the user compiles and installs libyang so mgmtd
was failing to run in some cases.

Instead of doing it the above way we simply tell libyang to load it's
internal version of ietf-yang-library when we initialize the libyang
context.

This required adding a boolean to a couple of the init functions which
is why so many files are touched (although all the changes are minimal).

Signed-off-by: Christian Hopps <chopps@labn.net>
6 months agoisisd: fix wrong check for MT commands 17014/head
anlan_cs [Sun, 6 Oct 2024 13:06:15 +0000 (21:06 +0800)]
isisd: fix wrong check for MT commands

```
anlan# show run
!
interface eth0
 ip router isis A
exit
!
router isis A
 metric-style narrow <- NOT wide
exit
!
end
anlan (config)# int eth0
anlan (config-if)# no isis topology ipv6-unicast
% Configuration failed.

Error type: validation
Error description: Multi topology IS-IS can only be used with wide metrics
```

The MT commands are mainly controlled by the binded area, not by interface.
Currently if there is any MT configuration in the area, `metric-style` must
be with the `wide` mode, this requirement is sufficient.  So, the
unnecessary/wrong check for MT in the interface should be removed.

Signed-off-by: anlan_cs <anlan_cs@126.com>
6 months agolib,zebra: remove unused ZEBRA_VRF_UNREGISTER 17013/head
Donna Sharp [Sun, 6 Oct 2024 23:40:49 +0000 (19:40 -0400)]
lib,zebra: remove unused ZEBRA_VRF_UNREGISTER

Signed-off-by: Donna Sharp <dksharp5@gmail.com>
6 months agozebra: remove unsued function from tc_netlink.c
Donna Sharp [Sun, 6 Oct 2024 23:30:56 +0000 (19:30 -0400)]
zebra: remove unsued function from tc_netlink.c

Signed-off-by: Donna Sharp <dksharp5@gmail.com>
6 months agozebra: remove unused function from if_netlink.c
Donna Sharp [Sun, 6 Oct 2024 23:25:44 +0000 (19:25 -0400)]
zebra: remove unused function from if_netlink.c

Signed-off-by: Donna Sharp <dksharp5@gmail.com>
6 months agozebra: remove unused function from tc_netlink.c
Donna Sharp [Sun, 6 Oct 2024 23:08:44 +0000 (19:08 -0400)]
zebra: remove unused function from tc_netlink.c

Signed-off-by: Donna Sharp <dksharp5@gmail.com>
6 months agozebra: remove unused function rib_lookup_ipv4 17012/head
Donna Sharp [Sun, 6 Oct 2024 22:41:09 +0000 (18:41 -0400)]
zebra: remove unused function rib_lookup_ipv4

Signed-off-by: Donna Sharp <dksharp5@gmail.com>
6 months agoMerge pull request #17010 from anlancs/fix/tools-pim-interface-wrong-2
Donatas Abraitis [Sun, 6 Oct 2024 18:10:53 +0000 (21:10 +0300)]
Merge pull request #17010 from anlancs/fix/tools-pim-interface-wrong-2

tools: fix some special commands for reloading pim

6 months agotools: fix some special commands for reloading pim 17010/head
anlan_cs [Sat, 5 Oct 2024 08:43:53 +0000 (16:43 +0800)]
tools: fix some special commands for reloading pim

The issue is we can't remove all pim configurations including some
special configurations (e.g., `no ip pim bsm`) for one interface.

For one pim-disable interface, all such pim depdendent options
(including `ip pim ` and `no ip pim `) should be completely removed.

Also append `no ip multicast` for the same purpose, it is no use at present,
but for future use.

The running config:
```
interface A
 ip pim
 no ip pim bsm
exit
```

Reload the new config:
```
interface A
exit
```

Before:
```
2024-10-05 20:52:33,467  INFO: Executed "interface A  no ip pim exit"
2024-10-05 20:52:33,482  INFO: Executed "interface A  ip pim bsm exit"
```
And the pim configurations in running configuration are not removed after reloading:
```
interface A
 ip pim <- Wrong
exit
```

After:
```
2024-10-05 20:56:27,489  INFO: Executed "interface A  no ip pim exit"
```
And all the pim configuration are removed.

Signed-off-by: anlan_cs <anlan_cs@126.com>
6 months agoMerge pull request #16800 from donaldsharp/nhg_reuse_intf_down_up
Russ White [Fri, 4 Oct 2024 14:28:58 +0000 (10:28 -0400)]
Merge pull request #16800 from donaldsharp/nhg_reuse_intf_down_up

Nhg reuse intf down up

6 months agoMerge pull request #17000 from fsb4000/patch-1
Donald Sharp [Fri, 4 Oct 2024 11:41:12 +0000 (07:41 -0400)]
Merge pull request #17000 from fsb4000/patch-1

zebra: Fix crash during reconnect

6 months agozebra: Fix crash during reconnect 17000/head
Igor Zhukov [Fri, 4 Oct 2024 06:16:02 +0000 (13:16 +0700)]
zebra: Fix crash during reconnect

fpm_enqueue_rmac_table expects an fpm_rmac_arg* as its argument.

The issue can be reproduced by dropping the TCP session using:

ss -K dst 127.0.0.1 dport = 2620

I used Fedora 40 and frr 9.1.2 and I got the gdb backtrace:

(gdb) bt
0  0x00007fdd7d6997ea in fpm_enqueue_rmac_table (bucket=0x2134dd0, arg=0x2132b60) at zebra/dplane_fpm_nl.c:1217
1  0x00007fdd7dd1560d in hash_iterate (hash=0x21335f0, func=0x7fdd7d6997a0 <fpm_enqueue_rmac_table>, arg=0x2132b60) at lib/hash.c:252
2  0x00007fdd7dd1560d in hash_iterate (hash=0x1e5bf10, func=func@entry=0x7fdd7d698900 <fpm_enqueue_l3vni_table>,
    arg=arg@entry=0x7ffed983bef0) at lib/hash.c:252
3  0x00007fdd7d698b5c in fpm_rmac_send (t=<optimized out>) at zebra/dplane_fpm_nl.c:1262
4  0x00007fdd7dd6ce22 in event_call (thread=thread@entry=0x7ffed983c010) at lib/event.c:1970
5  0x00007fdd7dd20758 in frr_run (master=0x1d27f10) at lib/libfrr.c:1213
6  0x0000000000425588 in main (argc=10, argv=0x7ffed983c2e8) at zebra/main.c:492

Signed-off-by: Igor Zhukov <fsb4000@yandex.ru>
6 months agoMerge pull request #16994 from louis-6wind/bmp-adj-labels
Donald Sharp [Thu, 3 Oct 2024 19:08:36 +0000 (15:08 -0400)]
Merge pull request #16994 from louis-6wind/bmp-adj-labels

bgpd: export labels to pre-policy bmp

6 months agoMerge pull request #16993 from louis-6wind/bfd-no-variants
Donald Sharp [Thu, 3 Oct 2024 14:41:40 +0000 (10:41 -0400)]
Merge pull request #16993 from louis-6wind/bfd-no-variants

bfdd: add no variants to all configurations

6 months agobgpd: export labels to pre-policy bmp 16994/head
Louis Scalbert [Tue, 27 Feb 2024 18:35:32 +0000 (19:35 +0100)]
bgpd: export labels to pre-policy bmp

Export labels to pre-policy BMP

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
6 months agoMerge pull request #16992 from sri-mohan1/srib-24-frr-a
Donald Sharp [Thu, 3 Oct 2024 13:34:00 +0000 (09:34 -0400)]
Merge pull request #16992 from sri-mohan1/srib-24-frr-a

bgpd: changes for code maintainability

6 months agoMerge pull request #16989 from opensourcerouting/fix/unreachable_code
Donald Sharp [Thu, 3 Oct 2024 12:29:55 +0000 (08:29 -0400)]
Merge pull request #16989 from opensourcerouting/fix/unreachable_code

bgpd: Print debug message about reaching maximum allowed multi paths

6 months agolib: remove unused bfd defines 16993/head
Louis Scalbert [Thu, 3 Oct 2024 11:37:51 +0000 (13:37 +0200)]
lib: remove unused bfd defines

Remove unused bfd defines

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
6 months agobfdd: add no variants to all configurations
Louis Scalbert [Thu, 3 Oct 2024 11:08:43 +0000 (13:08 +0200)]
bfdd: add no variants to all configurations

Continue the work of b70835d690 ("bfdd: add no variants to interval
configurations")

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
6 months agobgpd: changes for code maintainability 16992/head
sri-mohan1 [Thu, 3 Oct 2024 10:55:36 +0000 (16:25 +0530)]
bgpd: changes for code maintainability

these changes are for improving the code maintainability and readability

Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
6 months agobgpd: Print debug message about reaching maximum allowed multi paths 16989/head
Donatas Abraitis [Thu, 3 Oct 2024 06:20:40 +0000 (09:20 +0300)]
bgpd: Print debug message about reaching maximum allowed multi paths

Fixes: 421cf856ef86db250a86be01437d0a668b463dcc ("bgpd: Cleanup multipath figuring out in bgp")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 months agoMerge pull request #16978 from donaldsharp/dmed_deselect_not_used
Donatas Abraitis [Thu, 3 Oct 2024 04:05:13 +0000 (07:05 +0300)]
Merge pull request #16978 from donaldsharp/dmed_deselect_not_used

bgpd: Remove unused bgp_mp_dmed_deselect function

6 months agoMerge pull request #16977 from louis-6wind/fix-printfrr_bp
Donatas Abraitis [Wed, 2 Oct 2024 15:57:59 +0000 (18:57 +0300)]
Merge pull request #16977 from louis-6wind/fix-printfrr_bp

bgpd: fix printfrr_bp for non initialized peers

6 months agoMerge pull request #16971 from opensourcerouting/fix/v6-with-v4-nexthops
Donald Sharp [Wed, 2 Oct 2024 15:08:13 +0000 (11:08 -0400)]
Merge pull request #16971 from opensourcerouting/fix/v6-with-v4-nexthops

bgpd: Actually make ` --v6-with-v4-nexthops` it work

6 months agobgpd: Remove unused bgp_mp_dmed_deselect function 16978/head
Donald Sharp [Wed, 2 Oct 2024 14:41:37 +0000 (10:41 -0400)]
bgpd: Remove unused bgp_mp_dmed_deselect function

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agoMerge pull request #16967 from donaldsharp/nexthop_fixes
Donatas Abraitis [Wed, 2 Oct 2024 13:10:34 +0000 (16:10 +0300)]
Merge pull request #16967 from donaldsharp/nexthop_fixes

lib: nexthop code should use uint16_t for nexthop counting

6 months agobgpd: fix printfrr_bp for non initialized peers 16977/head
Louis Scalbert [Wed, 2 Oct 2024 12:38:15 +0000 (14:38 +0200)]
bgpd: fix printfrr_bp for non initialized peers

Fix printfrr_bp for non initialized peers. For example:

> Sep 26 17:56:44 r1 bgpd[26295]: [GJPH1-W8PZV] Resetting peer (null)(Unknown) due to change in addpath config

Is now:

> Oct 02 14:00:59 r1 bgpd[12795]: [MNE5N-K0G4Z] Resetting peer 2.2.2.2 due to change in addpath config

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
6 months agoMerge pull request #16968 from opensourcerouting/bfd-no-commands
Donald Sharp [Wed, 2 Oct 2024 12:40:14 +0000 (08:40 -0400)]
Merge pull request #16968 from opensourcerouting/bfd-no-commands

bfdd: add no variants to interval configurations

6 months agoMerge pull request #16961 from donaldsharp/mp_info_changes
Donatas Abraitis [Wed, 2 Oct 2024 11:53:04 +0000 (14:53 +0300)]
Merge pull request #16961 from donaldsharp/mp_info_changes

Mp info changes

6 months agobgpd: Actually make ` --v6-with-v4-nexthops` it work 16971/head
Donatas Abraitis [Wed, 2 Oct 2024 10:57:30 +0000 (13:57 +0300)]
bgpd: Actually make ` --v6-with-v4-nexthops` it work

It was using `-v` which is actually a _version_.

Fixes: 0435b31bb8ed55377f83d0e19bc085abc3c71b44 ("bgpd: Allow bgp to specify if it will allow v6 routing with v4 nexthops")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 months agobfdd: add no variants to interval configurations 16968/head
Rafael Zalamena [Tue, 1 Oct 2024 21:58:24 +0000 (18:58 -0300)]
bfdd: add no variants to interval configurations

Add missing no commands to various interval configurations.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
6 months agolib: nexthop code should use uint16_t for nexthop counting 16967/head
Donald Sharp [Tue, 1 Oct 2024 18:31:08 +0000 (14:31 -0400)]
lib: nexthop code should use uint16_t for nexthop counting

It's possible to specify via the cli and configure how many
nexthops that are allowed on the system.  If you happen to
have > 255 then things are about to get interesting otherwise.

Let's allow up to 65k nexthops (ha!)

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agoMerge pull request #16952 from anlancs/fix/tools-pim-interface-wrong
Jafar Al-Gharaibeh [Tue, 1 Oct 2024 19:30:35 +0000 (14:30 -0500)]
Merge pull request #16952 from anlancs/fix/tools-pim-interface-wrong

tools: fix missing check interfaces for reloading pim

6 months agoMerge pull request #16955 from anlancs/fix/pimd-add-v4v6-check
Jafar Al-Gharaibeh [Tue, 1 Oct 2024 19:28:28 +0000 (14:28 -0500)]
Merge pull request #16955 from anlancs/fix/pimd-add-v4v6-check

pimd: fix missing IPV4 check

6 months agotests: Check if loopback routes are considered valid for nexthop tracking 16941/head
Donatas Abraitis [Fri, 27 Sep 2024 07:52:22 +0000 (10:52 +0300)]
tests: Check if loopback routes are considered valid for nexthop tracking

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 months agobgpd: Relax the same prefix and nexthop to be valid
Donatas Abraitis [Fri, 27 Sep 2024 07:52:55 +0000 (10:52 +0300)]
bgpd: Relax the same prefix and nexthop to be valid

Treat as next-hop invalid if import check is enabled.

Fixes: 654a5978f695087af062bfc9a382321fa2ccc4ae ("bgpd: prevent routes loop through itself")
Fixes: https://github.com/FRRouting/frr/issues/16877
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 months agotests: Drop test_bgp_with_loopback_with_same_subnet_p1
Donatas Abraitis [Fri, 27 Sep 2024 09:55:39 +0000 (12:55 +0300)]
tests: Drop test_bgp_with_loopback_with_same_subnet_p1

It's replaced and simplified by c3fd1e9520c619babb3004cea6df622ca67b0dfa.

JSON topo is just horrible to debug.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 months agobgpd: Remove bgp_path_info_mpath_dequeue 16961/head
Donald Sharp [Tue, 1 Oct 2024 13:18:44 +0000 (09:18 -0400)]
bgpd: Remove bgp_path_info_mpath_dequeue

This function is no doing any work.  Let's remove.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agobgpd: Cleanup multipath figuring out in bgp
Donald Sharp [Mon, 30 Sep 2024 19:09:42 +0000 (15:09 -0400)]
bgpd: Cleanup multipath figuring out in bgp

Currently bgp multipath has these properties:

a) mp_info may or may not be on a single path, based
upon path perturbations in the past.
b) mp_info->count started counting at 0( meaning 1 ).  As that the
bestpath path_info was never included in the count
c) The first mp_info in the list held the multipath data associated
with the multipath.  As such if you were at any other node that data
was not filled in.
d) As such the mp_info's that are not first on the list basically
were just pointers to the corresponding bgp_path_info that was in
the multipath.
e) On bestpath calculation, a linklist(struct linklist *) of bgp_path_info's was
created.
f) This linklist was passed in to a comparison function that took the
old mpinfo list and compared it item by item to the linklist and
doing magic to figure out how to create a new mp_info list.
g) the old mp_info and the link list had to be memory managed and
freed up.
h) BGP_PATH_MULTIPATH is only set on non bestpath nodes in the
multipath.

This is really complicated.  Let's change the algorithm to this:

a) When running bestpath, mark a bgp_path_info node that could be in the ecmp path as
BGP_PATH_MULTIPATH_NEW.
b) When running multipath, just walk the list of bgp_path_info's and if
it has BGP_PATH_MULTIPATH_NEW on it, decide if it is in BGP_MULTIPATH.
If we run out of space to put in the ecmp, clear the flag on the rest.
c) Clean up the counting of sometimes adding 1 to the mpath count.
d) Only allocate a mpath_info node for the bestpath.  Clean it up
when done with it.
e) remove the unneeded list management associated with the linklist and
the mp_list.

This greatly simplifies multipath computation for bgp and reduces memory
load for large scale deployments.

2 full feeds in work_queue_run prior:

    0      56367.471      1123    50193    493695    50362    493791         0         0          0    TE   work_queue_run

BGP multipath info            :  1941844     48   110780992  1941844 110780992

2 full feeds in work_queue_run after change:

    1      52924.931      1296    40837    465968    41025    487390         0         0          1    TE   work_queue_run

BGP multipath info            :   970860     32    38836880   970866  38837120

Aproximately 4 seconds of saved cpu time for convergence and ~75 mb
smaller run time.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agotests: Clean up some logging in test_bgp_default_originate_2links.py
Donald Sharp [Mon, 30 Sep 2024 18:57:45 +0000 (14:57 -0400)]
tests: Clean up some logging in test_bgp_default_originate_2links.py

Test was confusing.  Add some useful data and clean up some debugs

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agobgpd: Ensure mpath data is only on bestpath
Donald Sharp [Thu, 26 Sep 2024 14:46:23 +0000 (10:46 -0400)]
bgpd: Ensure mpath data is only on bestpath

The mpath data structure has data that is only relevant
for the first mpath in the list.  It is not being used
anywhere else.  Let's document that a bit more.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agobgpd: Use CHECK_FLAG to remain consistent for mp_flags
Donald Sharp [Thu, 26 Sep 2024 14:40:30 +0000 (10:40 -0400)]
bgpd: Use CHECK_FLAG to remain consistent for mp_flags

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
6 months agoMerge pull request #16958 from opensourcerouting/calloc-warning-fix
Jafar Al-Gharaibeh [Mon, 30 Sep 2024 17:42:12 +0000 (12:42 -0500)]
Merge pull request #16958 from opensourcerouting/calloc-warning-fix

lib: fix calloc warning on recent compiler

6 months agoMerge pull request #16957 from opensourcerouting/pim-fixes
Jafar Al-Gharaibeh [Mon, 30 Sep 2024 17:07:50 +0000 (12:07 -0500)]
Merge pull request #16957 from opensourcerouting/pim-fixes

pimd: miscellaneous fixes

6 months agoMerge pull request #16938 from btrent98/autorp-topotest
Rafael Zalamena [Mon, 30 Sep 2024 15:49:05 +0000 (12:49 -0300)]
Merge pull request #16938 from btrent98/autorp-topotest

pimd: enhance topotest of autorp, fix autorp cli bug

6 months agolib: fix calloc warning on recent compiler 16958/head
Rafael Zalamena [Mon, 30 Sep 2024 14:31:56 +0000 (11:31 -0300)]
lib: fix calloc warning on recent compiler

Fix the following compiler warning:
```
lib/elf_py.c: In function _elffile_load_:
lib/elf_py.c:1310:34: warning: _calloc_ sizes specified with _sizeof_ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
 1310 |         w->sects = calloc(sizeof(PyObject *), w->ehdr->e_shnum);
      |                                  ^~~~~~~~
lib/elf_py.c:1310:34: note: earlier argument should specify number of elements, later size of each element
```

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
6 months agopimd: fix northbound error message on delete 16957/head
Rafael Zalamena [Thu, 1 Aug 2024 01:16:54 +0000 (22:16 -0300)]
pimd: fix northbound error message on delete

`snprintf` doesn't know about `%pPAs` use `snprintfrr` instead.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
6 months agopimd: remove unreachable code
Rafael Zalamena [Mon, 5 Aug 2024 17:36:18 +0000 (14:36 -0300)]
pimd: remove unreachable code

MLD code is IPv6 only so the define `PIM_IPV` will never be 4.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
6 months agopimd: fix missing IPV4 check 16955/head
anlan_cs [Mon, 30 Sep 2024 05:06:26 +0000 (13:06 +0800)]
pimd: fix missing IPV4 check

In `pim_if_addr_add()`, some code inside `PIM_IPV == 4`
( the case of `igmp->mtrace_only` ) wrongly accepts ipv6 address.

So, clearly add IPV4 check.

Signed-off-by: anlan_cs <anlan_cs@126.com>
6 months agotools: fix missing check interfaces for reloading pim 16952/head
anlan_cs [Sun, 29 Sep 2024 02:15:31 +0000 (10:15 +0800)]
tools: fix missing check interfaces for reloading pim

Without checking interfaces, the other interfaces' changes will be wrongly
lost.

Running config:
```
interface A
ip pim
ip pim use-source 11.0.0.1
exit
!
interface B
ip pim
ip pim use-source 22.0.0.1
exit
!
```

Reload the new config:
```
interface A
exit
!
interface B
ip pim
exit
```

Before:
```
2024-09-29 10:08:27,686  INFO: Executed "interface A  no ip pim exit"
```

After:
```
2024-09-29 10:05:01,356  INFO: Executed "interface A  no ip pim exit"
2024-09-29 10:05:01,376  INFO: Executed "interface B  no ip pim use-source 22.0.0.1 exit"
```

Signed-off-by: anlan_cs <anlan_cs@126.com>
7 months agotests: enhance autorp topotest 16938/head
Barry A. Trent [Fri, 27 Sep 2024 19:59:12 +0000 (12:59 -0700)]
tests: enhance autorp topotest

Signed-off-by: Barry A. Trent <barry.trent@atcorp.com>
7 months agopimd: fix autorp CLI bugs
Barry A. Trent [Thu, 26 Sep 2024 21:49:19 +0000 (14:49 -0700)]
pimd: fix autorp CLI bugs

Signed-off-by: Barry A. Trent <barry.trent@atcorp.com>
7 months agotests: Check if we can see unmodified received-routes with soft inbound 16945/head
Donatas Abraitis [Fri, 27 Sep 2024 11:04:59 +0000 (14:04 +0300)]
tests: Check if we can see unmodified received-routes with soft inbound

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
7 months agobgpd: Show unmodified version of received-routes per neighbor
Donatas Abraitis [Fri, 27 Sep 2024 10:59:42 +0000 (13:59 +0300)]
bgpd: Show unmodified version of received-routes per neighbor

If we have soft inbound enabled, we should see how the route looks like
before it was modified by a route-map/prefix-list.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
7 months agoisisd: Fix the PQ space computation error in TI-LFA 16942/head
b29332 [Fri, 27 Sep 2024 07:51:17 +0000 (15:51 +0800)]
isisd: Fix the PQ space computation error in TI-LFA

When there are pseudo-nodes on the device, during TI-LFA calculation of PQ space, even if this IS vertex is not originally a P/Q node, it might be calculated as a P/Q node due to the presence of pseudo-nodes, causing this IS vertex to become a P/Q node.

Signed-off-by: baozhen-H3C <bao.zhen@h3c.com>
7 months agoMerge pull request #16939 from sri-mohan1/srib-24-frr-a
Donatas Abraitis [Fri, 27 Sep 2024 05:53:38 +0000 (08:53 +0300)]
Merge pull request #16939 from sri-mohan1/srib-24-frr-a

bgpd: changes for code maintainability

7 months agoMerge pull request #16934 from donaldsharp/clang_format
Donatas Abraitis [Fri, 27 Sep 2024 05:49:31 +0000 (08:49 +0300)]
Merge pull request #16934 from donaldsharp/clang_format

*: Modify clang-format column limit to 100

7 months agobgpd: changes for code maintainability 16939/head
sri-mohan1 [Fri, 27 Sep 2024 00:39:57 +0000 (06:09 +0530)]
bgpd: changes for code maintainability

these changes are for improving the code maintainability and readability

Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
7 months ago*: Modify clang-format column limit to 100 16934/head
Donald Sharp [Thu, 26 Sep 2024 13:57:28 +0000 (09:57 -0400)]
*: Modify clang-format column limit to 100

A bunch of recent discussion has gone on about this.  Let's see
if we are actually interested in making a change.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agoMerge pull request #16931 from sri-mohan1/srib-24-frr-a
Donald Sharp [Thu, 26 Sep 2024 12:11:32 +0000 (08:11 -0400)]
Merge pull request #16931 from sri-mohan1/srib-24-frr-a

bgpd: changes for code maintainability

7 months agobgpd: changes for code maintainability 16931/head
sri-mohan1 [Thu, 26 Sep 2024 09:21:19 +0000 (14:51 +0530)]
bgpd: changes for code maintainability

these changes are for improving the code maintainability and readability

Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
7 months agoMerge pull request #16929 from Jafaral/pim-oil-fix
Donald Sharp [Thu, 26 Sep 2024 00:22:24 +0000 (20:22 -0400)]
Merge pull request #16929 from Jafaral/pim-oil-fix

pimd: fix a possible use after free bug when doing pim trace

7 months agopimd: fix a possible use after free bug when doing pim trace 16929/head
Jafar Al-Gharaibeh [Wed, 25 Sep 2024 19:44:54 +0000 (14:44 -0500)]
pimd: fix a possible use after free bug when doing pim trace

```
ERROR: AddressSanitizer: heap-use-after-free on address 0x6160000aecf0 at pc 0x5555557ecdb9 bp 0x7fffffffe350 sp 0x7fffffffe340
READ of size 4 at 0x6160000aecf0 thread T0
    #0 0x5555557ecdb8 in igmp_source_delete pimd/pim_igmpv3.c:340
    #1 0x5555557ed475 in igmp_source_delete_expired pimd/pim_igmpv3.c:405
    #2 0x5555557de574 in igmp_group_timer pimd/pim_igmp.c:1346
    #3 0x7ffff7275421 in event_call lib/event.c:1996
    #4 0x7ffff7140797 in frr_run lib/libfrr.c:1237
    #5 0x5555557f5840 in main pimd/pim_main.c:166
    #6 0x7ffff6a54082 in __libc_start_main ../csu/libc-start.c:308
    #7 0x555555686eed in _start (/usr/lib/frr/pimd+0x132eed)

0x6160000aecf0 is located 112 bytes inside of 600-byte region [0x6160000aec80,0x6160000aeed8)
freed by thread T0 here:
    #0 0x7ffff767b40f in __interceptor_free ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:122
    #1 0x7ffff716ed34 in qfree lib/memory.c:131
    #2 0x5555557169ae in pim_channel_oil_free pimd/pim_oil.c:84
    #3 0x555555717981 in pim_channel_oil_del pimd/pim_oil.c:199
    #4 0x55555573c42c in tib_sg_gm_prune pimd/pim_tib.c:196
    #5 0x5555557d6d04 in igmp_source_forward_stop pimd/pim_igmp.c:229
    #6 0x5555557d5855 in igmp_anysource_forward_stop pimd/pim_igmp.c:61
    #7 0x5555557de539 in igmp_group_timer pimd/pim_igmp.c:1344
    #8 0x7ffff7275421 in event_call lib/event.c:1996
    #9 0x7ffff7140797 in frr_run lib/libfrr.c:1237
    #10 0x5555557f5840 in main pimd/pim_main.c:166
    #11 0x7ffff6a54082 in __libc_start_main ../csu/libc-start.c:308

previously allocated by thread T0 here:
    #0 0x7ffff767ba06 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:153
    #1 0x7ffff716ebe1 in qcalloc lib/memory.c:106
    #2 0x555555716eb7 in pim_channel_oil_add pimd/pim_oil.c:133
    #3 0x55555573b2b9 in tib_sg_oil_setup pimd/pim_tib.c:30
    #4 0x55555573bdd3 in tib_sg_gm_join pimd/pim_tib.c:119
    #5 0x5555557d6788 in igmp_source_forward_start pimd/pim_igmp.c:193
    #6 0x5555557d5771 in igmp_anysource_forward_start pimd/pim_igmp.c:51
    #7 0x5555557ecaa0 in group_exclude_fwd_anysrc_ifempty pimd/pim_igmpv3.c:310
    #8 0x5555557ef937 in toex_incl pimd/pim_igmpv3.c:839
    #9 0x5555557f00a2 in igmpv3_report_toex pimd/pim_igmpv3.c:938
    #10 0x5555557f543d in igmp_v3_recv_report pimd/pim_igmpv3.c:2000
    #11 0x5555557da2b4 in pim_igmp_packet pimd/pim_igmp.c:787
    #12 0x5555556ee46a in process_igmp_packet pimd/pim_mroute.c:763
    #13 0x5555556ee5f3 in pim_mroute_msg pimd/pim_mroute.c:787
    #14 0x5555556eef58 in mroute_read pimd/pim_mroute.c:877
    #15 0x7ffff7275421 in event_call lib/event.c:1996
    #16 0x7ffff7140797 in frr_run lib/libfrr.c:1237
    #17 0x5555557f5840 in main pimd/pim_main.c:166
    #18 0x7ffff6a54082 in __libc_start_main ../csu/libc-start.c:308

SUMMARY: AddressSanitizer: heap-use-after-free pimd/pim_igmpv3.c:340 in igmp_source_delete
Shadow bytes around the buggy address:
  0x0c2c8000dd40: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000dd50: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000dd60: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000dd70: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000dd80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
=>0x0c2c8000dd90: fd fd fd fd fd fd fd fd fd fd fd fd fd fd[fd]fd
  0x0c2c8000dda0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000ddb0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000ddc0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c2c8000ddd0: fd fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa
  0x0c2c8000dde0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
  Shadow gap:              cc
```

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
7 months agoMerge pull request #16913 from chiragshah6/evpn_dev4
Donatas Abraitis [Wed, 25 Sep 2024 18:52:33 +0000 (21:52 +0300)]
Merge pull request #16913 from chiragshah6/evpn_dev4

bgpd: EVPN fix per rd specific type-2 json output

7 months agoMerge pull request #16918 from donaldsharp/addr_cmp_problems_in_snmp
Donatas Abraitis [Wed, 25 Sep 2024 18:50:35 +0000 (21:50 +0300)]
Merge pull request #16918 from donaldsharp/addr_cmp_problems_in_snmp

zebra snmp fixes

7 months agoMerge pull request #16916 from nabahr/pim-coverity
Donald Sharp [Wed, 25 Sep 2024 16:30:19 +0000 (12:30 -0400)]
Merge pull request #16916 from nabahr/pim-coverity

pimd: Fix new issues found in coverity

7 months agozebra: Add missing proto translations 16918/head
Donald Sharp [Wed, 25 Sep 2024 16:14:50 +0000 (12:14 -0400)]
zebra: Add missing proto translations

Add missing isis and eigrp proto translations.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agozebra: Correctly report metrics
Donald Sharp [Wed, 25 Sep 2024 16:09:40 +0000 (12:09 -0400)]
zebra: Correctly report metrics

Report the routes metric in IPFORWARDMETRIC1 and return
-1 for the other metrics as required by the IP-FORWARD-MIB.

inetCidrRouteMetric2 OBJECT-TYPE
    SYNTAX     Integer32
    MAX-ACCESS read-create
    STATUS     current
    DESCRIPTION
           "An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
    DEFVAL { -1 }
    ::= { inetCidrRouteEntry 13 }

I've included metric2 but it's the same for all of them.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agozebra: Let's use memset instead of walking bytes and setting to 0
Donald Sharp [Wed, 25 Sep 2024 16:08:03 +0000 (12:08 -0400)]
zebra: Let's use memset instead of walking bytes and setting to 0

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agozebra: Fix snmp walk of zebra rib
Donald Sharp [Wed, 25 Sep 2024 16:06:29 +0000 (12:06 -0400)]
zebra: Fix snmp walk of zebra rib

The snmp walk of the zebra rib was skipping entries
because in_addr_cmp was replaced with a prefix_cmp
which worked slightly differently causing parts
of the zebra rib tree to be skipped.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agoMerge pull request #16915 from donaldsharp/bgp_dead_code
Jafar Al-Gharaibeh [Wed, 25 Sep 2024 15:56:04 +0000 (10:56 -0500)]
Merge pull request #16915 from donaldsharp/bgp_dead_code

bgpd: Remove dead code from recent commit

7 months agopimd: Fix coverity checked return issue 16916/head
Nathan Bahr [Wed, 25 Sep 2024 13:53:08 +0000 (13:53 +0000)]
pimd: Fix coverity checked return issue

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
7 months agopimd: Fix coverity checked return issue
Nathan Bahr [Wed, 25 Sep 2024 13:50:44 +0000 (13:50 +0000)]
pimd: Fix coverity checked return issue

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
7 months agopimd: Fix igmp proxy null pointer dereference
Nathan Bahr [Wed, 25 Sep 2024 13:41:57 +0000 (13:41 +0000)]
pimd: Fix igmp proxy null pointer dereference

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
7 months agoMerge pull request #16912 from sri-mohan1/srib-24-frr-a
Donald Sharp [Wed, 25 Sep 2024 13:47:39 +0000 (09:47 -0400)]
Merge pull request #16912 from sri-mohan1/srib-24-frr-a

bgpd: changes for code maintainability

7 months agotests: catch exception during switch shutdown 15903/head
Y Bharath [Tue, 7 May 2024 15:01:03 +0000 (20:31 +0530)]
tests: catch exception during switch shutdown

Signed-off-by: y-bharath14 <y.bharath@samsung.com>
7 months agobgpd: Remove dead code from recent commit 16915/head
Donald Sharp [Wed, 25 Sep 2024 13:30:37 +0000 (09:30 -0400)]
bgpd: Remove dead code from recent commit

Recent commit 4d0e7a49cf8d4311a485281fa50bbff6ee8ca6cc
brought in changes that moved a check for ret up
in the code, caused some code to be left around
and be effectively dead since it would never be called.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agobgpd: EVPN fix per rd specific type-2 json output 16913/head
Sindhu Parvathi Gopinathan [Tue, 24 Sep 2024 17:55:09 +0000 (10:55 -0700)]
bgpd: EVPN fix per rd specific type-2 json output

Current Issue:

paths key is not there for
'show bgp l2vpn evpn route rd <rd-id> mac <mac> json' uses
evpn prefix as key for each path.
Replace the evpn prefix with "paths".
This aligned with overall EVPN RIB json output like
'show bgp l2vpn evpn route json'
'show bgp l2vpn evpn route rd <> type 2 json'

Fix:

paths key is added instead of prefix info.

Ticket:#4087461

Issue:4087461

Testing:

Before fix:

leaf22# show bgp l2vpn evpn route rd 6.0.0.17:2 mac 00:02:00:00:00:12 json
{
  "prefix":"[2]:[0]:[48]:[00:02:00:00:00:12]",
  "prefixLen":352,
  "rd":"6.0.0.17:2",
  "routeType":2,
  "ethTag":0,
  "macLen":48,
  "mac":"00:02:00:00:00:12",
  "advertisedTo":{
    "220.20.0.33":{
      "hostname":"spine21"
    },
    "220.21.0.33":{
      "hostname":"spine22"
    }
  },
  "[2]:[0]:[48]:[00:02:00:00:00:12]":[ <=====  Prefix info instead of "paths" key
    [
      {
        "vni":"101101",
        "aspath":{
          "string":"65202 65024",
          "segments":[
            {
              "type":"as-sequence",
              "list":[
                65202,
                65024
              ]
            }
          ],
          "length":2
        },
        "esi":"03:00:00:00:77:02:04:00:00:18",
        "es_info":{
          "localEs":true
        },
        "origin":"IGP",
        "valid":true,
        "version":5,
        "bestpath":{
          "bestpathFromAs":65202,
          "overall":true,
          "selectionReason":"Older Path"
        },
        "extendedCommunity":{
          "string":"RT:65024:101101 ET:8"
        },
        "lastUpdate":{
          "epoch":1726803218,
          "string":"Fri Sep 20 03:33:38 2024\n"
        },
        "nexthops":[
          {
            "ip":"6.0.0.17",
            "hostname":"spine21",
            "afi":"ipv4",
            "metric":0,
            "accessible":true,
            "used":true
          }
        ],
        "peer":{
          "peerId":"220.20.0.33",
          "routerId":"6.0.0.20",
          "hostname":"spine21",
          "type":"external"
        }
      }
    ],
    [
      {
        "vni":"101101",
        "aspath":{
          "string":"65202 65024",
          "segments":[
            {
              "type":"as-sequence",
              "list":[
                65202,
                65024
              ]
            }
          ],
          "length":2
        },
        "esi":"03:00:00:00:77:02:04:00:00:18",
        "es_info":{
          "localEs":true
        },
        "origin":"IGP",
        "valid":true,
        "version":5,
        "extendedCommunity":{
          "string":"RT:65024:101101 ET:8"
        },
        "lastUpdate":{
          "epoch":1726803218,
          "string":"Fri Sep 20 03:33:38 2024\n"
        },
        "nexthops":[
          {
            "ip":"6.0.0.17",
            "hostname":"spine22",
            "afi":"ipv4",
            "metric":0,
            "accessible":true,
            "used":true
          }
        ],
        "peer":{
          "peerId":"220.21.0.33",
          "routerId":"6.0.0.21",
          "hostname":"spine22",
          "type":"external"
        }
      }
    ]
  ],
  "numPaths":2
}

After fix:

eaf22# show bgp l2vpn evpn route rd 6.0.0.17:2 mac 00:02:00:00:00:12 json
{
  "prefix":"[2]:[0]:[48]:[00:02:00:00:00:12]",
  "prefixLen":352,
  "rd":"6.0.0.17:2",
  "routeType":2,
  "ethTag":0,
  "macLen":48,
  "mac":"00:02:00:00:00:12",
  "advertisedTo":{
    "220.20.0.33":{
      "hostname":"spine21"
    },
    "220.21.0.33":{
      "hostname":"spine22"
    }
  },
  "paths":[
    [
      {
        "vni":"101101",
        "aspath":{
          "string":"65202 65024",
          "segments":[
            {
              "type":"as-sequence",
              "list":[
                65202,
                65024
              ]
            }
          ],
          "length":2
        },
        "esi":"03:00:00:00:77:02:04:00:00:18",
        "es_info":{
          "localEs":true
        },
        "origin":"IGP",
        "valid":true,
        "version":3,
        "bestpath":{
          "bestpathFromAs":65202,
          "overall":true,
          "selectionReason":"Router ID"
        },
        "extendedCommunity":{
          "string":"RT:65024:101101 ET:8"
        },
        "lastUpdate":{
          "epoch":1727175046,
          "string":"Tue Sep 24 10:50:46 2024\n"
        },
        "nexthops":[
          {
            "ip":"6.0.0.17",
            "hostname":"spine21",
            "afi":"ipv4",
            "metric":0,
            "accessible":true,
            "used":true
          }
        ],
        "peer":{
          "peerId":"220.20.0.33",
          "routerId":"6.0.0.20",
          "hostname":"spine21",
          "type":"external"
        }
      }
    ],
    [
      {
        "vni":"101101",
        "aspath":{
          "string":"65202 65024",
          "segments":[
            {
              "type":"as-sequence",
              "list":[
                65202,
                65024
              ]
            }
          ],
          "length":2
        },
        "esi":"03:00:00:00:77:02:04:00:00:18",
        "es_info":{
          "localEs":true
        },
        "origin":"IGP",
        "valid":true,
        "version":3,
        "extendedCommunity":{
          "string":"RT:65024:101101 ET:8"
        },
        "lastUpdate":{
          "epoch":1727175046,
          "string":"Tue Sep 24 10:50:46 2024\n"
        },
        "nexthops":[
          {
            "ip":"6.0.0.17",
            "hostname":"spine22",
            "afi":"ipv4",
            "metric":0,
            "accessible":true,
            "used":true
          }
        ],
        "peer":{
          "peerId":"220.21.0.33",
          "routerId":"6.0.0.21",
          "hostname":"spine22",
          "type":"external"
        }
      }
    ]
  ],
  "numPaths":2
}

Signed-off-by: Sindhu Parvathi Gopinathan's <sgopinathan@nvidia.com>
7 months agoMerge pull request #16909 from donaldsharp/help
Jafar Al-Gharaibeh [Wed, 25 Sep 2024 02:23:03 +0000 (21:23 -0500)]
Merge pull request #16909 from donaldsharp/help

lib: Help text correction

7 months agoMerge pull request #16911 from donaldsharp/command_node_is_fun
Jafar Al-Gharaibeh [Wed, 25 Sep 2024 02:22:11 +0000 (21:22 -0500)]
Merge pull request #16911 from donaldsharp/command_node_is_fun

Command node is fun

7 months agobgpd: changes for code maintainability 16912/head
sri-mohan1 [Wed, 25 Sep 2024 01:13:01 +0000 (06:43 +0530)]
bgpd: changes for code maintainability

these changes are for improving the code maintainability and readability

Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
7 months agolib: Removed unused RFP_DEFAULTS_NODE 16911/head
Donald Sharp [Tue, 24 Sep 2024 20:11:43 +0000 (16:11 -0400)]
lib: Removed unused RFP_DEFAULTS_NODE

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 months agolib, zebra: TABLE_NODE is not used
Donald Sharp [Tue, 24 Sep 2024 20:05:54 +0000 (16:05 -0400)]
lib, zebra: TABLE_NODE is not used

No-one is using this, remove

Signed-off-by: Donald Sharp <sharpd@nvidia.com>