diff options
-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 |