[Bug 280648] Traffic leak between fibs

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Sep 2024 06:56:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280648

--- Comment #12 from Egor <banezmesm@gmail.com> ---
It seemed i found the cause of the error. It frr i have routes from fib 0
although frr has to work in fib 1. Can it connected with this bug
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279662 ? 

I tried to change route table in zebra config but i failed. 

https://docs.frrouting.org/en/latest/zebra.html#cmdoption-zebra-routing-table

test-fw01# sh ip route connected
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, T - Table,
       v - VNC, V - VNC-Direct, A - Babel, f - OpenFabric,
       > - selected route, * - FIB route, q - queued, r - rejected, b - backup
       t - trapped, o - offload failure
fib 0
C>* 10.64.244.0/24 [0/1] is directly connected, vtnet0, 00:04:12
C>* 10.222.254.254/31 [0/1] is directly connected, vtnet1, 00:04:12
fib 1
C>* 192.168.255.0/31 [0/1] is directly connected, mce0.1240, 00:04:12
C>* 192.168.255.2/31 [0/1] is directly connected, mce1.1240, 00:04:12
C>* 192.168.255.16/31 [0/1] is directly connected, mce0.1250, 00:04:12
C>* 192.168.255.18/31 [0/1] is directly connected, mce1.1250, 00:04:12
C>* 192.168.255.32/31 [0/1] is directly connected, mce0.1260, 00:04:12
C>* 192.168.255.34/31 [0/1] is directly connected, mce1.1260, 00:04:12
C>* 192.168.255.48/31 [0/1] is directly connected, mce0.1270, 00:04:12
C>* 192.168.255.50/31 [0/1] is directly connected, mce1.1270, 00:04:12
C>* 192.168.255.64/31 [0/1] is directly connected, mce0.1280, 00:04:12
C>* 192.168.255.66/31 [0/1] is directly connected, mce1.1280, 00:04:12
C>* 192.168.255.80/31 [0/1] is directly connected, mce0.1310, 00:04:12
C>* 192.168.255.82/31 [0/1] is directly connected, mce1.1310, 00:04:12
C>* 192.168.255.96/31 [0/1] is directly connected, mce0.1490, 00:04:12
C>* 192.168.255.98/31 [0/1] is directly connected, mce1.1490, 00:04:12
C>* 192.168.255.112/31 [0/1] is directly connected, mce0.3101, 00:04:12
C>* 192.168.255.114/31 [0/1] is directly connected, mce1.3101, 00:04:12
C>* 192.168.255.144/31 [0/1] is directly connected, mce0.3100, 00:04:12
C>* 192.168.255.146/31 [0/1] is directly connected, mce1.3100, 00:04:12

-- 
You are receiving this mail because:
You are the assignee for the bug.