aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/jail.h
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2015-01-14 04:50:28 +0000
committerJamie Gritton <jamie@FreeBSD.org>2015-01-14 04:50:28 +0000
commit6a3f277901c67877388aee0f21a9542477df0948 (patch)
treec80b50af18499e12c1fa25f58c17df2981ed66eb /sys/sys/jail.h
parent0e5e396ede602859e17686239dbb9a542f94868d (diff)
downloadsrc-6a3f277901c67877388aee0f21a9542477df0948.tar.gz
src-6a3f277901c67877388aee0f21a9542477df0948.zip
Remove the prison flags PR_IP4_DISABLE and PR_IP6_DISABLE, which have been
write-only for as long as they've existed.
Notes
Notes: svn path=/head/; revision=277159
Diffstat (limited to 'sys/sys/jail.h')
-rw-r--r--sys/sys/jail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/jail.h b/sys/sys/jail.h
index 59d791ca2a94..4605f88761ba 100644
--- a/sys/sys/jail.h
+++ b/sys/sys/jail.h
@@ -201,8 +201,6 @@ struct prison_racct {
#define PR_IP4_USER 0x00000004 /* Restrict IPv4 addresses */
#define PR_IP6_USER 0x00000008 /* Restrict IPv6 addresses */
#define PR_VNET 0x00000010 /* Virtual network stack */
-#define PR_IP4_DISABLE 0x00000020 /* Disable IPv4 */
-#define PR_IP6_DISABLE 0x00000040 /* Disable IPv6 */
#define PR_IP4_SADDRSEL 0x00000080 /* Do IPv4 src addr sel. or use the */
/* primary jail address. */
#define PR_IP6_SADDRSEL 0x00000100 /* Do IPv6 src addr sel. or use the */