Skip to content

Commit

Permalink
Merge pull request #8370 from danielg4/master
Browse files Browse the repository at this point in the history
vpnc: fix IPv6-triggered inoperability
  • Loading branch information
hnyman committed Mar 17, 2019
2 parents b6d6f51 + ca56324 commit c556ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/vpnc/Makefile
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=vpnc
PKG_REV:=550
PKG_VERSION:=0.5.3.r$(PKG_REV)
PKG_RELEASE:=8
PKG_RELEASE:=9

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.unix-ag.uni-kl.de/vpnc/trunk/
Expand Down
2 changes: 1 addition & 1 deletion net/vpnc/files/vpnc.sh
Expand Up @@ -42,7 +42,7 @@ proto_vpnc_setup() {

logger -t vpnc "initializing..."
serv_addr=
for ip in $(resolveip -t 10 "$server"); do
for ip in $(resolveip -4t 10 "$server"); do
( proto_add_host_dependency "$config" "$ip" $interface )
serv_addr=1
done
Expand Down

0 comments on commit c556ba0

Please sign in to comment.