The 'show vpn ike sa' command does not display the IKE state with IPv6 Peers
Description
Description
Details
Details
- Version
- 1.4.x ; 1.3.x
- Is it a breaking change?
- Perfectly compatible
- Issue type
- Bug (incorrect behavior)
Event Timeline
Comment Actions
It still doesn't work for 1.3
This regex not for all IPv6 peers
vyos@r4:~$ show vpn ike sa Peer ID / IP Local ID / IP ------------ ------------- dead:beef::1 dead:beef::2 State IKEVer Encrypt Hash D-H Group NAT-T A-Time L-Time ----- ------ ------- ---- --------- ----- ------ ------ down IKEv2 aes16_256 n/a 14(MODP_2048) no -82800
Comment Actions
PR https://github.com/vyos/vyatta-op-vpn/pull/31
vyos@r4:~$ show vpn ike sa Peer ID / IP Local ID / IP ------------ ------------- dead:beef::1 dead:beef::2 State IKEVer Encrypt Hash D-H Group NAT-T A-Time L-Time ----- ------ ------- ---- --------- ----- ------ ------ up IKEv2 aes16_256 n/a 14(MODP_2048) no 7200 86400 vyos@r4:~$