Skip to content

Commit c688b4a

Browse files
committed
ARM: configs: aspeed: Disable IPV6 SIT device
No one is using this device on OpenBMC systems, and there is no code to manage it in phosphor-networkd (the default OpenBMC userspace) as of March 2021: > [...] if you don't add IPv6 addresses to the sit interface > it doesn't do anything. The defacto way to do that on an interface in > OpenBMC is to have it managed by phosphor-networkd. On top of this, to > support sit you would need a way to configure the local / remote IPv4 > addresses used to back it. Signed-off-by: Joel Stanley <[email protected]>
1 parent 3c8cf10 commit c688b4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/configs/aspeed_g4_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ CONFIG_INET=y
4848
CONFIG_IP_MULTICAST=y
4949
CONFIG_SYN_COOKIES=y
5050
# CONFIG_INET_DIAG is not set
51+
# CONFIG_IPV6_SIT is not set
5152
CONFIG_NETFILTER=y
5253
# CONFIG_NETFILTER_ADVANCED is not set
5354
CONFIG_VLAN_8021Q=y

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ CONFIG_SYN_COOKIES=y
6060
CONFIG_IPV6_ROUTER_PREF=y
6161
CONFIG_IPV6_ROUTE_INFO=y
6262
CONFIG_IPV6_OPTIMISTIC_DAD=y
63+
# CONFIG_IPV6_SIT is not set
6364
CONFIG_IPV6_MULTIPLE_TABLES=y
6465
CONFIG_NETFILTER=y
6566
# CONFIG_NETFILTER_ADVANCED is not set

0 commit comments

Comments
 (0)