You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Why I did it
Added SONiC YANG model for RADIUS.
Fixes#12477
#### How I did it
Added the RADIUS and RADIUS_SERVER tables for global and per RADIUS server configuration. RADIUS statistics reside in COUNTERS_DB and are not part of the configuration. These are not a part of this PR.
#### How to verify it
Compiled sonic_yang_mgmt-1.0-py3-none-any.whl.
#### Description for the changelog
SONiC YANG model for RADIUS.
Description
We don't have Yang models for RADIUS_SERVER, RADIUS tables.
Steps to reproduce the issue:
Sample JSON patch:
[{"op": "add", "path": "/RADIUS_SERVER", "value": {}}, {"op": "add", "path": "/RADIUS_SERVER/10.10.10.10", "value": {"auth_port": "1812", "priority": "1"}}]
Describe the results you received:
GCU patch application failed with error:
ValueError: Given patch is not valid because it has changes to tables without YANG models
Describe the results you expected:
GCU patch application success with successful write to ConfigDB
Output of
show version
:The text was updated successfully, but these errors were encountered: