[Bug 9346] ping -I br0 <ip of br0> doesn't work

bugzilla at busybox.net bugzilla at busybox.net
Tue Dec 13 09:49:51 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=9346

--- Comment #5 from Denys Vlasenko <vda.linux at googlemail.com> ---
# ifconfig br0 1.1.1.1

# ip a
...
4: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
group default qlen 1000
    link/ether ba:2b:a0:03:d0:43 brd ff:ff:ff:ff:ff:ff
    inet 1.1.1.1/8 brd 1.255.255.255 scope global br0
       valid_lft forever preferred_lft forever

# busybox ping -I eth0 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
^C
--- 1.1.1.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss

# ping -I eth0 1.1.1.1
PING 1.1.1.1 (1.1.1.1) from 10.34.1.104 eth0: 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=64 time=0.062 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=64 time=0.057 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=64 time=0.058 ms
^C

# ping -V
ping utility, iputils-s20160308

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list