summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-04-26 11:15:51 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-04-26 11:15:51 +0100
commit6e4e42e8cf58a99c40a08e6ece94556a6596dc73 (patch)
tree1b8d02173950bafbc31a18d8fa82fd387ce57b47 /talpid-core
parenta14f533b0f6194142f3affe70ec6fab93abad1df (diff)
parente4977672ff4927074835af4555f2cf76b62c5eb2 (diff)
downloadmullvadvpn-6e4e42e8cf58a99c40a08e6ece94556a6596dc73.tar.xz
mullvadvpn-6e4e42e8cf58a99c40a08e6ece94556a6596dc73.zip
Merge branch 'fix-netlink-on-old-kernels'
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index be5a8af38e..c2fd7b90bc 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -40,10 +40,10 @@ failure = "0.1"
netlink-socket = { git = "https://github.com/mullvad/netlink", branch = "ignore-hw-address" }
notify = "4.0"
resolv-conf = "0.6.1"
-rtnetlink = { git = "https://github.com/little-dude/netlink", rev = "f752af0ccf313b2834fd90794028c3f3e86b2ba9" }
-netlink-proto = { git = "https://github.com/little-dude/netlink", rev = "f752af0ccf313b2834fd90794028c3f3e86b2ba9" }
-netlink-packet = { git = "https://github.com/little-dude/netlink", rev = "f752af0ccf313b2834fd90794028c3f3e86b2ba9" }
-netlink-sys = { git = "https://github.com/little-dude/netlink", rev = "f752af0ccf313b2834fd90794028c3f3e86b2ba9" }
+rtnetlink = { git = "https://github.com/mullvad/netlink", branch = "hack-older-kernel-compat" }
+netlink-proto = { git = "https://github.com/mullvad/netlink", branch = "hack-older-kernel-compat" }
+netlink-packet = { git = "https://github.com/mullvad/netlink", branch = "hack-older-kernel-compat" }
+netlink-sys = { git = "https://github.com/mullvad/netlink", branch = "hack-older-kernel-compat" }
nftnl = { git = "https://github.com/mullvad/nftnl-rs", rev = "29651f4370fdf22cc2e3abf5097a51f8ff17e3a3", features = ["nftnl-1-1-0"] }
mnl = { git = "https://github.com/mullvad/mnl-rs", rev = "f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6", features = ["mnl-1-0-4"] }
which = "2.0"