aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/dev_pf_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: regenerate const filesAnton Lindqvist2021-07-011-5/+0
|
* sys/openbsd: neutralize yet another pf ioctl commandAnton Lindqvist2020-06-291-0/+1
| | | | | | | | | Disarms the latest reproducer[1] for the discovered "no output from test machine" panic. While here, tidy up and improve comments. [1] https://syzkaller.appspot.com/bug?id=4c3b1ac22d6d7f1d9ebcad5469a28cb4562debda
* sys/openbsd: prevent killing the ssh VM connectionAnton Lindqvist2020-03-051-0/+4
This is one of the root causes of the 'no output from test machine' panic. Issuing a DIOCKILLSTATES ioctl on a /dev/pf file descriptor will cause state associated with ongoing connections to be purged; effectively killing the ssh connection to the VM. Including net/pfvar.h is necessary in order to make use of the DIOCKILLSTATES define.