>Number: 185080 >Category: conf >Synopsis: gifconfig_gifX in rc.conf(5) not used to greate the tunnel >part of the gif(4) interface if cloned_interfaces is used to create the gif >interface. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 22 06:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kimmo Paasiala >Release: FreeBSD 10.0-RC2 >Organization: >Environment: FreeBSD firewall.rdnzl.info 10.0-RC2 FreeBSD 10.0-RC2 #2 r259413: Sun Dec 15 14:07:37 EET 2013 ki...@freebsd10.rdnzl.info:/usr/obj/usr/src/sys/RDNZL i386 >Description: I have this set up in rc.conf:
cloned_interfaces="gif0" gifconfig_gif0="88.xxx.xxx.xxx 62.yyy.yyy.yyy" ifconfig_gif0_ipv6="inet6 2001:14b8:aaa:bbb::2 2001:14b8:aaa:bbb::1 prefixlen 128 Im not using gif_interfaces=gif0 since its deprecated in FreeBSD 10 as per the warning messages spewed by the rc(8) scripts. However this does not work properly The ifconfig gif0 tunnel 88.xxx.xxx.xxx 62.yyy.yyy.yyy does not get executed. It looks to me that the tunnel set up is only performed when gif0 is listed in gif_interfaces. I can work around this by doing this instead of the 'gifconfig_gif0' line: ifconfig_gif0= tunnel 88.xxx.xxx.xxx 62.yyy.yyy.yyy >How-To-Repeat: Use cloned_interfaces="gif0" and gifconfig_gif0="a.b.c.d e.f.g.h" in rc.conf(5) for configuring the tunnel part of the gif(4) interface. The tunnel part of the configuration is not applied to the gif interface. >Fix: Somewhere in /etc/network.subr the logic should be changed to also look into cloned_interfaces in addition to gif_interfaces for gifconfig_gifX -settings. >Release-Note: >Audit-Trail: >Unformatted:
_______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"