From 5283630d2c9d40deb0183696d278e02644fe4326 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 9 Jul 2019 11:14:53 +0200 Subject: Update to FreeBSD stable/12 2019-07-09 Git mirror commit 3427c3416aa3c0f25124070959cca78024b94d85. --- freebsd/sys/netinet/ip_fw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'freebsd/sys/netinet/ip_fw.h') diff --git a/freebsd/sys/netinet/ip_fw.h b/freebsd/sys/netinet/ip_fw.h index de0cc29d..7a01c82b 100644 --- a/freebsd/sys/netinet/ip_fw.h +++ b/freebsd/sys/netinet/ip_fw.h @@ -293,6 +293,7 @@ enum ipfw_opcodes { /* arguments (4 byte each) */ O_EXTERNAL_DATA, /* variable length data */ O_SKIP_ACTION, /* none */ + O_TCPMSS, /* arg1=MSS value */ O_LAST_OPCODE /* not an opcode! */ }; -- cgit v1.2.3