diff options
Diffstat (limited to 'sbin/pfctl/parse.y')
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 3d3a1b0632a..e7f01d07eb7 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.29 2001/09/06 18:05:46 jasoni Exp $ */ +/* $OpenBSD: parse.y,v 1.30 2001/09/06 22:37:08 jasoni Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -551,7 +551,7 @@ natrule : NAT interface proto FROM ipspec TO ipspec ARROW address } ; -binatrule : BINAT interface proto FROM ipspec TO ipspec ARROW address +binatrule : BINAT interface proto FROM address TO ipspec ARROW address { struct pf_binat binat; |