You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@spine2:mgmt:~# ip route show table all | grep 192.168.10.1/32
192.168.10.1 nhid 170 via inet6 fe80::4ed9:8fff:fee2:e4ba dev swp7 proto bgp metric 20
root@spine2:mgmt:~# ip route show table all | grep fc00:baba::c
fc00:baba::c nhid 166 via fe80::e6f0:4ff:fed6:d758 dev swp5 proto bgp src 2a02:4780:1111:ffff::2 metric 20 pref medium
Expected Behavior
When using or not using net.ipv4.nexthop_compat_mode IPv4 and IPv6 routes are parsed normally.
Observed Behavior
When using net.ipv4.nexthop_compat_mode = 1 IPv4 are parsed incorrectly, while IPv6 routes are parsed correctly.
When using net.ipv4.nexthop_compat_mode = 0 IPv4 are parsed correctly, while IPv6 routes are parsed incorrectly.
Screenshots
Additional Context
The text was updated successfully, but these errors were encountered:
NerijusRazvodovskis
changed the title
[Bug]:
[Bug]: IPv4 or IPv6 routes are parsed incorrectly when using or not using net.ipv4.nexthop_compat_mode on Cumulus Linux 5.8.0
Oct 23, 2024
Suzieq version
0.22.0
Install Type
hand deployed python
Python version
3.9
Impacted component
no clue
Steps to Reproduce
Hello, i've noticed strange behaviour with Cumulus Linux version 5.8.0 and net.ipv4.nexthop_compat_mode = 1
When i'm using net.ipv4.nexthop_compat_mode = 0
IPv4:
while
IPv6
while
When i'm using net.ipv4.nexthop_compat_mode = 1
IPv4:
while
IPv6
while
Expected Behavior
When using or not using
net.ipv4.nexthop_compat_mode
IPv4 and IPv6 routes are parsed normally.Observed Behavior
When using
net.ipv4.nexthop_compat_mode = 1
IPv4 are parsed incorrectly, while IPv6 routes are parsed correctly.When using
net.ipv4.nexthop_compat_mode = 0
IPv4 are parsed correctly, while IPv6 routes are parsed incorrectly.Screenshots
Additional Context
The text was updated successfully, but these errors were encountered: