[PATCH] Cope with newer ebtables tools in testvm.fwall.dat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Newer ebtables tools turn 0x8035 into RARP, so our test
file must expect this.

Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx>
---
 scripts/nwfilter/nwfilterxml2fwallout/testvm.fwall.dat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/nwfilter/nwfilterxml2fwallout/testvm.fwall.dat b/scripts/nwfilter/nwfilterxml2fwallout/testvm.fwall.dat
index b540509..1b5f3ce 100644
--- a/scripts/nwfilter/nwfilterxml2fwallout/testvm.fwall.dat
+++ b/scripts/nwfilter/nwfilterxml2fwallout/testvm.fwall.dat
@@ -2,20 +2,20 @@
 -i vnet0 -j libvirt-I-vnet0
 #ebtables -t nat -L POSTROUTING | grep vnet0 | grep -v "^Bridge" | grep -v "^$"
 -o vnet0 -j libvirt-O-vnet0
-#ebtables -t nat -L libvirt-I-vnet0 | grep -v "^Bridge" | grep -v "^$"
+#ebtables -t nat -L libvirt-I-vnet0 | sed s/0x8035/RARP/g | grep -v "^Bridge" | grep -v "^$"
 -j I-vnet0-mac
 -p IPv4 -j I-vnet0-ipv4-ip
 -p IPv4 -j ACCEPT 
 -p ARP -j I-vnet0-arp-mac
 -p ARP -j I-vnet0-arp-ip
 -p ARP -j ACCEPT 
--p 0x8035 -j I-vnet0-rarp
+-p RARP -j I-vnet0-rarp
 -p 0x835 -j ACCEPT 
 -j DROP 
-#ebtables -t nat -L libvirt-O-vnet0 | grep -v "^Bridge" | grep -v "^$"
+#ebtables -t nat -L libvirt-O-vnet0 | sed s/0x8035/RARP/g | grep -v "^Bridge" | grep -v "^$"
 -p IPv4 -j O-vnet0-ipv4
 -p ARP -j ACCEPT 
--p 0x8035 -j O-vnet0-rarp
+-p RARP -j O-vnet0-rarp
 -j DROP 
 #ebtables -t nat -L I-vnet0-ipv4-ip | grep -v "^Bridge" | grep -v "^$"
 -p IPv4 --ip-src 0.0.0.0 --ip-proto udp -j RETURN 
-- 
1.8.5.3

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]