diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-24 19:05:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 19:05:54 +0200 |
commit | 340e44c59663d2b94e7b1fddb05c49a3ad737938 (patch) | |
tree | c9049d3911b4bfbeec7c938122213dd47cad0a62 /data | |
parent | ae8390a110ec4c507aad8eca252b3153ae1f3316 (diff) | |
parent | 8603967cbd7eb1ecdbad2e0960d1a18c667d38a3 (diff) | |
download | vyos-1x-340e44c59663d2b94e7b1fddb05c49a3ad737938.tar.gz vyos-1x-340e44c59663d2b94e7b1fddb05c49a3ad737938.zip |
Merge pull request #3717 from vyos/mergify/bp/circinus/pr-3652
T6489: Add support for CLI config scripts that change the underlaying working configuration (backport #3652)
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index dcee50306..ac1c18ad1 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -92,6 +92,7 @@ "system_ip.py", "system_ipv6.py", "system_lcd.py", +"system_login.py", "system_login_banner.py", "system_logs.py", "system_option.py", |