mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
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:
parent
6762d6363e
commit
0e5a8a6d3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue