Beyers Cronje

Results 27 comments of Beyers Cronje

Can you post the click config you are using?

@tbarbette are you able to edit this github project description? Currently on the homepage https://github.com/kohler/click right at the top it still refers to: > The Click modular router: fast modular...

PollDevice and ToHostSniffers are both elements only available in the linux kernel driver of Click as noted in sampler.click: > // This configuration will only run in the kernel (so...

Just configure and install. Typical process assuming no kernel mode: ``` ./configure --enable-userlevel --disable-linuxmodule sudo make install ``` See https://github.com/kohler/click/blob/master/INSTALL.md

I recommend to start with the user-level Click version. This should be fine in 99% of use cases. Just configure with `./configure --disable-linuxmodule` and then `sudo make install`

Anyone found a solution to this yet? Seeing that the click website has been offline for a while now.

Thank you Eddie. The element docs in the wiki is great. For the API documentation which I use quite often I'm assuming Doxygen would be the tool to generate that...

There must be something wrong with your config, FromDevice should and does receive the entire ethernet frame. Can you post FromDevice config you are running? Also, check that the interface...

Just to confirm, this is for kernel mode only right? Assuming that is the case, I wonder where `hashtable_rcu.hh` should live, as typically anything under `include/click` is usable by either...

Maybe you should leave the issue open as it seems there might be a valid problem?