aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_rc.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-07-10 12:11:58 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-07-10 12:11:58 +0300
commit95466bf02741b67134ccb34163659a7a9c299c43 (patch)
treed08c6fa3f20fef9fcbcd5f9eae0c1d88edd090d6 /templates/etc_rc.conf.j2
parentffd25cdb04f6a40bc9b95afd507042717b2f7fc5 (diff)
Fix wan0 dhcp issues by removing defaultrouter sysrc
Diffstat (limited to 'templates/etc_rc.conf.j2')
-rw-r--r--templates/etc_rc.conf.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/etc_rc.conf.j2 b/templates/etc_rc.conf.j2
index 8d21ff6..641125b 100644
--- a/templates/etc_rc.conf.j2
+++ b/templates/etc_rc.conf.j2
@@ -8,7 +8,6 @@ moused_nondefault_enable="NO"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
-defaultrouter="{{ lan_ipv4_gateway }}"
ifconfig_igc0_name="lan0"
ifconfig_igc1_name="wan0"
ifconfig_lan0="inet {{ lan_ipv4_cidr }}"