[netfilter-cvslog] r3451 - trunk/nfsim-testsuite/01iptables

gandalf at netfilter.org gandalf at netfilter.org
Sun Dec 19 03:32:42 CET 2004


Author: gandalf at netfilter.org
Date: 2004-12-19 03:32:42 +0100 (Sun, 19 Dec 2004)
New Revision: 3451

Modified:
   trunk/nfsim-testsuite/01iptables/30LOG.sim
Log:
Update to match new macaddress handling.


Modified: trunk/nfsim-testsuite/01iptables/30LOG.sim
===================================================================
--- trunk/nfsim-testsuite/01iptables/30LOG.sim	2004-12-19 02:31:48 UTC (rev 3450)
+++ trunk/nfsim-testsuite/01iptables/30LOG.sim	2004-12-19 02:32:42 UTC (rev 3451)
@@ -17,8 +17,8 @@
 # INPUT has only input interface, has MAC.
 iptables -A INPUT -j LOG
 expect gen_ip send:LOCAL {IPv4 192.168.0.3 192.168.1.1 0 3}
-expect gen_ip <4>IN=eth0 OUT= MAC=00:00:00:00:00:00 SRC=192.168.0.3 DST=192.168.1.1 LEN=20 TOS=0x00 PREC=0x00 TTL=255 ID=0 PROTO=3
-gen_ip IF=eth0 192.168.0.3 192.168.1.1 0 3
+expect gen_ip <4>IN=eth0 OUT= MAC=11:22:33:44:55:66:11:22:33:44:55:66:08:00 SRC=192.168.0.3 DST=192.168.1.1 LEN=20 TOS=0x00 PREC=0x00 TTL=255 ID=0 PROTO=3
+gen_ip IF=eth0 MAC=11:22:33:44:55:66 192.168.0.3 192.168.1.1 0 3
 iptables -D INPUT -j LOG
 
 # OUTPUT has only output interface




More information about the netfilter-cvslog mailing list