Added postcmd option to network::interface and removed ipv6 autoconfiguration from OpenBSD carp interfaces.

This commit is contained in:
Timo Mkinen 2011-03-14 11:29:38 +02:00
parent c3d3bf2785
commit d5df1b9692
2 changed files with 8 additions and 1 deletions

View file

@ -10,3 +10,6 @@ rtsol
<% elsif ip6addr != 'none' -%>
inet6 alias <%= ip6addr %> <%= ip6netmask %>
<% end -%>
<% postcmd.each do |val| -%>
!<%= val %>
<% end -%>