diff options
author | hagbard <vyosdev@derith.de> | 2019-01-07 11:39:36 -0800 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-01-07 11:39:36 -0800 |
commit | 8365c04cccb6e0216b048ca30e289081f0c0ae44 (patch) | |
tree | cb52c5a3aa5554706a427b8fdb2350a18aac5f83 | |
parent | 2fff1e01a2bf70af8da2b38375d08ee3213db284 (diff) | |
download | vyatta-cfg-vpn-8365c04cccb6e0216b048ca30e289081f0c0ae44.tar.gz vyatta-cfg-vpn-8365c04cccb6e0216b048ca30e289081f0c0ae44.zip |
Fix: T1168 - Upgrade: 1,1,7 -> 1.2.0-epa2 Ipsec logging command failure.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | templates/vpn/ipsec/logging/log-modes/node.def | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3a58b2e..900726d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-vpn (0.12.105+vyos2+current5) unstable; urgency=low + + * T1168 - logging mode changed from all to any when configured. + + -- hagbard <vyosdev@derith.de> Mon, 07 Jan 2019 11:24:15 -0800 + vyatta-cfg-vpn (0.12.105+vyos2+current4) unstable; urgency=medium * T1048 - [IPSec] Protocol all does not work in IPSec Tunnel diff --git a/templates/vpn/ipsec/logging/log-modes/node.def b/templates/vpn/ipsec/logging/log-modes/node.def index 5662a4e..2a53b9a 100644 --- a/templates/vpn/ipsec/logging/log-modes/node.def +++ b/templates/vpn/ipsec/logging/log-modes/node.def @@ -1,7 +1,7 @@ multi: help: Log mode. To see what each log mode exactly does, please refer to the strongSwan documentation type: txt -syntax:expression: $VAR(@) in "dmn", "mgr", "ike", "chd", "job", "cfg", "knl", "net", "asn", "enc", "lib", "esp", "tls", "tnc", "imc", "imv", "pts" ; "must be one of the following: dmn, mgr, ike, chd, job, cfg, knl, net, asn, enc, lib, esp, tls, tnc, imc, imv, pts" +syntax:expression: $VAR(@) in "any", "dmn", "mgr", "ike", "chd", "job", "cfg", "knl", "net", "asn", "enc", "lib", "esp", "tls", "tnc", "imc", "imv", "pts" ; "must be one of the following: dmn, mgr, ike, chd, job, cfg, knl, net, asn, enc, lib, esp, tls, tnc, imc, imv, pts" val_help: dmn; Debug log option for strongSwan val_help: mgr; Debug log option for strongSwan val_help: ike; Debug log option for strongSwan @@ -19,3 +19,4 @@ val_help: tnc; Debug log option for strongSwan val_help: imc; Debug log option for strongSwan val_help: imv; Debug log option for strongSwan val_help: pts; Debug log option for strongSwan +val_help: any; Debug log option for strongSwan |