Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*.

This commit is contained in:
Dima Dorfman 2006-04-06 00:32:28 +00:00
parent d11138e871
commit 37b791151f

View File

@ -68,9 +68,9 @@ The target interface name is passed as a string argument.
.Pp
The following control messages define the forwarding method for a node:
.Bl -tag -width indent
.It Dv NGM_FEC_MODE_INET Pq Dq Li set_mode_mac
.It Dv NGM_FEC_MODE_MAC Pq Dq Li set_mode_mac
Forwarding decisions will be based on the link-layer MAC address of the destination.
.It Dv NGM_FEC_MODE_MAC Pq Dq Li set_mode_inet
.It Dv NGM_FEC_MODE_INET Pq Dq Li set_mode_inet
Forwarding decisions will be based on the IP address of the destination.
.El
.Sh SHUTDOWN