diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-30 18:16:15 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-30 18:16:15 +0000 |
commit | cce25a02a95ab3fd12ea3de6c0187179c944376d (patch) | |
tree | 8353d5a72f6f07ab59979aa866ead5f551b1dba5 /sys/conf/GENERIC | |
parent | c8f8cbcede4ca685382649c1f07cd9d065f72fa1 (diff) |
Switch installer to Allotment Routing Table (ART).
Prompted by a bugreport by naddy that IPv6 autoconfiguration is broken
in the installer.
OK mpi, "go for it" deraadt
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index ba9d79bb6a1..bc01cc9b7dc 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.244 2017/05/27 08:02:40 claudio Exp $ +# $OpenBSD: GENERIC,v 1.245 2017/07/30 18:16:14 florian Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -51,7 +51,6 @@ option TCP_ECN # Explicit Congestion Notification for TCP option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions #option TCP_FACK # Forward Acknowledgements for TCP -option ART # Allotment Routing Table option INET6 # IPv6 option IPSEC # IPsec option PPP_BSDCOMP # PPP BSD compression |