Setting up a HE tunnel I notice that gifconfig_gif0 wrongly assigns the IPs

if I add in gifconfig_gif0="ip ip2"

ifconfig shows just:
inet 64.6.104.115 --> 184.105.253.10

if I add in ifconfig_gif0="tunnel ip ip2"
then it properly shows:

tunnel inet 64.6.104.115 --> 184.105.253.10

Making the tunnel work as expected.

I could not find the code which adds this in except for:

tmpargs=$(get_if_var $ifn gifconfig_IF)
eval ifconfig_${ifn}=\"tunnel \$tmpargs\"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-rc
To unsubscribe, send any mail to "[email protected]"

Reply via email to