dual lan bandwith

2003-11-13 Thread freebsd
Is it possible to limit bandwidth for dual lan , one lan get 60% of bandwith and the other lan get the rest . Here's my pf.conf : # Macros: define common values, so they can be referenced and changed easily. ext_if="fxp0" # replace with actual external interface name i.e., dc0 int_if="fxp1" #

Re: Link-local addresses

2003-11-13 Thread Cedric Berger
Wouter Coene wrote: There is many little improvement possible, like warning if someone write "fxp0:routable:local" for example, or similar invalid combination, but let's see what other people say there. Why should you? That would mean you could write: if="fxp0:routable" pass in from an

Re: Link-local addresses

2003-11-13 Thread Wouter Coene
Cedric Berger wrote: > Wouter Coene wrote: > > This code should allow for quite clean extension of both the mode and > > scope options, or other interface suffixes someone might think of. > > I'm not sure I understand why there is that __KAME__ ifdef now, > but besides that, I like that patch bet

Re: Link-local addresses

2003-11-13 Thread Cedric Berger
Wouter Coene wrote: As promised. See attachment for an updated version of the pfctl patch. This code should allow for quite clean extension of both the mode and scope options, or other interface suffixes someone might think of. I'm not sure I understand why there is that __KAME__ ifdef now, but