[Bug 208173] ifconfig gre0/gif0 tunnel inet6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 21 10:10:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208173

Marie Helene Kvello-Aune <marieheleneka at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marieheleneka at gmail.com

--- Comment #2 from Marie Helene Kvello-Aune <marieheleneka at gmail.com> ---
I believe this happens because ifconfig requires the address family (inet,
inet6, link, possibly others) to be the first argument to the program. Not
passing 'inet' works because there's code to make it default to 'inet' for
historical/backwards compatible reasons. Essentially, ifconfig is doing exactly
what the man page says it should be doing here.

I have a fix for this (and other similar bad UX scenarios) on my todo, but it
involves rewriting how ifconfig parse and process arguments. I won't start work
on it until after libification of ifconfig (libifconfig).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list