Skip to content

Commit

Permalink
feat: add support for IPVLAN
Browse files Browse the repository at this point in the history
While arm64 already had IPVLAN support, amd64 did not.  This fixes that
lack.

Fixes #120

Signed-off-by: Seán C McCord <ulexus@gmail.com>
  • Loading branch information
Ulexus authored and talos-bot committed May 21, 2020
1 parent 6ac7962 commit 806cc0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernel/config-amd64
Expand Up @@ -2153,7 +2153,9 @@ CONFIG_DUMMY=y
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=y
# CONFIG_MACVTAP is not set
# CONFIG_IPVLAN is not set
CONFIG_IPVLAN_L3S=y
CONFIG_IPVLAN=y
# CONFIG_IPVTAP is not set
CONFIG_VXLAN=y
# CONFIG_GENEVE is not set
# CONFIG_GTP is not set
Expand Down

0 comments on commit 806cc0a

Please sign in to comment.