From 30edcba594ebc07412c903a8e7896235cbc3d11f Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:12:00 +0100 Subject: policy: T2199: Update op-mode syntax to `route6` --- src/op_mode/policy_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/op_mode') diff --git a/src/op_mode/policy_route.py b/src/op_mode/policy_route.py index 95a7eadac..5be40082f 100755 --- a/src/op_mode/policy_route.py +++ b/src/op_mode/policy_route.py @@ -65,7 +65,7 @@ def get_config_policy(conf, name=None, ipv6=False, interfaces=True): route_conf['interface'] = [] if 'route6' in policy: - for route_name, route_conf in policy['ipv6_route'].items(): + for route_name, route_conf in policy['route6'].items(): route_conf['interface'] = [] get_policy_interfaces(conf, policy, name, ipv6) -- cgit v1.2.3