diff options
author | 2010-10-18 15:01:21 +0000 | |
---|---|---|
committer | 2010-10-18 15:01:21 +0000 | |
commit | 1e72c6e9141e7d3964a7ff89f42717952da64ec7 (patch) | |
tree | 45200882f67b86231b0a0569a58b98e9c8722eac | |
parent | no more misc set (diff) | |
download | wireguard-openbsd-1e72c6e9141e7d3964a7ff89f42717952da64ec7.tar.xz wireguard-openbsd-1e72c6e9141e7d3964a7ff89f42717952da64ec7.zip |
There is no reason to not include MPLS and mpe(4) in GENERIC. Makes my
life a lot easier. Sure deraadt@
-rw-r--r-- | sys/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 38895062121..d41397419f4 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.167 2010/09/24 14:13:47 sobrado Exp $ +# $OpenBSD: GENERIC,v 1.168 2010/10/18 15:01:21 claudio Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -67,7 +67,7 @@ option PPP_DEFLATE #option PIPEX # Pppac IP EXtension, for npppd option MROUTING # Multicast router #option PIM # Protocol Independent Multicast -#option MPLS # Multi-Protocol Label Switching +option MPLS # Multi-Protocol Label Switching #mpath0 at root # SCSI Multipathing #scsibus* at mpath? @@ -100,7 +100,7 @@ pseudo-device carp # CARP protocol support pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device gre # GRE encapsulation interface pseudo-device loop # network loopback -#pseudo-device mpe # MPLS PE interface +pseudo-device mpe # MPLS PE interface pseudo-device ppp # PPP pseudo-device pppoe # PPP over Ethernet (RFC 2516) #pseudo-device pppx # PPP multiplexer |