From 50c0a8557f10ea3b8c6a95b054a6d9b734a8d738 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sat, 8 Jun 2002 08:45:17 +0000 Subject: no macro concatenation via += --- regress/sbin/pfctl/pf8.ok | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'regress/sbin/pfctl/pf8.ok') diff --git a/regress/sbin/pfctl/pf8.ok b/regress/sbin/pfctl/pf8.ok index dc327943449..592182dfaeb 100644 --- a/regress/sbin/pfctl/pf8.ok +++ b/regress/sbin/pfctl/pf8.ok @@ -1,6 +1,3 @@ -extern = { ! 10.0.0.0/8, 10.1.2.3, -extern += 10.1.2.4, 10.1.2.5 } -@0 block out log on tun1 inet from 10.1.2.5 to any -@1 block out log on tun1 inet from 10.1.2.4 to any -@2 block out log on tun1 inet from 10.1.2.3 to any -@3 block out log on tun1 inet from ! 10.0.0.0/8 to any +extern = { ! 10.0.0.0/8, 10.1.2.3 } +@0 block out log on tun1 inet from 10.1.2.3 to any +@1 block out log on tun1 inet from ! 10.0.0.0/8 to any -- cgit v1.2.3