You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
When we use the ipvlan network on L3 or L3S mode, the ipvlan interface has been setted to NOARP in kernel ipvlan driver. But the flags hasn't passed to guest network interface.
Expected result
Pass the host network interface Rawflags to guest and set NOARP when needed
Description of problem
When we use the ipvlan network on L3 or L3S mode, the ipvlan interface has been setted to NOARP in kernel ipvlan driver. But the flags hasn't passed to guest network interface.
Expected result
Pass the host network interface Rawflags to guest and set NOARP when needed
Actual result