diff options
author | 2010-04-30 11:06:16 +0000 | |
---|---|---|
committer | 2010-04-30 11:06:16 +0000 | |
commit | 2383ea6d00c41fb44aa82a55020aec1cf06aced1 (patch) | |
tree | b442f00dbbeed27b2618488807f8f3cabf02a30f | |
parent | - regen (diff) | |
download | wireguard-openbsd-2383ea6d00c41fb44aa82a55020aec1cf06aced1.tar.xz wireguard-openbsd-2383ea6d00c41fb44aa82a55020aec1cf06aced1.zip |
Add commented MPLS and mpe(4) entries.
OK sthen, jsg
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9b4825a5200..db9b446eee6 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.154 2010/03/22 21:02:57 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.155 2010/04/30 11:06:16 claudio Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -68,6 +68,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 #mpath0 at root # SCSI Multipathing #scsibus* at mpath? @@ -107,6 +108,7 @@ pseudo-device tun # network tunneling over tty pseudo-device vlan # IEEE 802.1Q VLAN pseudo-device trunk # Trunking support pseudo-device vether # Virtual ethernet +#pseudo-device mpe # MPLS PE interface # for IPv6 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f |