Re: rman wildcard question

2001-06-27 Thread Brooks Davis
On Wed, Jun 27, 2001 at 01:15:58PM -0400, Brian Somers wrote: > Bear in mind though, starting with 0x7fff as an interface unit number > will look pretty ugly when you ifconfig -a The other idea I had as to define some sort of "first wildcard unit" value to pass instead of 0 as the start of t

Re: rman wildcard question

2001-06-27 Thread Brian Somers
> In the gif interface cloning code I used the resource management code > like Brian did in the tun cloning code to manage unit numbers. When the > user requests an arbitrary unit, they get the first one available, but > I'm not convinced that's what we want because that has the potential to > in

rman wildcard question

2001-06-26 Thread Brooks Davis
In the gif interface cloning code I used the resource management code like Brian did in the tun cloning code to manage unit numbers. When the user requests an arbitrary unit, they get the first one available, but I'm not convinced that's what we want because that has the potential to interfere wi