kohler / click

The Click modular router: fast modular packet processing and analysis
Other
740 stars 321 forks source link

Trying to run Mazu-nat.click in userlevel #402

Open ammarbajwa opened 6 years ago

ammarbajwa commented 6 years ago

Hello,

I am trying to run a NAT on my machine using the userlevel rather than the kernel level. When I run the script mazu-nat.click I get the following error:

conf/mazu-nat.click:84: undeclared element ‘ToHostSniffers’

After reading the documentations I was able to identify that toHostSniffers is for the linuxmodule driver. Does this mean that we cant run it in the userlevel? And if we can then what will be the userlevel alternative for toHostSniffers function in the script?