mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 19:53:08 -04:00
MFC: r197312
Fix setfib(1) section number. Approved by: re (kib)
This commit is contained in:
parent
b19d265fe0
commit
225cdb4e6c
2 changed files with 3 additions and 3 deletions
|
|
@ -67,8 +67,8 @@ if the
|
|||
.Fa fib
|
||||
argument is greater than the current system maximum.
|
||||
.Sh SEE ALSO
|
||||
.Xr setsockopt 2 ,
|
||||
.Xr setfib 8
|
||||
.Xr setfib 1 ,
|
||||
.Xr setsockopt 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn setfib
|
||||
|
|
|
|||
|
|
@ -869,7 +869,7 @@ The packet is tagged so as to use the FIB (routing table)
|
|||
.Ar fibnum
|
||||
in any subsequent forwarding decisions.
|
||||
Initially this is limited to the values 0 through 15, see
|
||||
.Xr setfib 8 .
|
||||
.Xr setfib 1 .
|
||||
Processing continues at the next rule.
|
||||
.It Cm reass
|
||||
Queue and reassemble ip fragments.
|
||||
|
|
|
|||
Loading…
Reference in a new issue