Re: [PATCH iproute2-next v2 0/9] With this series I propose to make print_linkinfo_brief() static in

2018-02-14 Thread Serhey Popovych
Please ignore this series: wrong subject. > Changes presented with this series tested using following script: > > \#!/bin/bash > > iproute2_dir="$1" > iface='eth0.2' > > pushd "$iproute2_dir" &>/dev/null > > for i in new old; do > DIR="/tmp/$i" > mkdir -p "$DIR" > > ln -snf

[PATCH iproute2-next v2 0/9] With this series I propose to make print_linkinfo_brief() static in

2018-02-14 Thread Serhey Popovych
Changes presented with this series tested using following script: \#!/bin/bash iproute2_dir="$1" iface='eth0.2' pushd "$iproute2_dir" &>/dev/null for i in new old; do DIR="/tmp/$i" mkdir -p "$DIR" ln -snf ip.$i ip/ip # normal ip/ip link show