diff options
author | 2001-10-01 19:59:43 +0000 | |
---|---|---|
committer | 2001-10-01 19:59:43 +0000 | |
commit | af4ff9b03c940e4f022b7d2fcd71edbd92a13771 (patch) | |
tree | dd38b072f97e4f19617944abcf1131dd06ed076a | |
parent | Add Copyright. Image cleanup. (diff) | |
download | wireguard-openbsd-af4ff9b03c940e4f022b7d2fcd71edbd92a13771.tar.xz wireguard-openbsd-af4ff9b03c940e4f022b7d2fcd71edbd92a13771.zip |
sync with support for underscores in macro names
-rw-r--r-- | regress/sbin/pfctl/pf6.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf6.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf6.in b/regress/sbin/pfctl/pf6.in index 1194e71941b..180d36d85db 100644 --- a/regress/sbin/pfctl/pf6.in +++ b/regress/sbin/pfctl/pf6.in @@ -1,2 +1,3 @@ a=b c=x +a_b_c=d diff --git a/regress/sbin/pfctl/pf6.ok b/regress/sbin/pfctl/pf6.ok index 29ac49025ad..e7152b09501 100644 --- a/regress/sbin/pfctl/pf6.ok +++ b/regress/sbin/pfctl/pf6.ok @@ -1,2 +1,3 @@ a = b c = x +a_b_c = d |