Closed hellt closed 1 year ago
I did a diff between 0.43 and 0.44 with regards to e1-1 and e1-1-0 interfaces. Nothing extraordinary that jumps out to me...
find /sys/class/net/e1-1/ -type f -exec sh -c 'echo "File: $1"; cat "$1"; echo "------------------------"' _ {} \;
Left pane is 0.43
https://www.diffchecker.com/UmCegYiJ/
diff between xdp_lc_1.log - https://www.diffchecker.com/miAICkay/
In https://github.com/srl-labs/containerlab/pull/1536 I reverted the #1475 and redeployed the lab which fixed the original issue, now the hunt is on to check what broke what?
see https://github.com/srl-labs/learn-srlinux/pull/87#discussion_r1298976274 can reproduce with this fixed up srlfrr example (copy paste into /etc/containerlab/lab-examples/srlfrr01/srlfrr01.clab.yml):
Peering stays in
connect
state. With bgp/xdp logs indicating socket error. The errors are not present when using clab 0.43.0additional issue: CLAB_INTFS env var is not showing
1
, but0
. This needs to be fixed as well.