Remove default value for "running" field in "interface wireless" (#264)

The `running` field can't be configured. By having a default value it's
written and shows up in diffs.
This commit is contained in:
hansmi 2024-03-03 08:32:41 +01:00 committed by GitHub
parent ffd5a6370c
commit 84009262d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1932,7 +1932,7 @@ PATHS = {
'radio-name': KeyInfo(),
'rate-selection': KeyInfo(default='advanced'),
'rate-set': KeyInfo(default='default'),
'running': KeyInfo(default=False, read_only=True),
'running': KeyInfo(read_only=True),
'rx-chains': KeyInfo(default='0,1'),
'scan-list': KeyInfo(default='default'),
'secondary-frequency': KeyInfo(default=''),