Skip to content
Snippets Groups Projects
Commit c2654ad8 authored by Jan Luebbe's avatar Jan Luebbe Committed by chrissi^
Browse files

gluon-core: place ipv4 wan routes into table 1

parent d153cf6d
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ uci:section('network', 'interface', 'wan', {
multicast_querier = false,
peerdns = false,
auto = true,
ip4table = 1,
})
if not uci:get('network', 'wan', 'proto') then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment