mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
ed7813d28d
Qemu currently sends an Ethernet packet with protocol id 0x835 once a VM was successfully migrated. The content of the packet looks like a gratuitous RARP, just with the wrong protocol ID, which should be 0x8035. I wrote some filters to let either one of the packets pass and am adapting the clean-traffic sample filter to use it. I am also doing some changes on the existing ARP filter which was lacking a test for source MAC address. |
||
---|---|---|
.. | ||
allow-arp.xml | ||
allow-dhcp-server.xml | ||
allow-dhcp.xml | ||
allow-incoming-ipv4.xml | ||
allow-ipv4.xml | ||
clean-traffic.xml | ||
Makefile.am | ||
no-arp-spoofing.xml | ||
no-ip-multicast.xml | ||
no-ip-spoofing.xml | ||
no-mac-broadcast.xml | ||
no-mac-spoofing.xml | ||
no-other-l2-traffic.xml | ||
no-other-rarp-traffic.xml | ||
qemu-announce-self-rarp.xml | ||
qemu-announce-self.xml |