[Bug 204568] gif(4) interface remembers configuration after being destroyed

2015-11-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204568

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204568] gif(4) interface remembers configuration after being destroyed

2015-11-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204568

cr...@rlwinm.de changed:

   What|Removed |Added

 CC||cr...@rlwinm.de

--- Comment #2 from cr...@rlwinm.de ---
Creating the gif1 interface triggers a LINK_UP event on /dev/devctl and the
default devd configuration reacts to this event by running /etc/rc.d/netif
start $interface.  

Please provide the output of `grep gif1 /etc/rc.conf`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204568] gif(4) interface remembers configuration after being destroyed

2015-11-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204568

Andrey V. Elsukov  changed:

   What|Removed |Added

 CC||a...@freebsd.org

--- Comment #1 from Andrey V. Elsukov  ---
This is because you have configured it in rc.conf.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204568] gif(4) interface remembers configuration after being destroyed

2015-11-15 Thread bugzilla-noreply
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: felic...@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
r...@mayflower.choxf.torchbox.net:/usr/src/sys/amd64/compile/MAYFLOWER  amd64

mayflower:/root# ifconfig gif1
gif1: flags=8051 metric 0 mtu 1480
tunnel inet 78.32.251.196 --> 193.227.244.121
nd6 options=29
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 metric 0 mtu 1480
tunnel inet 78.32.251.196 --> 193.227.244.121
nd6 options=29
mayflower:/root#

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"