Skip to content

Commit

Permalink
feat: enable CONFIG_NETKIT
Browse files Browse the repository at this point in the history
Used e.g. by Cilium.

Signed-off-by: Devin Buhl <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
onedr0p authored and smira committed Nov 27, 2024
1 parent 452298e commit e8fda95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ CONFIG_TAP=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NETKIT is not set
CONFIG_NETKIT=y
CONFIG_NET_VRF=m
# CONFIG_VSOCKMON is not set
# CONFIG_ARCNET is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ CONFIG_TAP=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NETKIT is not set
CONFIG_NETKIT=y
CONFIG_NET_VRF=m
# CONFIG_VSOCKMON is not set
# CONFIG_ARCNET is not set
Expand Down

0 comments on commit e8fda95

Please sign in to comment.