Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-29 | ipsec: T3643: Fix for show tunnels with state down | Viacheslav | |
The current op-mode for "show vpn ipsec sa" shows only tunnels which established (parent SA) and installed (child SA) If tunnel not installed it can't show correct information about this tunnel, in that case it can shows only parent sa state Get codebase for "show_ipsec_sa.py" (op-mode) from 1.4 branch where it was fixed. | |||
2021-10-28 | IPSec: T3941: Fix uptime for tunnels sa op-mode | Viacheslav | |
The current uptime for tunnels is getting from parent SA That is incorrect as we should get value from child SA | |||
2021-08-14 | op-mode: ipsec: T3745: "show vpn ipse sa" improve sorting | Christian Poessinger | |
(cherry picked from commit 1229665d353a070e14ee9cceafbfdb107d669745) | |||
2021-04-28 | ipsec: T3333: Fix status for SA state op-mode | sever-sever | |
2021-03-27 | op-mode: ipsec: T3055: Fixed parsing peer name error | jack9603301 | |
2021-01-05 | vpn-op-mode: T2639: Sorting vpn ipsec sa | sever-sever | |
2019-10-21 | T1755: fixes issue with 'show vpn ipsec sa' command where lack of keysize ↵ | Jason McAllister | |
(encr-keysize) will result in KeyError - such as for CHACHA20_POLY1305 | |||
2019-10-21 | T1755: fixes issue with 'show vpn ipsec sa' command where lack of hash ↵ | Jason McAllister | |
(integ-alg) will result in KeyError - such as with GCM based options | |||
2019-02-21 | [IPsec] T1260: VICI-based implementation of "show vpn ipsec sa" | Daniil Baturin | |
2019-02-21 | T1256: Execute "show ipsec vpn ipsec sa" returns incorrect results | Daniel Pro | |
Not sure it's a normal case scenario, the one highlighted in T1256. To managed it I changed the "if" logic. | |||
2019-01-12 | Correct the command suggestion in the "show vpn ipsec sa" script | Daniil Baturin | |
in case when no active SAs are found. | |||
2019-01-12 | T1175: add support for DMVPN connections to the "show vpn ipsec sa" script. | Daniil Baturin | |
2019-01-08 | Merge pull request #63 from daniel-pro/T1077 | hagbard-01 | |
T1077: Update show_ipsec_sa.py | |||
2019-01-06 | T1159: correct handling of SAs without PFS in "show vpn ipsec sa". | Daniil Baturin | |
2019-01-01 | T1119: 'show vpn ipsec sa' shows tunnel twice in 1.2.0-RC11 | Daniel | |
Removed duplicates from "connections" list. | |||
2018-12-31 | T1108: warn the user and exit if there are no established IPsec SAs. | Daniil Baturin | |
2018-12-18 | Update show_ipsec_sa.py | Daniel | |
2018-12-16 | Update show_ipsec_sa.py | daniel-pro | |
2018-12-03 | T956: display SA traffic counters in human-redable units. | Daniil Baturin | |
2018-12-03 | T956: correct IKE proposal string parsing for SAs with non-zero counters. | Daniil Baturin | |
2018-11-18 | T956: add a new script for displaying IPsec SAs. | Daniil Baturin | |