mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-11 20:52:05 +08:00

The original patch over rode the nf_conntrack_un/register_notifier API, which will break other modules relying on the API. Reworked the notification APIs to play nice with others. Also avoid to touch the code of fullcone nat. Co-authored-by: quarkysg <hhtan72@yahoo.com>