setfib.1 (8b07e49a008c89a15e1fc4a1e3db6d945f81fab4) | setfib.1 (f30f70856be37431a6dd021b3b0942c10f3e9b90) |
---|---|
1.\" Copyright (c) 2008 Cisco systems 2.\" Author Julian Elischer. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 15 unchanged lines hidden (view full) --- 24.\" 25.\" $FreeBSD$ 26.\" 27.Dd April 9, 2008 28.Dt SETFIB 1 29.Os 30.Sh NAME 31.Nm setfib | 1.\" Copyright (c) 2008 Cisco systems 2.\" Author Julian Elischer. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 15 unchanged lines hidden (view full) --- 24.\" 25.\" $FreeBSD$ 26.\" 27.Dd April 9, 2008 28.Dt SETFIB 1 29.Os 30.Sh NAME 31.Nm setfib |
32.Nd execute a utility with an altered default network view. | 32.Nd execute a utility with an altered default network view |
33.Sh SYNOPSIS 34.Nm 35.Op Fl F 36.Ar fib 37.Ar utility 38.Op Ar argument ... 39.Sh DESCRIPTION 40The 41.Nm 42utility runs 43.Ar utility | 33.Sh SYNOPSIS 34.Nm 35.Op Fl F 36.Ar fib 37.Ar utility 38.Op Ar argument ... 39.Sh DESCRIPTION 40The 41.Nm 42utility runs 43.Ar utility |
44with an different routing table. The table number 45.Dq fib | 44with an different routing table. 45The table number 46.Dq Ar fib |
46will be used by default for all sockets started by this 47process or descendents. 48.Sh ENVIRONMENT 49The 50.Ev PATH 51environment variable is used to locate the requested 52.Ar utility 53if the name contains no --- 24 unchanged lines hidden (view full) --- 78or 79.Dl "setfib -1 netstat -rn" 80.Sh SEE ALSO 81.Xr setfib 2 , 82.Xr setsockopt 2 83.Sh STANDARDS 84The 85.Nm | 47will be used by default for all sockets started by this 48process or descendents. 49.Sh ENVIRONMENT 50The 51.Ev PATH 52environment variable is used to locate the requested 53.Ar utility 54if the name contains no --- 24 unchanged lines hidden (view full) --- 79or 80.Dl "setfib -1 netstat -rn" 81.Sh SEE ALSO 82.Xr setfib 2 , 83.Xr setsockopt 2 84.Sh STANDARDS 85The 86.Nm |
86utility is a FreeBSD specific extension, however many UNIX like systems | 87utility is a 88.Fx 89specific extension, however many 90.Ux 91like systems |
87have an equivalent function. 88.Sh HISTORY 89The 90.Nm 91utility appeared in 92.Fx 8.0 . | 92have an equivalent function. 93.Sh HISTORY 94The 95.Nm 96utility appeared in 97.Fx 8.0 . |