Add ipvlan l3s mode

Commit 4fbae7d83c98c30efcf0a2a2ac55fbb75ef5a1a5 added l3s mode
support to the kernel, add the value here.
This commit is contained in:
Lincoln Stoll 2016-10-21 10:55:29 -04:00 committed by Vish Ishaya
parent 8b4e34d697
commit a1f8555521

View File

@ -262,6 +262,7 @@ type IPVlanMode uint16
const (
IPVLAN_MODE_L2 IPVlanMode = iota
IPVLAN_MODE_L3
IPVLAN_MODE_L3S
IPVLAN_MODE_MAX
)