When does hotconfig apply

Lars Bro <[email protected]> Sun, 10 Mar 2013 23:39:37 +0100
Newsgroups gmane.network.routing.click
Message-ID <CAFFLP3qkhmn31uzTs4rfo7r6DXNvfAgqKo5dQjnq30G+CwJfNw@mail.gmail.com>
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