|
Lines 24-30
Link Here
|
| 24 |
.\" |
24 |
.\" |
| 25 |
.\" $FreeBSD: src/lib/libc/sys/setfib.2,v 1.6 2009/09/18 14:17:00 brueffer Exp $ |
25 |
.\" $FreeBSD: src/lib/libc/sys/setfib.2,v 1.6 2009/09/18 14:17:00 brueffer Exp $ |
| 26 |
.\" |
26 |
.\" |
| 27 |
.Dd August 8, 2008 |
27 |
.Dd May 31, 2011 |
| 28 |
.Dt SETFIB 2 |
28 |
.Dt SETFIB 2 |
| 29 |
.Os |
29 |
.Os |
| 30 |
.Sh NAME |
30 |
.Sh NAME |
|
Lines 49-54
Link Here
|
| 49 |
may be retrieved by the |
49 |
may be retrieved by the |
| 50 |
.Va net.fibs |
50 |
.Va net.fibs |
| 51 |
sysctl. |
51 |
sysctl. |
|
|
52 |
The system maximum is set in the kernel configuration file with |
| 53 |
.Pq Cd "options ROUTETABLES=N" . |
| 54 |
However, this maximum is capped at 15 due to the implementation storing |
| 55 |
the fib number in a 4-bit field in mbuf flags. |
| 52 |
The default fib of the process will be applied to all protocol families |
56 |
The default fib of the process will be applied to all protocol families |
| 53 |
that support multiple fibs, and ignored by those that do not. |
57 |
that support multiple fibs, and ignored by those that do not. |
| 54 |
The default fib for a process may be overridden for a socket with the use |
58 |
The default fib for a process may be overridden for a socket with the use |