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.
...
OSPFCTL(8) - System Manager’s Manual # OSPFCTL(8) - System Manager’s Manual
NAME # ospfctl - control the OSPF routing daemon
SYNOPSIS # ospfctl [-s socket] command [argument …]
DESCRIPTION # The ospfctl program controls the ospfd(8) daemon. Commands may be abbreviated to the minimum unambiguous prefix; for example, s s for show summary.
The following options are available:
-s socket
Use socket instead of the default /var/run/ospfd.sock to communicate with ospfd(8).
...
OSPFD.CONF(5) - File Formats Manual # OSPFD.CONF(5) - File Formats Manual
NAME # ospfd.conf - OSPF routing daemon configuration file
DESCRIPTION # The ospfd(8) daemon implements the Open Shortest Path First protocol version 2 as described in RFC 2328.
The ospfd.conf config file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for ospfd(8). A number of global settings can be overruled in specific areas or interfaces.
...
OSPFD(8) - System Manager’s Manual # OSPFD(8) - System Manager’s Manual
NAME # ospfd - Open Shortest Path First (OSPF) routing daemon
SYNOPSIS # ospfd [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ospfd is an Open Shortest Path First (OSPF) daemon which manages routing tables. This implementation supports OSPF version 2, thus it is only capable of maintaining IPv4 routing tables.
OSPF is an interior gateway protocol designed to supersede RIP.
...