我们的centos 7有几个接口(vlan配置)。
eno1.900@eno1
eno1.956@eno1
eno1.957@eno1
当我们使用(ip addr add ip dev eno1。956 autojoin)命令加入组播时。
我们的系统从lo接口发送报告封隔器,但留下封隔器从binding(从命令)接口发送。
tcpdump -i lo igmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes
12:19:26.686734 IP x.x.x.x > y.y.y.y: igmp v2 report y.y.y.y
12:19:31.439741 IP x.x.x.x > y.y.y.y: igmp v2 report y.y.y.y
tcpdump -i eno1.956 igmp
12:16:23.310461 IP x.x.x.x > all-routers.mcast.net: igmp leave y.y.y.y
你能告诉我我们错过了什么吗?