Skip to content

Commit

Permalink
Merge pull request #3866 from vyos/mergify/bp/sagitta/pr-3861
Browse files Browse the repository at this point in the history
op_mode: T6593: Release DHCP interface does not work (backport #3861)
  • Loading branch information
c-po authored Jul 25, 2024
2 parents 714c43c + 760712f commit 9c87ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vyos/opmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class InternalError(Error):


def _is_op_mode_function_name(name):
if re.match(r"^(show|clear|reset|restart|add|update|delete|generate|set|renew)", name):
if re.match(r"^(show|clear|reset|restart|add|update|delete|generate|set|renew|release)", name):
return True
else:
return False
Expand Down

0 comments on commit 9c87ace

Please sign in to comment.