Hi,
I want to simulate some max bandwidth on an interface of a test box, e.g.
34MBit, 155MBit, ... to make some tests. The test box has some gigabit
interfaces installed.
I read in the pf.conf manual that I can define a maximum bandwidth for an
interface, instead of taking the bandwidth from the interface itself. I just
have to enable queueing, like this:
altq on dc0 cbq bandwidth 5Mb queue { my_test_queue }
just my question is, will pf honour the limit of 5Mb on that interface,
regardless how much faster it could be? Or will it try to be "intelligent"
and use all available bandwidth?
kind regards
Sebastian