Sync with the source code: NGM_FEC_MODE_(MAC|INET) should be

NGM_FEC_SET_MODE_(MAC|INET).

Approved by: re@ (bmah)
This commit is contained in:
Daniel Gerzo 2007-08-12 16:02:30 +00:00
parent 6762d6363e
commit 0e5a8a6d3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171809

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_MAC Pq Dq Li set_mode_mac
.It Dv NGM_FEC_SET_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_INET Pq Dq Li set_mode_inet
.It Dv NGM_FEC_SET_MODE_INET Pq Dq Li set_mode_inet
Forwarding decisions will be based on the IP address of the destination.
.El
.Sh SHUTDOWN