Skip to content

Commit

Permalink
feat: enable VRF module
Browse files Browse the repository at this point in the history
Fixes #900

```
│   │   │   └── [ 71K]  vrf.ko
```

New module is `kernel/drivers/net/vrf.ko`.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Feb 20, 2024
1 parent 87eb013 commit 1904994
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
Expand Up @@ -2395,7 +2395,7 @@ CONFIG_TAP=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NET_VRF is not set
CONFIG_NET_VRF=m
# CONFIG_VSOCKMON is not set
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Expand Up @@ -2686,7 +2686,7 @@ CONFIG_TAP=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NET_VRF is not set
CONFIG_NET_VRF=m
# CONFIG_VSOCKMON is not set
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
Expand Down

0 comments on commit 1904994

Please sign in to comment.