summaryrefslogtreecommitdiffstats
path: root/tests/etc
diff options
context:
space:
mode:
authorkp <kp@FreeBSD.org>2016-03-06 08:52:03 +0000
committerkp <kp@FreeBSD.org>2016-03-06 08:52:03 +0000
commita0a9dc5d39bce93901950e25e91887b10edd6402 (patch)
treeb7530b1a66b20cd4cf98d809d1b0d18733fca459 /tests/etc
parent241b0e18f171e529b4c5596005704c3a624ed8a2 (diff)
downloadFreeBSD-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/etc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud