Package: iproute2 / 3.16.0-2~bpo70+1

Metadata

Package Version Patches format
iproute2 3.16.0-2~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add moo feature.patch | (download)

ip/ip.c | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 add moo feature


0002 txtdocs.patch | (download)

doc/Makefile | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 txtdocs


0003 ip link Remove unnecessary device checking.patch | (download)

ip/iplink.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 ip link: remove unnecessary device checking

The real checking is performed later in iplink_modify(..) func which
checks device existence if NLM_F_CREATE flag is set.

Also it fixes the case when impossible to add veth link which was
caused by 9a02651a87 (ip: check for missing dev arg when doing VF rate)
because these devices are not exist yet.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>