ntrack 013 doesn't build with libnl 3.0
Bug #743879 reported by
Arkadiusz Miśkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
Wishlist
|
Alexander Sack |
Bug Description
There is libnl 3.0 with a promise of stable API/ABI, so it's worth to support it. Fortunately libnl 2.0 and libnl 3.0 API look the same in the part used by ntrack, so simple patch attached.
Related branches
lp:~asac/ntrack/lp743879
- Alexander Sack: Approve
-
Diff: 94 lines (+24/-6)3 files modifiedconfigure.ac (+8/-1)
modules/Makefile.am (+12/-1)
modules/ntrack-libnl.c (+4/-4)
Changed in ntrack: | |
status: | Triaged → In Progress |
assignee: | nobody → Alexander Sack (asac) |
summary: |
- ntrack 0.13 doesn't build with libnl 3.0 + ntrack 013 doesn't build with libnl 3.0 |
To post a comment you must log in.
thanks. I agree that we should add libnl-3 support for next release.
Note: I am planning to relicense ntrack to either LGPL2.1 (or later) or even a BSD/MIT style non-copyleft license. Current license is LGPL 3.0 (or later).
So before taking your patch, I wonder if you are OK with me relicensing your code to any of those licenses above (if it comes to it).