Bug #1856
closedRemoving a Phase 2 does not remove the SPD policy
0%
Description
Removing a IPv6 phase 2 entry leaves the IPsec SPD policy in place.
Deleting it manually from the IPsec status SPD page does work.
Updated by Seth Mos about 13 years ago
- Status changed from New to Closed
Failed to replicate on current code.
more /tmp/spd.conf.reload.1318965869.ob2B1v
spddelete -6 2001:470:d72c:0:0:0:0:0/64 2001:db8:100::/64 any -P out ipsec esp/tunnel/2001:470:1f14:e0c::2-2001:db8::1/unique;
spddelete -6 2001:db8:100::/64 2001:470:d72c:0:0:0:0:0/64 any -P in ipsec esp/tunnel/2001:db8::1-2001:470:1f14:e0c::2/unique;
spdadd -6 2001:470:d72c:0:0:0:0:0/64 2001:db8:100::/59 any -P out ipsec esp/tunnel/2001:470:1f14:e0c::2-2001:db8::1/unique;
spdadd -6 2001:db8:100::/59 2001:470:d72c:0:0:0:0:0/64 any -P in ipsec esp/tunnel/2001:db8::1-2001:470:1f14:e0c::2/unique;
Updated by Cyrill B almost 12 years ago
This bug is related to #2719 and has most likely also been resolved.