diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 15:46:57 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 15:47:50 +0100 |
commit | 23c170d7ee9a485f9136dfbf1da02e9a72df1cd0 (patch) | |
tree | 3f88117af0a33c7dca53be3319f185d746595df2 /Cargo.toml | |
parent | f023bacabe03d7b522823283f2fb207ee56689bd (diff) |
This includes assigning metrics to default routes in such a way that
native connectivity is always preferred over DS-Lite.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ netlink-packet-netfilter = "0.2.0" netlink-packet-utils = "0.5.2" netlink-sys = { version = "0.8.5", features = ["tokio", "tokio_socket"] } rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.3.0" } -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.5.0", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", features = ["blocking"] } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" signal-hook = "0.3.17" |