]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/link_veth.c
veth: fix uninitialized arguments
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Dec 2013 16:25:13 +0000 (08:25 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Dec 2013 16:25:13 +0000 (08:25 -0800)
commitbe2c3142f9a76ae1f036fc4316ff425f6455ce3a
treeaeb3a48b75f960ed86a06d5227737f3632a04699
parentd2468da0a317c87ded0a9a0ae6d7d8bc7ab2e4d2
veth: fix uninitialized arguments

Based on patch by Sergey Popovich <popovich_sergei@mail.ru>
This fixes crash when ip-link(8) invoced with command:

  ip link add dev veth1a type veth peer
ip/link_veth.c