summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-11-24 23:36:58 +0100
committerTom Gundersen <teg@jklm.no>2013-11-26 01:32:25 +0100
commitc166a070553511e402de5ad216d3fb62b49bdacb (patch)
tree9aedfe31b512a6f72b4ac27124d7c8e21ed6219e /src/network/networkd-route.c
parent46fabae6b33386277f5ee394cf0d5382376586da (diff)
networkd: minor fixes
In particular, store the ifname, though we should only use it carefully, as it is not guaranteed to be stable. Using it for logging is fine though.
Diffstat (limited to 'src/network/networkd-route.c')
-rw-r--r--src/network/networkd-route.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c
index b88c622614..1166a99a79 100644
--- a/src/network/networkd-route.c
+++ b/src/network/networkd-route.c
@@ -118,8 +118,6 @@ int route_configure(Route *route, Link *link,
return r;
}
- link->rtnl_messages ++;
-
return 0;
}