Closed pdumais closed 1 year ago
yes, this is a legit issue. We haven't accounted for non datapath interfaces to be used in the link definition. You can comment out the offending string and continue your testing.
@pdumais
grab a binary with a fix by running
sudo docker run --rm -v $(pwd):/workspace ghcr.io/oras-project/oras:v1.1.0 \
pull ghcr.io/srl-labs/clab-oci:39dd3ca5
note, that mgmt0 won't likely come up if your parent macvlan interface has mtu less than 1500B
I am closing this as the fix was merged, but, as mentioned, it fixes the raised issue, but not the use case...
Thanks for the quick fix. I'll give it a try. What do you mean by "it doesn't fix the use case" ?
srl will not bring up an interface with mtu <1500B, and when you use macvlan with mgmt0, your parent interface was having 13xx something MTU
Ok, no problem. Thanks again
Seems to work. I tried with an ovs-bridge instead of macvlan. I'm havving issues with DHCP but that is unlikely to be related.
Fix confirmed.
srl.go:595 seems to indicate that only interfaces with names e-X-Y are supported