1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157556

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