Re: [LEDE-DEV] [PATCH v2] kernel: add kmod-fou

2017-12-20 Thread Filip Moc
Hi John, sure, AutoProbe works as well. But I noticed that fou no longer works on trunk. It allows you to setup tunnel with fou encapsulation but setting fou decapsulation for incomming packets doesn't work. I don't know the cause yet. I'll look into it at the beginning of new year. Filip On T

Re: [LEDE-DEV] [PATCH v2] kernel: add kmod-fou

2017-12-19 Thread John Crispin
On 17/12/17 18:44, Filip Moc wrote: Once installed fou kernel module allows you to use FOU (Foo over UDP) and GUE (Generic UDP encapsulation) tunnel protocols. To get ip fou command working you also need to install ip-full. Signed-off-by: Filip Moc Hi Filip, sorry for nitpicking ... but ..

[LEDE-DEV] [PATCH v2] kernel: add kmod-fou

2017-12-17 Thread Filip Moc
Once installed fou kernel module allows you to use FOU (Foo over UDP) and GUE (Generic UDP encapsulation) tunnel protocols. To get ip fou command working you also need to install ip-full. Signed-off-by: Filip Moc --- Notes: More info about FOU can be found here: https://lwn.net/Articles/614