diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-11-06 13:46:35 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-11-06 13:46:35 +0000 |
commit | bd55836e48feb1b5477dc6bd08edfac85be33dd3 (patch) | |
tree | acd46157ae6af201359367403a78aecb3a1f4d4c /src | |
parent | d5da42a9e4353d0e15319c521e28b453fc3bd155 (diff) | |
download | strongswan-bd55836e48feb1b5477dc6bd08edfac85be33dd3.tar.bz2 strongswan-bd55836e48feb1b5477dc6bd08edfac85be33dd3.tar.xz |
fixed ipv6 target in _updown script
Diffstat (limited to 'src')
-rw-r--r-- | src/_updown/_updown.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 3b990f67a..581b2e362 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -522,11 +522,11 @@ down-host-v6:*) # connection to me going down # If you are doing a custom version, firewall commands go here. ;; -up-client-v6:) +up-client-v6:*) # connection to my client subnet coming up # If you are doing a custom version, firewall commands go here. ;; -down-client-v6:) +down-client-v6:*) # connection to my client subnet going down # If you are doing a custom version, firewall commands go here. ;; |