environment:
Redhat 7.4
ixgbe, ixgbevf (82599es ethernet controller)
docker 1.13
requirement:
The docker container had to have a trunk port which is mapped to a VF.
docker guest running in privileged mode.
Problem:
when the container emits the q-in-q packets, the kernel drops as the packets are spoofed.
in the recv direction how can i classify based on the vlan (with no vlan interface in the container)?
Thanks for the help