Added support for static routes on CentOS and Fedora.

This commit is contained in:
Timo Mkinen 2012-02-06 16:03:44 +02:00
parent 5d8ea214ea
commit 946d5691c1
2 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,3 @@
ADDRESS0=<%= name.split('/')[0] %>
NETMASK0=<%= name.split('/')[1] %>
<% if gateway != "NONE" %>GATEWAY0=<%= gateway %><% end %>