Skip to content

Commit f888ad3

Browse files
committed
fix(ns-ha): do not disable routes
This is a leftover of 71794d0
1 parent 858f1e1 commit f888ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ns-ha/files/ns-ha-import

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def import_routes():
5454
u.set('network', section, 'ns_tag', ['ha'])
5555
for opt in options:
5656
u.set('network', section, opt, options[opt])
57-
u.set('network', section, 'disabled', '1')
5857
u.commit('network')
5958

6059
def import_hotspot_mac():

0 commit comments

Comments
 (0)