kabe0

Results 43 comments of kabe0

Just some more information. Here is the Iptable policy if that helps. ``` Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination...

Yep the type ipvlan works. Is this not something that could be added to the base images?

Maybe this would work better? Just combine the results so both scenarios pass. ``` interfaces=$(ip link show type veth 2>/dev/null; ip link show type ipvlan 2>/dev/null | awk -F: '/^[0-9]+:...