don't try to attach the management network into a service chain
diff --git a/xos/core/models/service.py b/xos/core/models/service.py
index aca4bb0..96bff36 100644
--- a/xos/core/models/service.py
+++ b/xos/core/models/service.py
@@ -188,6 +188,9 @@
# if ns.network.template.access in ["direct", "indirect"]:
# # skip access networks; we want to use the private network
# continue
+ if "management" in ns.network.name:
+ # don't try to connect the management network to anything
+ continue
if ns.network.name in ["wan_network", "lan_network"]:
# we don't want to attach to the vCPE's lan or wan network
# we only want to attach to its private network