kohler / click

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

ΙPSec in Click/UserLevel #470

Closed p4pe closed 3 years ago

p4pe commented 3 years ago

Hello Im trying to create a simple IPSec click router with the corresponding elements(IPsecESPEncap, IPsecAuthSHA1 .. etc), but I realize that these elements are not available.

Are these elements only available in kernel mode?

gkatsikas commented 3 years ago

You should configure Click with: --enable-ipsec

p4pe commented 3 years ago

Thank you @gkatsikas