Searched hist:"6 fe2e1762eb33d9386b9072e7897911cc3cc844b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifclone.c | diff 6fe2e1762eb33d9386b9072e7897911cc3cc844b Sat Feb 20 12:36:35 CET 2016 Kristof Provost <kp@FreeBSD.org> ifconfig(8): can't use 'name' or 'description' when creating interface with auto numbering
If one does 'ifconfig tap create name blah', it will return error because the 'name' command doesn't properly populate the request sent to ioctl(...). The 'description' command has the same bug, and is also fixed with this patch.
If one does 'ifconfig tap create mtu 9000 name blah', it DOES work, but 'tap0' (or other sequence number) is echoed, instead of the expected 'blah'. (assuming the name change actually succeeded)
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Differential Revision: https://reviews.freebsd.org/D5341
|
H A D | ifconfig.c | diff 6fe2e1762eb33d9386b9072e7897911cc3cc844b Sat Feb 20 12:36:35 CET 2016 Kristof Provost <kp@FreeBSD.org> ifconfig(8): can't use 'name' or 'description' when creating interface with auto numbering
If one does 'ifconfig tap create name blah', it will return error because the 'name' command doesn't properly populate the request sent to ioctl(...). The 'description' command has the same bug, and is also fixed with this patch.
If one does 'ifconfig tap create mtu 9000 name blah', it DOES work, but 'tap0' (or other sequence number) is echoed, instead of the expected 'blah'. (assuming the name change actually succeeded)
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Differential Revision: https://reviews.freebsd.org/D5341
|