This commit is contained in:
2020-11-02 17:15:11 +10:30
parent 11608a239a
commit 8016aec966
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ auto {{OOBNET_NIC}}
allow-hotplug {{OOBNET_NIC}}
iface {{OOBNET_NIC}} inet static
address {{OOBNET_IP}}/{{OOBNET_Netmask}}
{% if OOBNET_GW is defined %}gateway {{OOBNET_GW}}{% endif %}
{% endif %}
{% if autobgp_interfaces is defined %}