mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
fixed ipv6 target in _updown script
This commit is contained in:
parent
d5da42a9e4
commit
bd55836e48
@ -522,11 +522,11 @@ down-host-v6:*)
|
|||||||
# connection to me going down
|
# connection to me going down
|
||||||
# If you are doing a custom version, firewall commands go here.
|
# If you are doing a custom version, firewall commands go here.
|
||||||
;;
|
;;
|
||||||
up-client-v6:)
|
up-client-v6:*)
|
||||||
# connection to my client subnet coming up
|
# connection to my client subnet coming up
|
||||||
# If you are doing a custom version, firewall commands go here.
|
# If you are doing a custom version, firewall commands go here.
|
||||||
;;
|
;;
|
||||||
down-client-v6:)
|
down-client-v6:*)
|
||||||
# connection to my client subnet going down
|
# connection to my client subnet going down
|
||||||
# If you are doing a custom version, firewall commands go here.
|
# If you are doing a custom version, firewall commands go here.
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user