diff options
author | kp <kp@FreeBSD.org> | 2016-03-06 08:52:03 +0000 |
---|---|---|
committer | kp <kp@FreeBSD.org> | 2016-03-06 08:52:03 +0000 |
commit | a0a9dc5d39bce93901950e25e91887b10edd6402 (patch) | |
tree | b7530b1a66b20cd4cf98d809d1b0d18733fca459 /tests | |
parent | 241b0e18f171e529b4c5596005704c3a624ed8a2 (diff) | |
download | FreeBSD-src-a0a9dc5d39bce93901950e25e91887b10edd6402.zip FreeBSD-src-a0a9dc5d39bce93901950e25e91887b10edd6402.tar.gz |
MFC r295836:
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)
PR: 206876
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com>
Differential Revision: https://reviews.freebsd.org/D5341
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions