Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf/expected For rules without any address, don't infe...



details:   https://anonhg.NetBSD.org/src/rev/0fbc51e33fa7
branches:  trunk
changeset: 783070:0fbc51e33fa7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Dec 03 19:35:33 2012 +0000

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

diffstat:

 tests/ipf/expected/i14 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r fbf98920f017 -r 0fbc51e33fa7 tests/ipf/expected/i14
--- a/tests/ipf/expected/i14    Mon Dec 03 18:30:25 2012 +0000
+++ b/tests/ipf/expected/i14    Mon Dec 03 19:35:33 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index