diff options
author | ume <ume@FreeBSD.org> | 2000-09-23 18:50:59 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2000-09-23 18:50:59 +0000 |
commit | ee306bc4d0b8bce98af864654188034fcba77cdf (patch) | |
tree | 1fc171f9e4299cbdcb0dc5a150faa76c9064dd83 /sys/netinet6/ip6_fw.h | |
parent | a307605d915dadf63776d8a7dc2b548641346801 (diff) | |
download | FreeBSD-src-ee306bc4d0b8bce98af864654188034fcba77cdf.zip FreeBSD-src-ee306bc4d0b8bce98af864654188034fcba77cdf.tar.gz |
Make ip6fw as loadable module.
Diffstat (limited to 'sys/netinet6/ip6_fw.h')
-rw-r--r-- | sys/netinet6/ip6_fw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_fw.h b/sys/netinet6/ip6_fw.h index 6b4c922..3666564 100644 --- a/sys/netinet6/ip6_fw.h +++ b/sys/netinet6/ip6_fw.h @@ -190,6 +190,7 @@ typedef int ip6_fw_chk_t __P((struct ip6_hdr**, struct ifnet*, typedef int ip6_fw_ctl_t __P((int, struct mbuf**)); extern ip6_fw_chk_t *ip6_fw_chk_ptr; extern ip6_fw_ctl_t *ip6_fw_ctl_ptr; +extern int ip6_fw_enable; #endif /* _KERNEL */ |