diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-05-26 17:47:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-26 17:47:15 +0300 |
| commit | f333e72b999c296565fc23e79b3bf651dc85afb0 (patch) | |
| tree | 9af1e5784a514c83b66abd36acfb24d53ca8537b /interface-definitions | |
| parent | 4574af601e2642f1b0437763195d94b9a4486b8b (diff) | |
| parent | b6d24956bd4c7a5e4cb89c0b4331264a96667184 (diff) | |
| download | vyos-1x-f333e72b999c296565fc23e79b3bf651dc85afb0.tar.gz vyos-1x-f333e72b999c296565fc23e79b3bf651dc85afb0.zip | |
Merge pull request #5197 from alexandr-san4ez/T7555-current
ipsec: T7555: Implement `ikev2-reauth` for site-to-site peers
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index d141a43bd..403031131 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -1246,7 +1246,7 @@ </completionHelp> <valueHelp> <format>yes</format> - <description>Enable remote host re-authentication during an IKE re-key. Currently broken due to a strong swan bug</description> + <description>Enable remote host re-authentication during an IKE re-key</description> </valueHelp> <valueHelp> <format>no</format> |
