Skip to content

Commit 580f8d8

Browse files
kelsey-steelechessturo
authored andcommitted
configs: change set of interfaces into modules
Update dummy0, bond0, sit0, and tunl0 to loadable modules to prevent these interfaces from being created automatically. link: https://microsoft.visualstudio.com/OS/_workitems/edit/48439326 Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
1 parent e972bc9 commit 580f8d8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

arch/arm64/configs/config-wsl-arm64

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ CONFIG_IP_PNP=y
926926
CONFIG_IP_PNP_DHCP=y
927927
# CONFIG_IP_PNP_BOOTP is not set
928928
# CONFIG_IP_PNP_RARP is not set
929-
CONFIG_NET_IPIP=y
929+
CONFIG_NET_IPIP=m
930930
# CONFIG_NET_IPGRE_DEMUX is not set
931931
CONFIG_NET_IP_TUNNEL=y
932932
CONFIG_SYN_COOKIES=y
@@ -940,7 +940,7 @@ CONFIG_INET_ESP=y
940940
# CONFIG_INET_ESPINTCP is not set
941941
# CONFIG_INET_IPCOMP is not set
942942
CONFIG_INET_TABLE_PERTURB_ORDER=16
943-
CONFIG_INET_TUNNEL=y
943+
CONFIG_INET_TUNNEL=m
944944
CONFIG_INET_DIAG=y
945945
CONFIG_INET_TCP_DIAG=y
946946
CONFIG_INET_UDP_DIAG=y
@@ -959,7 +959,7 @@ CONFIG_IPV6_OPTIMISTIC_DAD=y
959959
# CONFIG_IPV6_MIP6 is not set
960960
# CONFIG_IPV6_ILA is not set
961961
# CONFIG_IPV6_VTI is not set
962-
CONFIG_IPV6_SIT=y
962+
CONFIG_IPV6_SIT=m
963963
# CONFIG_IPV6_SIT_6RD is not set
964964
CONFIG_IPV6_NDISC_NODETYPE=y
965965
# CONFIG_IPV6_TUNNEL is not set
@@ -1893,8 +1893,8 @@ CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
18931893
CONFIG_NETDEVICES=y
18941894
CONFIG_MII=y
18951895
CONFIG_NET_CORE=y
1896-
CONFIG_BONDING=y
1897-
CONFIG_DUMMY=y
1896+
CONFIG_BONDING=m
1897+
CONFIG_DUMMY=m
18981898
CONFIG_WIREGUARD=y
18991899
# CONFIG_WIREGUARD_DEBUG is not set
19001900
# CONFIG_EQUALIZER is not set

arch/x86/configs/config-wsl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ CONFIG_IP_PNP=y
962962
CONFIG_IP_PNP_DHCP=y
963963
# CONFIG_IP_PNP_BOOTP is not set
964964
# CONFIG_IP_PNP_RARP is not set
965-
CONFIG_NET_IPIP=y
965+
CONFIG_NET_IPIP=m
966966
# CONFIG_NET_IPGRE_DEMUX is not set
967967
CONFIG_NET_IP_TUNNEL=y
968968
CONFIG_SYN_COOKIES=y
@@ -976,7 +976,7 @@ CONFIG_INET_ESP=y
976976
# CONFIG_INET_ESPINTCP is not set
977977
# CONFIG_INET_IPCOMP is not set
978978
CONFIG_INET_TABLE_PERTURB_ORDER=16
979-
CONFIG_INET_TUNNEL=y
979+
CONFIG_INET_TUNNEL=m
980980
CONFIG_INET_DIAG=y
981981
CONFIG_INET_TCP_DIAG=y
982982
CONFIG_INET_UDP_DIAG=y
@@ -995,7 +995,7 @@ CONFIG_IPV6_OPTIMISTIC_DAD=y
995995
# CONFIG_IPV6_MIP6 is not set
996996
# CONFIG_IPV6_ILA is not set
997997
# CONFIG_IPV6_VTI is not set
998-
CONFIG_IPV6_SIT=y
998+
CONFIG_IPV6_SIT=m
999999
# CONFIG_IPV6_SIT_6RD is not set
10001000
CONFIG_IPV6_NDISC_NODETYPE=y
10011001
# CONFIG_IPV6_TUNNEL is not set
@@ -1911,8 +1911,8 @@ CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
19111911
CONFIG_NETDEVICES=y
19121912
CONFIG_MII=y
19131913
CONFIG_NET_CORE=y
1914-
CONFIG_BONDING=y
1915-
CONFIG_DUMMY=y
1914+
CONFIG_BONDING=m
1915+
CONFIG_DUMMY=m
19161916
CONFIG_WIREGUARD=y
19171917
# CONFIG_WIREGUARD_DEBUG is not set
19181918
# CONFIG_EQUALIZER is not set

0 commit comments

Comments
 (0)