diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2003-11-15 01:45:56 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2003-11-15 01:45:56 +0000 |
| commit | c76ff7084fb90152836ce2093ec14d0e17770899 (patch) | |
| tree | d23664e4625accb37999b990e4ebe77814b2ffae /sys/netinet/ip_input.c | |
| parent | e549a574c6db9c32ca15360bc414fa0413a5a07e (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 2b1ca63c678ec..c4764b12f1f68 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -198,7 +198,7 @@ SYSCTL_INT(_net_inet_ip, IPCTL_DEFMTU, mtu, CTLFLAG_RW, #endif #ifdef IPSTEALTH -static int ipstealth = 0; +int ipstealth = 0; SYSCTL_INT(_net_inet_ip, OID_AUTO, stealth, CTLFLAG_RW, &ipstealth, 0, ""); #endif |
