diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-26 19:06:31 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-26 21:06:14 +0100 |
| commit | 3cce53c83187c94e467741de20bada4edb47e932 (patch) | |
| tree | 7a7befdac901b322bdd9c914828b70ce802835f7 /interface-definitions/include | |
| parent | d7f409923cc904807f643693e193e37c4d1df8e7 (diff) | |
| download | vyos-1x-3cce53c83187c94e467741de20bada4edb47e932.tar.gz vyos-1x-3cce53c83187c94e467741de20bada4edb47e932.zip | |
ospf: T7679: add "null" authentication option
Diffstat (limited to 'interface-definitions/include')
| -rw-r--r-- | interface-definitions/include/ospf/authentication.xml.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/authentication.xml.i b/interface-definitions/include/ospf/authentication.xml.i index 8e8cad067..f38a37269 100644 --- a/interface-definitions/include/ospf/authentication.xml.i +++ b/interface-definitions/include/ospf/authentication.xml.i @@ -38,6 +38,12 @@ </tagNode> </children> </node> + <leafNode name="null"> + <properties> + <help>Use null authentication</help> + <valueless/> + </properties> + </leafNode> <leafNode name="plaintext-password"> <properties> <help>Plain text password</help> |
