Update script to use new conf path
This commit is contained in:
parent
4856be3f06
commit
d632aaca5c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def main() -> None:
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
with open("/etc/sunet-cdn-l4lb/netns.json", encoding="utf-8") as f:
|
with open("/opt/sunet-cdn/l4lb/conf/netns.json", encoding="utf-8") as f:
|
||||||
netns_data = json.load(f)
|
netns_data = json.load(f)
|
||||||
|
|
||||||
setup_namespaces(netns_data)
|
setup_namespaces(netns_data)
|
||||||
|
|
Loading…
Add table
Reference in a new issue