proper alignment
This commit is contained in:
parent
2b4ab84dd7
commit
902429773e
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ ifconfig $INTERFACE 0.0.0.0
|
|||
brctl addif <%= real_tinc_bridge_interface %> $INTERFACE
|
||||
ifconfig $INTERFACE up
|
||||
<% if override_mtu -%>
|
||||
ifconfig $INTERFACE mtu <%= override_mtu.to_i %>
|
||||
ifconfig $INTERFACE mtu <%= override_mtu.to_i %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue