diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-28 13:15:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 13:15:50 +0100 |
commit | 8b646ed2c745a725aa22ad49e7e373c9f5fb2245 (patch) | |
tree | bd187f673f0c498e9288b972f361fb567dcf17ee /interface-definitions/include/accel-ppp/auth-protocols.xml.i | |
parent | e9310778ddb0118278396017026cb6fc1daff0c9 (diff) | |
parent | 09e0a2ca035ee39a68a510b28cc74560669d0420 (diff) | |
download | vyos-1x-8b646ed2c745a725aa22ad49e7e373c9f5fb2245.tar.gz vyos-1x-8b646ed2c745a725aa22ad49e7e373c9f5fb2245.zip |
Merge pull request #2658 from aapostoliuk/T5801-circinus
T5801: Rewritten L2TP to get_config_dict
Diffstat (limited to 'interface-definitions/include/accel-ppp/auth-protocols.xml.i')
-rw-r--r-- | interface-definitions/include/accel-ppp/auth-protocols.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/accel-ppp/auth-protocols.xml.i b/interface-definitions/include/accel-ppp/auth-protocols.xml.i index d43266152..4ab4753bb 100644 --- a/interface-definitions/include/accel-ppp/auth-protocols.xml.i +++ b/interface-definitions/include/accel-ppp/auth-protocols.xml.i @@ -1,7 +1,7 @@ <!-- include start from accel-ppp/auth-protocols.xml.i --> <leafNode name="protocols"> <properties> - <help>Authentication protocol for remote access peer SSTP VPN</help> + <help>Authentication protocol for remote access peer</help> <completionHelp> <list>pap chap mschap mschap-v2</list> </completionHelp> |