Displaying 1 result from an estimated 1 matches for "multicst".
Did you mean:
multicast
2006 Oct 11
0
Multicst routing problem
I want to send a multicast packet to multiple gre tunnel, but the packet
only went to where the routing table configured to.
ex.
when use
ip route add 224.0.0.0/4 via gre0
then the packet go to gre0
when use
ip route add 224.0.0.0/4 via gre1
then the packet go to gre1
when use
ip route add 224.0.0.0/4 nexthop via gre1 nexthop via gre0
then the packet go to either gre or gre1