|
Lines 429-435
Link Here
|
| 429 |
# simultaneous BPF clients programs runnable. |
429 |
# simultaneous BPF clients programs runnable. |
| 430 |
# The `disc' pseudo-device implements a minimal network interface, |
430 |
# The `disc' pseudo-device implements a minimal network interface, |
| 431 |
# which throws away all packets sent and never receives any. It is |
431 |
# which throws away all packets sent and never receives any. It is |
| 432 |
# included for testing purposes. |
432 |
# included for testing purposes. This shows up as the 'ds' interface. |
| 433 |
# The `tun' pseudo-device implements (user-)ppp and nos-tun |
433 |
# The `tun' pseudo-device implements (user-)ppp and nos-tun |
| 434 |
# The `gif' pseudo-device implements IPv6 over IP4 tunneling, |
434 |
# The `gif' pseudo-device implements IPv6 over IP4 tunneling, |
| 435 |
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and |
435 |
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and |
|
Lines 451-457
Link Here
|
| 451 |
pseudo-device sppp #Generic Synchronous PPP |
451 |
pseudo-device sppp #Generic Synchronous PPP |
| 452 |
pseudo-device loop #Network loopback device |
452 |
pseudo-device loop #Network loopback device |
| 453 |
pseudo-device bpf #Berkeley packet filter |
453 |
pseudo-device bpf #Berkeley packet filter |
| 454 |
pseudo-device disc #Discard device |
454 |
pseudo-device disc #Discard device (ds0, ds1, etc) |
| 455 |
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8)) |
455 |
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8)) |
| 456 |
pseudo-device sl 2 #Serial Line IP |
456 |
pseudo-device sl 2 #Serial Line IP |
| 457 |
pseudo-device ppp 2 #Point-to-point protocol |
457 |
pseudo-device ppp 2 #Point-to-point protocol |