Skip to content

Commit 4b38c3b

Browse files
Fixes from PR
1 parent 2ac0413 commit 4b38c3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/vyos/kea.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,9 @@ def kea_parse_tsig_algo(algo_spec):
373373
raise ConfigError(f'Unsupported TSIG algorithm: {algo_spec}')
374374
return translate[algo_spec]
375375

376-
377376
def kea_parse_enable_disable(value):
378377
return True if value == 'enable' else False
379378

380-
381379
def kea_parse_ddns_settings(config):
382380
data = {}
383381

@@ -411,7 +409,6 @@ def kea_parse_ddns_settings(config):
411409

412410
return data
413411

414-
415412
def _ctrl_socket_command(inet, command, args=None):
416413
path = kea_ctrl_socket.format(inet=inet)
417414

0 commit comments

Comments
 (0)