Skip to content

Commit

Permalink
tunspace: allow static IP instead of DHCP
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Jan 24, 2025
1 parent d2e85f9 commit de16cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/cfg_openwrt/templates/corerouter/config/tunspace.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ config tunspace "tunspace"
option uplink_netns "{{ name }}"
option uplink_ifname "{{ ifname }}"
option uplink_mode "{{ mode }}"
option uplink_ipv4 "{{ uplink['uplink_ipv4']|default('') }}"
option uplink_gateway "{{ uplink['uplink_gateway']|default('') }}"
option maintenance_interval 60
option debug 0
{% endfor %}
Expand Down

0 comments on commit de16cea

Please sign in to comment.