Add the 'radius' path (#245)

* Fixes #241: Add the 'radius' path

* Add changelog fragment

---------

Co-authored-by: Johannes Münch <git@washiza.eu>
This commit is contained in:
derdeagle 2023-12-28 08:35:28 +01:00 committed by GitHub
parent e4e5f64b46
commit 1d6feda0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 0 deletions

View file

@ -3228,6 +3228,28 @@ PATHS = {
},
),
),
('radius', ): APIData(
unversioned=VersionedAPIData(
fully_understood=True,
fields={
'accounting-backup': KeyInfo(default=False),
'accounting-port': KeyInfo(default=1813),
'address': KeyInfo(default='0.0.0.0'),
'authentication-port': KeyInfo(default=1812),
'called-id': KeyInfo(),
'certificate': KeyInfo(),
'comment': KeyInfo(can_disable=True, remove_value=''),
'disabled': KeyInfo(default=False),
'domain': KeyInfo(),
'protocol': KeyInfo(default='udp'),
'realm': KeyInfo(),
'secret': KeyInfo(),
'service': KeyInfo(),
'src-address': KeyInfo(default='0.0.0.0'),
'timeout': KeyInfo(default='300ms'),
},
),
),
('radius', 'incoming'): APIData(
unversioned=VersionedAPIData(
single_value=True,