diff options
| author | Roman Kurakin <rik@FreeBSD.org> | 2008-09-14 09:24:12 +0000 |
|---|---|---|
| committer | Roman Kurakin <rik@FreeBSD.org> | 2008-09-14 09:24:12 +0000 |
| commit | 6b057f1b5e5dabde49a3db5d55ea9d6a7da8b59b (patch) | |
| tree | 9eba42b51adf795823b58b70a4cd7dc71c478654 /sys | |
| parent | de34ad3f4b35bb3e4db7936dc0ddb55b17c4996a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/ip_fw2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index a131ae8b4c45..3f536fe245e1 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -181,6 +181,8 @@ SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, verbose_limit, CTLFLAG_RW, &verbose_limit, 0, "Set upper limit of matches of ipfw rules logged"); SYSCTL_UINT(_net_inet_ip_fw, OID_AUTO, default_rule, CTLFLAG_RD, NULL, IPFW_DEFAULT_RULE, "The default/max possible rule number."); +SYSCTL_UINT(_net_inet_ip_fw, OID_AUTO, tables_max, CTLFLAG_RD, + NULL, IPFW_TABLES_MAX, "The maximum number of tables."); /* * Description of dynamic rules. |
