click icon indicating copy to clipboard operation
click copied to clipboard

The Click modular router: fast modular packet processing and analysis

Results 105 click issues
Sort by recently updated
recently updated
newest added

Hello! I am learning how to use click to forward packets.I want the packet forward hop by hop like node1 to node2, then node2 to node3. My setup is as...

Hello everyone, I want to create a flow-based load balancer. ![LB](https://user-images.githubusercontent.com/35313995/128154315-be0a44b9-4d9c-4ec6-ab77-7657311911dd.png) Which elements should I use to be able to implement this functionality? Thank you

"/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h":9:26: error: no include path in which to search for stdint.h MK /home/super/clickosdev/clickos/minios/build/clickos_x86_64.gz make[2]: Entering directory '/home/super/clickosdev/clickos/minios' CC /home/super/clickosdev/mini-os/arch/x86/ioremap.c In file included from /home/super/clickosdev/mini-os/include/types.h:52, from /home/super/clickosdev/mini-os/arch/x86/ioremap.c:24: /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h:9:26: error: no include...

Hi, I want to write a module which looks something like: in :: FromDevice(eth1) q :: Queue uq :: Unqueue // do some processing here out :: ToDevice(eth2) in ->...

Hi, I have a click NF, which is using IPfilter element to implement a stateless firewall. Then I am trying to benchmark this NF. I have a three node setup,...

hello everyone how can i create a handler for my element is there a document?? thanks

We run linux userspace click under the runit process supervisor. Sometimes click coredumps for one reason or another, and when restarting click we encounter errors about "address already in use",...

Hello everyone, I'm trying to implement a firewall in click and I m facing an issue. Here is a schema: ![firewall](https://user-images.githubusercontent.com/35313995/124910585-6f76c100-dff4-11eb-89b7-d274f19090b1.png) And my click configuration ``` //Inputs and outputs in::FromDevice(ens4,...

Hi. i wrote a library in click and i place .cc in click/lib and .hh file in click/include and also add .o file in MakeFile.in in userlevel, linuxevel, ns, minios,tools/lib...

Hi, I have been working on a element that handles both ipv4 and ipv6. It have it working fine with ipv4 but the click config for ipv6 gives errors. I...