mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-30 23:01:21 +02:00
The size of pf_rule grew in OpenBSD 6.4
This commit is contained in:
committed by
Brian May
parent
a765aa3235
commit
21ef365c59
@ -262,7 +262,7 @@ class OpenBsd(Generic):
|
||||
("proto_variant", c_uint8),
|
||||
("direction", c_uint8)]
|
||||
|
||||
self.pfioc_rule = c_char * 3416
|
||||
self.pfioc_rule = c_char * 3424
|
||||
self.pfioc_natlook = pfioc_natlook
|
||||
super(OpenBsd, self).__init__()
|
||||
|
||||
|
Reference in New Issue
Block a user