summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-15 16:54:30 +0100
committerThomas Haller <thaller@redhat.com>2018-02-21 12:08:46 +0100
commit3fab322a203ae55adfb934b7fff246e99def2eb2 (patch)
tree10b1126c6515fcba999be38aaeefcd42a699816c /.travis.yml
parentffbad3d0e8fcce6bd15636309f74bee22d9685e4 (diff)
downloadNetworkManager-3fab322a203ae55adfb934b7fff246e99def2eb2.tar.gz
netlink: drop libnl3 dependency
From libnl3, we only used the helper function to parse/generate netlink messages and the socket functions to send/receive messages. We don't need an external dependency to do that, it is simple enough. Drop the libnl3 dependency, and replace all missing code by directly copying it from libnl3 sources. At this point, I mostly tried to import the required bits to make it working with few modifications. Note that this increases the binary size of NetworkManager by 4736 bytes for contrib/rpm build on x86_64. In the future, we can simplify the code further. A few modifications from libnl3 are: - netlink errors NLE_* are now in the domain or regular errno. The distinction of having to bother with two kinds of error number domains was annoying. - parts of the callback handling is copied partially and unused parts are dropped. Especially, the verbose/debug handlers are not used. In following commits, the callback handling will be significantly simplified. - the complex handling of seleting ports was simplified. We now always let kernel choose the right port automatically.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 37ec8d0209..53d4f666a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,6 @@ addons:
- libdbus-1-dev
- libiw-dev
- libglib2.0-dev
- - libnl-3-dev
- - libnl-route-3-dev
- - libnl-genl-3-dev
- libmm-glib-dev
- ppp
- ppp-dev
@@ -43,7 +40,6 @@ addons:
- dbus-x11
- libjansson4
- libjansson-dev
- - libnl-3-dev
- libndp-dev
- automake
- dnsmasq