Page MenuHomeFreeBSD

D36050.id108926.diff
No OneTemporary

D36050.id108926.diff

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -4466,7 +4466,7 @@
pool_opts.staticport = 1;
}
| STICKYADDRESS {
- if (filter_opts.marker & POM_STICKYADDRESS) {
+ if (pool_opts.marker & POM_STICKYADDRESS) {
yyerror("sticky-address cannot be redefined");
YYERROR;
}

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 7:11 AM (7 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17875890
Default Alt Text
D36050.id108926.diff (352 B)

Event Timeline