Browse Source

Fixed typo in server-2 ip

master
Sebastian Rieger 9 years ago
parent
commit
44b1743997
  1. 2
      GIT-VIRL-HS-Fulda/fabricpath.virl

2
GIT-VIRL-HS-Fulda/fabricpath.virl

@ -4940,7 +4940,7 @@ write_files:
permissions: '0755'
content: |-
#!/bin/sh -e
ifconfig eth1 up 192.168.78.100 netmask 255.255.255.0
ifconfig eth1 up 192.168.78.101 netmask 255.255.255.0
exit 0
</entry>
</extensions>

Loading…
Cancel
Save