[Bug 204700] [patch] [rc] restore gif(4) configuration compatibility
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 20 12:06:30 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204700
Bug ID: 204700
Summary: [patch] [rc] restore gif(4) configuration
compatibility
Product: Base System
Version: 10.2-STABLE
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: conf
Assignee: freebsd-bugs at FreeBSD.org
Reporter: eugen at grosbein.net
Keywords: patch
Created attachment 163351
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163351&action=edit
network.subr.diff
The commit https://svnweb.freebsd.org/base?view=revision&revision=253924 by
hrs@ had obsoleted rc.conf variable gif_interfaces and tried to support
backward compatibility but failed. For example, this works for 9.x:
gif_interfaces="gif0"
gifconfig_gif0="1.1.1.1 2.2.2.2"
ifconfig_gif0="inet 192.168.0.1 192.168.0.2"
For 10.2-STABLE, gif0 is creates and tunnel addresses are assigned but inet
addresses do not. Using cloned_interfaces instead of gif_interfaces does not
help. Attached patch restores compatibility.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list