Merge branch '2.4.2/master'
This commit is contained in:
commit
b954694409
|
@ -271,7 +271,7 @@ class OneNetworkL2(OneNetwork):
|
||||||
template.write('VLAN_TAGGED_ID = "{0}""\n'.format(self.trunk))
|
template.write('VLAN_TAGGED_ID = "{0}""\n'.format(self.trunk))
|
||||||
|
|
||||||
template.write('BRIDGE = {0}\n'.format(self.swname))
|
template.write('BRIDGE = {0}\n'.format(self.swname))
|
||||||
if self.net_size:
|
if update is False and self.net_size:
|
||||||
template.write("AR=[\n")
|
template.write("AR=[\n")
|
||||||
template.write(' TYPE = "ETHER",\n')
|
template.write(' TYPE = "ETHER",\n')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue