diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-03-02 16:39:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 16:39:53 +0200 |
| commit | ef710a5acbd7af9f60ba63716912b0c9a20f5329 (patch) | |
| tree | a08a4b937ee2009c6b35e4bec00c2cec6102bec7 /interface-definitions/include | |
| parent | 0c7a2b861abd4c897a2cbe4a5564effca8f9cc01 (diff) | |
| parent | 2994d3c8c19f2ad978ad00548592f6c7c3519d15 (diff) | |
| download | vyos-1x-ef710a5acbd7af9f60ba63716912b0c9a20f5329.tar.gz vyos-1x-ef710a5acbd7af9f60ba63716912b0c9a20f5329.zip | |
Merge pull request #5016 from c-po/ospf-auth
ospf: T7679: fix plaintext authentication on specific interface
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> |
