commit d08b227e749b57d18222692e284615f38fe7dc24 Author: Sascha Hlusiak Date: Sat Feb 28 23:14:23 2009 +0100 Fix isatap tunnels with remote host A remote host is needed for client systems to work so allow creation of those tunnels. diff --git a/ip/iptunnel.c b/ip/iptunnel.c index 0d9a17f..f80019c 100644 --- a/ip/iptunnel.c +++ b/ip/iptunnel.c @@ -253,10 +253,6 @@ static int parse_args(int argc, char **argv, int cmd, struct ip_tunnel_parm *p) return -1; } if (isatap) { - if (p->iph.daddr) { - fprintf(stderr, "no remote with isatap.\n"); - return -1; - } p->i_flags |= SIT_ISATAP; }