]> git.ipfire.org Git - thirdparty/iproute2.git/commit
mroute: "ip mroute show" not working when "to" and/or "from" is given
authorMazhar Rana <ranamazharp@gmail.com>
Thu, 11 Jun 2015 16:07:36 +0000 (21:37 +0530)
committerStephen Hemminger <shemming@brocade.com>
Thu, 25 Jun 2015 12:47:07 +0000 (08:47 -0400)
commit45b01c46d420ed790f7733763060af1725735c05
treee686ab49960ab76b6c4d3c6bf0528fdd96697369
parent4e4b78324f1dbcee590c01a7ac3e5ebaf20daa27
mroute: "ip mroute show" not working when "to" and/or "from" is given

The command "ip mroute show" is not showing routes when "to" and/or "from"
filter is applied.

root@mazhar:~# ip mroute show
(10.202.30.101, 235.1.2.3)       Iif: eth0       Oifs: eth1

But When I applied filter, it does not show anything.

root@mazhar:~# ip mroute show 235.1.2.3 from 10.202.30.101
root@mazhar:~#

Signed-off-by: Mazhar Rana <ranamazharp@gmail.com>
ip/ipmroute.c