[Click] When does hotconfig apply

Lars Bro larsbro at gmail.com
Sun Mar 10 18:39:37 EDT 2013


Hi,

I tried hotconfig like below:

# click-install  << !
RatedSource(RATE 110) -> lars::Queue() -> Shaper(100) -> Discard();
!

Let it run for a while, use Clicky to see that the queue fills up.

# click-install --hotconfig << !
RatedSource(RATE 110) -> lars::Queue() -> Shaper(100) -> Discard();
RatedSource() -> Discard();
!

use Clicky to look at the Queue. Now it is empty, and I would have expected
it to
still contain the piled up packets.

The documentation says that Queue should support hotswap, so I guess I am
missing something

yours
Lars Bro


More information about the click mailing list