mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
|
ebtables -t nat -A libvirt-J-vnet0 -s 01:02:03:04:05:06/ff:ff:ff:ff:ff:ff \
|
||
|
-p 0x806 -j ACCEPT
|
||
|
ebtables -t nat -A libvirt-P-vnet0 -d aa:bb:cc:dd:ee:ff/ff:ff:ff:ff:ff:ff \
|
||
|
-p 0x800 -j ACCEPT
|
||
|
ebtables -t nat -A libvirt-P-vnet0 -d aa:bb:cc:dd:ee:ff/ff:ff:ff:ff:ff:ff \
|
||
|
-p 0x600 -j ACCEPT
|
||
|
ebtables -t nat -A libvirt-P-vnet0 -d aa:bb:cc:dd:ee:ff/ff:ff:ff:ff:ff:ff \
|
||
|
-p 0xffff -j ACCEPT
|