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
On new version frr-10.2 i getting weird case.
Interface po1 is UP and you can see it from ip link and show interface command.
But in show ip route routes belonging that interface saying it's linkdown/inactive.
I'm downgraded to frr-10.1 and that problem won't reproducing.
Restarting frr-10.2 helping interface become normal in route table.
!
ip route 10.10.0.0/16 10.10.3.254 po1
ip route 10.24.0.0/16 10.24.3.254 vlan24
ip route 10.25.0.0/16 10.25.3.254 vlan25
!
interface po1
pbr-policy po1
exit
!
interface vlan24
pbr-policy vlan24
exit
!
interface vlan25
pbr-policy vlan25
exit
!
pbr-map po1 seq 5
match src-ip 10.10.3.24/32
set nexthop-group po1
exit
!
pbr-map vlan24 seq 5
match src-ip 10.24.3.24/32
set nexthop-group vlan24
exit
!
pbr-map vlan25 seq 5
match src-ip 10.25.3.16/32
set nexthop-group vlan25
exit
!
nexthop-group po1
nexthop 10.10.3.254 po1
exit
!
nexthop-group vlan24
nexthop 10.24.3.254 vlan24
exit
!
nexthop-group vlan25
nexthop 10.25.3.254 vlan25
exit
!
access-list vty remark Disable connections to vtysh from non localhost
access-list vty seq 5 permit 127.0.0.1/8
access-list vty seq 10 deny any
!
line vty
access-class vty
exit
!
Expected behavior
Interface should be active in route table and related routes was added.
Actual behavior
Interface in route table marked as linkdown/inactive and related routes doesn't adding to route table.
Here is debug logs from 10.1 and 10.2 versions. frr_10.1_debug.log frr_10.2_debug.log
Additional context
The main problem is that is not 100% reproducible.
I have a same(only subnets different) configuration that is working fine with frr-10.2
Checklist
I have searched the open issues for this bug.
I have not included sensitive information in this report.
The text was updated successfully, but these errors were encountered:
Description
On new version frr-10.2 i getting weird case.
Interface po1 is UP and you can see it from
ip link
andshow interface command
.But in
show ip route
routes belonging that interface saying it's linkdown/inactive.I'm downgraded to frr-10.1 and that problem won't reproducing.
Restarting frr-10.2 helping interface become normal in route table.
Version
How to reproduce
frr.conf
frr.conf
Interface should be active in route table and related routes was added.
Actual behavior
Interface in route table marked as linkdown/inactive and related routes doesn't adding to route table.
Here is debug logs from 10.1 and 10.2 versions.
frr_10.1_debug.log
frr_10.2_debug.log
Additional context
The main problem is that is not 100% reproducible.
I have a same(only subnets different) configuration that is working fine with frr-10.2
Checklist
The text was updated successfully, but these errors were encountered: