diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-11 11:24:03 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-15 00:04:35 +0200 |
commit | 03a0b7b7e562290b9c74faf237e8ae0bd8a0cb3a (patch) | |
tree | 793b5c984e6f967dbe7ff6b8ff2570db1b9a0d8a /target/linux/ath79/files/drivers | |
parent | 1461eabda39bab630c74e42926d54e3b31d9bb53 (diff) | |
download | upstream-03a0b7b7e562290b9c74faf237e8ae0bd8a0cb3a.tar.gz upstream-03a0b7b7e562290b9c74faf237e8ae0bd8a0cb3a.tar.bz2 upstream-03a0b7b7e562290b9c74faf237e8ae0bd8a0cb3a.zip |
ramips: fix IPv4-only corner case in 01_enable_packet_steering
The uci config section network.globals set up in /bin/config_generate
will only be created if /proc/sys/net/ipv6 exists.
Correspondingly, lacking IPv6 support, the command
uci set network.globals.packet_steering=1
will fail with "uci: Invalid argument" as the network.globals config
has not been set up.
Fix that by adding the setup there as well.
Fixes: dfd62e575c6c ("ramips: enable packet steering by default on mt7621")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/files/drivers')
0 files changed, 0 insertions, 0 deletions