https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185023
Seth Hoffert <seth.hoff...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seth.hoff...@gmail.com --- Comment #5 from Seth Hoffert <seth.hoff...@gmail.com> --- Created attachment 198393 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198393&action=edit Proposed patch I took a stab at patching tun to bring it into parity with tap. In line with tap behavior, it will check for the IFF_LINK0 flag on the interface. If present, it will persist the IPs and routes even when the device node is closed. In addition to the use case listed in earlier comments, this makes IP-aliased jail interaction with tun nicer in that processes within the jail (e.g. OpenVPN) can be bounced without having to restart the jail or externally reconfigure IPs/routes on the tun. -- 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"