diff options
author | John Estabrook <jestabro@vyos.io> | 2021-11-24 11:00:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 11:00:05 -0600 |
commit | 0362519a16bac1455beed2aa9057ead458131485 (patch) | |
tree | 60e821e5bd5a24a2ecf0682a916e5dde4a084d77 /interface-definitions | |
parent | ee53af35eb1edb6167a65b290f25a95b2a586498 (diff) | |
parent | 0040795fc4a23a30eafadc13f8e982e8d0be180a (diff) | |
download | vyos-1x-0362519a16bac1455beed2aa9057ead458131485.tar.gz vyos-1x-0362519a16bac1455beed2aa9057ead458131485.zip |
Merge pull request #1078 from erkin/current
conf-mode: NAT interface definition typo fix
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/nat-translation-options.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/nat-translation-options.xml.i b/interface-definitions/include/nat-translation-options.xml.i index defc8c0d5..df2f76397 100644 --- a/interface-definitions/include/nat-translation-options.xml.i +++ b/interface-definitions/include/nat-translation-options.xml.i @@ -16,7 +16,7 @@ </valueHelp> <valueHelp> <format>random</format> - <description>Random source or destination address allocation for each connection (defaut)</description> + <description>Random source or destination address allocation for each connection (default)</description> </valueHelp> <constraint> <regex>^(persistent|random)$</regex> |