commit | c7711633a6f1615f0d11ed9f69da20bc340f9f1d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Nov 19 16:51:27 2015 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Nov 19 16:51:27 2015 -0800 |
tree | e98ed5af05ae7259d44fca56af6eb8fc1a21c605 | |
parent | 051c14b81c0406a5b384c1ac4a7318ae5d690b37 [diff] |
add bridge:br-lan to vcpe lan interface
diff --git a/xos/cord/models.py b/xos/cord/models.py index a4e7501..daac40c 100644 --- a/xos/cord/models.py +++ b/xos/cord/models.py
@@ -700,6 +700,7 @@ port.set_parameter("c_tag", self.volt.c_tag) port.set_parameter("s_tag", self.volt.s_tag) port.set_parameter("device", "eth1") + port.set_parameter("bridge", "br-lan") wan_networks = [x for x in instance.slice.networks.all() if "wan" in x.name] if not wan_networks: