Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  3 19:35:33 UTC 2012

Modified Files:
        src/tests/ipf/expected: i14

Log Message:
For rules without any address, don't infer an address family.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/expected/i14

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/ipf/expected/i14
diff -u src/tests/ipf/expected/i14:1.4 src/tests/ipf/expected/i14:1.5
--- src/tests/ipf/expected/i14:1.4	Fri Mar 23 23:08:00 2012
+++ src/tests/ipf/expected/i14	Mon Dec  3 19:35:33 2012
@@ -1,5 +1,5 @@
 block in on eri0(!) all head 1
-pass in on eri0(!) inet proto icmp from any to any group 1
+pass in on eri0(!) proto icmp from any to any group 1
 pass out on ed0(!) all head 1000000
 block out on ed0(!) proto udp from any to any group 1000000
 block in on vm0(!) proto tcp/udp from any to any head 101

Reply via email to