| Andy Bavier | 0f07bb3 | 2017-01-17 10:20:26 -0500 | [diff] [blame] | 1 | auto fabric |
| 2 | iface fabric inet static | ||||
| 3 | address 10.6.1.1 | ||||
| 4 | network 10.6.1.0 | ||||
| 5 | netmask 255.255.255.0 | ||||
| 6 | broadcast 10.6.1.255 | ||||
| 7 | gateway 10.6.1.1 | ||||
| 8 | bridge_ports eth3 | ||||
| 9 | |||||
| 10 | auto fabric:0 | ||||
| 11 | iface fabric:0 inet static | ||||
| 12 | address 10.6.1.129 | ||||
| 13 | netmask 255.255.255.0 | ||||
| 14 | |||||
| 15 | auto fabric:1 | ||||
| 16 | iface fabric:1 inet static | ||||
| 17 | address 10.6.1.193 | ||||
| 18 | netmask 255.255.255.0 | ||||