Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 20:00:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204568] gif(4) interface remembers configuration after being destroyed
Message-ID:  <bug-204568-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204568

            Bug ID: 204568
           Summary: gif(4) interface remembers configuration after being
                    destroyed
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: felicity@torchbox.com

FreeBSD mayflower.choxf.torchbox.net 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #5
r290741: Sat Nov 14 16:56:58 GMT 2015    
root@mayflower.choxf.torchbox.net:/usr/src/sys/amd64/compile/MAYFLOWER  amd64

    mayflower:/root# ifconfig gif1
    gif1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1480
        tunnel inet 78.32.251.196 --> 193.227.244.121
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
    mayflower:/root# ifconfig gif1 destroy
    mayflower:/root# ifconfig gif1
    ifconfig: interface gif1 does not exist
    mayflower:/root# ifconfig gif1 create
    mayflower:/root# ifconfig gif1
    gif1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1480
        tunnel inet 78.32.251.196 --> 193.227.244.121
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
    mayflower:/root#

-- 
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-204568-8>