LDPD(8) - System Manager’s Manual # LDPD(8) - System Manager’s Manual
NAME # ldpd - Label Distribution Protocol (LDP) routing daemon
SYNOPSIS # ldpd [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ldpd is the Label Distribution Protocol (LDP) daemon, which distributes MPLS label mappings between routers.
A running ldpd can be controlled with the ldpctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line.
...
MPE(4) - Device Drivers Manual # MPE(4) - Device Drivers Manual
NAME # mpe - MPLS Provider Edge
SYNOPSIS # pseudo-device mpe
DESCRIPTION # The mpe interface is a Multiprotocol Label Switching (MPLS) Provider Edge pseudo-device used to enter and leave an MPLS domain.
An mpe interface can be created at runtime using the ifconfig mpe‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8); see its manual page for more information.
...
MPIP(4) - Device Drivers Manual # MPIP(4) - Device Drivers Manual
NAME # mpip - MPLS IP layer 2 pseudowire
SYNOPSIS # pseudo-device mpip
DESCRIPTION # The mpip interface is used to create an MPLS IP layer 2 tunnel between two points.
An mpip interface can be created at runtime using the ifconfig mpip‌N create command, or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8).
...
MPW(4) - Device Drivers Manual # MPW(4) - Device Drivers Manual
NAME # mpw - MPLS Ethernet pseudowire
SYNOPSIS # pseudo-device mpw
DESCRIPTION # The mpw interface is used to create an MPLS Ethernet layer 2 tunnel between two points.
An mpw interface can be created at runtime using the ifconfig mpw‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8).
...
Udp,
Bgpd,
Lo,
Bridge,
Mrouted,
Ifmedia,
Arp,
Unix,
Inet,
Ip6,
Mpe,
Ripd,
Netstart,
Intro,
Ifconfig,
Ioctl,
Socket,
Hosts,
Ip,
Route,
Config,
Ospfd,
Netstat,
Tcp,
Pf,
Netintro NETINTRO(4) - Device Drivers Manual # NETINTRO(4) - Device Drivers Manual
NAME # netintro - introduction to networking facilities
SYNOPSIS # #include <sys/socket.h>
#include <net/route.h>
#include <net/if.h>
DESCRIPTION # This section is a general introduction to the networking facilities available in the system. Documentation in this part of section 4 is broken up into three areas: protocol families (domains), protocols, and network interfaces.
All network protocols are associated with a specific protocol family.
...