Added support for setting static IPv6 default gateway on OpenBSD and RedHat.
This commit is contained in:
parent
b3807231fc
commit
fddcfd0eb9
2 changed files with 17 additions and 2 deletions
6
network/templates/mygate.erb
Normal file
6
network/templates/mygate.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<% if gateway != "" -%>
|
||||
<%= gateway %>
|
||||
<% end -%>
|
||||
<% if ipv6gateway != "" -%>
|
||||
<%= ipv6gateway %>
|
||||
<% end -%>
|
Loading…
Add table
Add a link
Reference in a new issue