Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 12:06:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204700] [patch] [rc] restore gif(4) configuration compatibility
Message-ID:  <bug-204700-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: eugen@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204700-8>