blob: 70c34668b2348f52d0cb833fded481786331ff8f [file] [log] [blame]
Andy Bavier0f07bb32017-01-17 10:20:26 -05001auto fabric
2iface 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
Andy Bavier2bac6e62017-08-23 17:54:33 -07009 hwaddress ether a4:23:05:06:01:01
Andy Bavier0f07bb32017-01-17 10:20:26 -050010
Andy Bavier2bac6e62017-08-23 17:54:33 -070011# vSG public gateway
12# should be configurable
Andy Bavier0f07bb32017-01-17 10:20:26 -050013auto fabric:0
14iface fabric:0 inet static
Andy Bavier2bac6e62017-08-23 17:54:33 -070015 address 10.7.1.1
Andy Bavier0f07bb32017-01-17 10:20:26 -050016 netmask 255.255.255.0
17
Andy Bavier2bac6e62017-08-23 17:54:33 -070018# public network gateway
19# should be configurable
Andy Bavier0f07bb32017-01-17 10:20:26 -050020auto fabric:1
21iface fabric:1 inet static
Andy Bavier2bac6e62017-08-23 17:54:33 -070022 address 10.8.1.1
Andy Bavier0f07bb32017-01-17 10:20:26 -050023 netmask 255.255.255.0