blob: 7dc44b0d1d216c97c856ef754889bfeabf44738d [file] [log] [blame]
Everton Marques871dbcf2009-08-11 15:43:05 -03001# $QuaggaId: $Format:%an, %ai, %h$ $
2
3#
4# The Linux Kernel MFC (Multicast Forwarding Cache)
5#
6
7# Check Linux kernel multicast interfaces:
8cat /proc/net/dev_mcast
9
10# Check that interface eth0 is forwarding multicast:
11cat /proc/sys/net/ipv4/conf/eth0/mc_forwarding
12
13# Check Linux kernel multicast VIFs:
14cat /proc/net/ip_mr_vif
15Interface BytesIn PktsIn BytesOut PktsOut Flags Local Remote
16
17# Check Linux kernel MFC:
18# Oifs format = vifi:TTL
19cat /proc/net/ip_mr_cache
20Group Origin Iif Pkts Bytes Wrong Oifs
21
22# -- end-of-file --