You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2024. It is now read-only.
Add support to linux 4.18
linux 4.18 uses a new struct nf_nat_range2 for nf_nat_setup_info.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Small Changes for 3.7
Since the arrival of IPv6 NAT, the related code has become more generic.
The RTSP module must also follow these changes to compile and run:
- new "protoff" argument on some functions,
- new includes because nf_nat_rule.h doesn't exist anymore.