In the exhibit, you decided to change myHosts addresses.
[edit security policies]
user@host# show
from-zone Private to-zone External {
policy MyTraffic {
match {
source-address myHosts;
destination-address
ExtServers;application
[ junos-ftp junos-bgp ];
}
then {
permit {
tunnel {
ipsec-vpn vpnTunnel;
}
}
}
}
}
policy-rematch;
What will happen to the new sessions matching the policy and in-progress sessions that hadalready matched the policy?()