Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-17 Thread Ivan Voras
Mel Flynn wrote: I guess the main question here is what is 10? or what is an FIB?. How does one create such an FIB id (which I can't find in docs either). For example, on my system if I do: % setfib 2 fetch http://www.freebsd.org/docs.html setfib: 2: invalid FIB (max 0) I would expect to see

FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Brent Bloxam
The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1) doesn't offer much in the way of associated commands, and definitely doesn't explain how to actually work with a FIB. I'm curious if

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Nikos Vassiliadis
Brent Bloxam wrote: The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1) doesn't offer much in the way of associated commands, and definitely doesn't explain how to actually work with a FIB.

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Brent Bloxam
Nikos Vassiliadis wrote: Brent Bloxam wrote: The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1) doesn't offer much in the way of associated commands, and definitely doesn't explain how to

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Nikos Vassiliadis
Brent Bloxam wrote: Nikos Vassiliadis wrote: Brent Bloxam wrote: The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1) doesn't offer much in the way of associated commands, and definitely

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Brent Bloxam
Nikos Vassiliadis wrote: Just start a shell in FIB 10 and every command forked from that shell will be bound to FIB 10. setfib 10 csh ... do some work exit you're back in FIB 0. HTH, Nikos Thanks Nikos, I didn't want to assume setfib was the only method of modifying them (whether through

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Mel Flynn
On Thursday 16 July 2009 09:47:11 Nikos Vassiliadis wrote: Brent Bloxam wrote: Nikos Vassiliadis wrote: Brent Bloxam wrote: The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1)

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Brent Bloxam
Mel Flynn wrote: I guess the main question here is what is 10? or what is an FIB?. How does one create such an FIB id (which I can't find in docs either). For example, on my system if I do: % setfib 2 fetch http://www.freebsd.org/docs.html setfib: 2: invalid FIB (max 0) I would expect to

Re: FreeBSD FIBs (setfib) - How to modify?

2009-07-16 Thread Mel Flynn
On Thursday 16 July 2009 10:04:20 Brent Bloxam wrote: Mel Flynn wrote: I guess the main question here is what is 10? or what is an FIB?. How does one create such an FIB id (which I can't find in docs either). For example, on my system if I do: % setfib 2 fetch