Change sl(4) configuration lines to reflect its new dynamic nature.
This commit is contained in:
parent
9e72c31886
commit
c0c5a953c0
@ -145,7 +145,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
||||
# Pseudo devices - the number indicates how many units to allocated.
|
||||
pseudo-device loop # Network loopback
|
||||
pseudo-device ether # Ethernet support
|
||||
pseudo-device sl 1 # Kernel SLIP
|
||||
pseudo-device sl # Kernel SLIP
|
||||
pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
|
@ -145,7 +145,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
||||
# Pseudo devices - the number indicates how many units to allocated.
|
||||
pseudo-device loop # Network loopback
|
||||
pseudo-device ether # Ethernet support
|
||||
pseudo-device sl 1 # Kernel SLIP
|
||||
pseudo-device sl # Kernel SLIP
|
||||
pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
|
@ -57,7 +57,7 @@ device cd
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
pseudo-device sl 1
|
||||
pseudo-device sl
|
||||
pseudo-device ppp 1
|
||||
pseudo-device tun
|
||||
pseudo-device pty
|
||||
|
@ -205,7 +205,7 @@ device lnc0 at isa? port 0x280 irq 10 drq 0
|
||||
# Pseudo devices - the number indicates how many units to allocated.
|
||||
pseudo-device loop # Network loopback
|
||||
pseudo-device ether # Ethernet support
|
||||
pseudo-device sl 1 # Kernel SLIP
|
||||
pseudo-device sl # Kernel SLIP
|
||||
pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
|
@ -456,7 +456,7 @@ pseudo-device loop #Network loopback device
|
||||
pseudo-device bpf #Berkeley packet filter
|
||||
pseudo-device disc #Discard device (ds0, ds1, etc)
|
||||
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
|
||||
pseudo-device sl 2 #Serial Line IP
|
||||
pseudo-device sl #Serial Line IP
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
options PPP_BSDCOMP #PPP BSD-compress support
|
||||
options PPP_DEFLATE #PPP zlib/deflate/gzip support
|
||||
|
@ -205,7 +205,7 @@ device lnc0 at isa? port 0x280 irq 10 drq 0
|
||||
# Pseudo devices - the number indicates how many units to allocated.
|
||||
pseudo-device loop # Network loopback
|
||||
pseudo-device ether # Ethernet support
|
||||
pseudo-device sl 1 # Kernel SLIP
|
||||
pseudo-device sl # Kernel SLIP
|
||||
pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
|
@ -456,7 +456,7 @@ pseudo-device loop #Network loopback device
|
||||
pseudo-device bpf #Berkeley packet filter
|
||||
pseudo-device disc #Discard device (ds0, ds1, etc)
|
||||
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
|
||||
pseudo-device sl 2 #Serial Line IP
|
||||
pseudo-device sl #Serial Line IP
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
options PPP_BSDCOMP #PPP BSD-compress support
|
||||
options PPP_DEFLATE #PPP zlib/deflate/gzip support
|
||||
|
@ -212,7 +212,7 @@ device sn0 at isa? port 0x300 irq 10
|
||||
# Pseudo devices - the number indicates how many units to allocated.
|
||||
pseudo-device loop # Network loopback
|
||||
pseudo-device ether # Ethernet support
|
||||
pseudo-device sl 1 # Kernel SLIP
|
||||
pseudo-device sl # Kernel SLIP
|
||||
pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
|
@ -456,7 +456,7 @@ pseudo-device loop #Network loopback device
|
||||
pseudo-device bpf #Berkeley packet filter
|
||||
pseudo-device disc #Discard device (ds0, ds1, etc)
|
||||
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
|
||||
pseudo-device sl 2 #Serial Line IP
|
||||
pseudo-device sl #Serial Line IP
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
options PPP_BSDCOMP #PPP BSD-compress support
|
||||
options PPP_DEFLATE #PPP zlib/deflate/gzip support
|
||||
|
Loading…
Reference in New Issue
Block a user