Added support for setting static IPv6 default gateway on OpenBSD and RedHat.

This commit is contained in:
Timo Mkinen 2011-03-16 15:12:47 +02:00
parent b3807231fc
commit fddcfd0eb9
2 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,6 @@
<% if gateway != "" -%>
<%= gateway %>
<% end -%>
<% if ipv6gateway != "" -%>
<%= ipv6gateway %>
<% end -%>