Skip to content

Commit 53e4b46

Browse files
pelwellherrnst
authored andcommitted
configs: Enable IP_VS_IPV6 (for loadbalancing)
The Raspberry Pi defconfigs enable suport for IP Virtual Servers with many of the optional features, but for some reason exclude the IPV6 support. The relevant Kconfig file says "Say Y if unsure", and the change only makes a few modules a bit larger (~30kB), so most users should see no difference. See: raspberrypi#2860 Signed-off-by: Phil Elwell <[email protected]>
1 parent a940878 commit 53e4b46

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ CONFIG_IP_SET_HASH_NETPORT=m
233233
CONFIG_IP_SET_HASH_NETIFACE=m
234234
CONFIG_IP_SET_LIST_SET=m
235235
CONFIG_IP_VS=m
236+
CONFIG_IP_VS_IPV6=y
236237
CONFIG_IP_VS_PROTO_TCP=y
237238
CONFIG_IP_VS_PROTO_UDP=y
238239
CONFIG_IP_VS_PROTO_ESP=y

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ CONFIG_IP_SET_HASH_NETPORT=m
235235
CONFIG_IP_SET_HASH_NETIFACE=m
236236
CONFIG_IP_SET_LIST_SET=m
237237
CONFIG_IP_VS=m
238+
CONFIG_IP_VS_IPV6=y
238239
CONFIG_IP_VS_PROTO_TCP=y
239240
CONFIG_IP_VS_PROTO_UDP=y
240241
CONFIG_IP_VS_PROTO_ESP=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ CONFIG_IP_SET_HASH_NETPORT=m
227227
CONFIG_IP_SET_HASH_NETIFACE=m
228228
CONFIG_IP_SET_LIST_SET=m
229229
CONFIG_IP_VS=m
230+
CONFIG_IP_VS_IPV6=y
230231
CONFIG_IP_VS_PROTO_TCP=y
231232
CONFIG_IP_VS_PROTO_UDP=y
232233
CONFIG_IP_VS_PROTO_ESP=y

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ CONFIG_IP_SET_HASH_NETPORT=m
236236
CONFIG_IP_SET_HASH_NETIFACE=m
237237
CONFIG_IP_SET_LIST_SET=m
238238
CONFIG_IP_VS=m
239+
CONFIG_IP_VS_IPV6=y
239240
CONFIG_IP_VS_PROTO_TCP=y
240241
CONFIG_IP_VS_PROTO_UDP=y
241242
CONFIG_IP_VS_PROTO_ESP=y

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ CONFIG_IP_SET_HASH_NETPORT=m
232232
CONFIG_IP_SET_HASH_NETIFACE=m
233233
CONFIG_IP_SET_LIST_SET=m
234234
CONFIG_IP_VS=m
235+
CONFIG_IP_VS_IPV6=y
235236
CONFIG_IP_VS_PROTO_TCP=y
236237
CONFIG_IP_VS_PROTO_UDP=y
237238
CONFIG_IP_VS_PROTO_ESP=y

0 commit comments

Comments
 (0)