Added postcmd option to network::interface and removed ipv6 autoconfiguration from OpenBSD carp interfaces.
This commit is contained in:
parent
c3d3bf2785
commit
d5df1b9692
2 changed files with 8 additions and 1 deletions
|
@ -10,3 +10,6 @@ rtsol
|
|||
<% elsif ip6addr != 'none' -%>
|
||||
inet6 alias <%= ip6addr %> <%= ip6netmask %>
|
||||
<% end -%>
|
||||
<% postcmd.each do |val| -%>
|
||||
!<%= val %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue