9 | | * /proc/net/igmp | /proc/net/igmp6 |
10 | | * This table shows the multiast group subscriptions of your system for every interface. The multicast group addresses are written in hexadecimal and network byte order. For example an ip address like FEDCBA98 means 152.186.220.254. The mcproxy subscribe a multicast group on the upstream interface for every subscritption heard on the downstream side. This can be seen in the igmp table. |
11 | | * /proc/net/ip_mr_vif | /proc/net/ip6_mr_vif |
| 9 | The following tables can be found under the path ''/proc/net/'' |
| 10 | The following ipv6 tables shows the same contain like the ipv4 tables. But they are only available if you configure and compile your own Linux-Kernel. For more details see [wiki:Kernel here]. |
| 11 | * igmp | igmp6 |
| 12 | * This table shows the multiast group subscriptions of your system for every interface. The multicast group addresses are written in hexadecimal and network byte order (only for IPv4). For example an ip address like FEDCBA98 means 152.186.220.254. The mcproxy subscribe a multicast group on the upstream interface for every subscritption heard on the downstream side. This can be seen in the igmp table. |
| 13 | * ip_mr_vif | ip6_mr_vif |