summaryrefslogtreecommitdiff
path: root/src/network/networkd-nexthop.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-09-29 22:20:23 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-10-07 02:39:51 +0900
commit8c112218793458bd6f9f062865599eef3fa061c3 (patch)
tree185ebd6a69c3fe08a7646dbddb6acb5660cc40cc /src/network/networkd-nexthop.h
parentcf5a228f7b17d73f1f49e07882ed87a1f7362c99 (diff)
downloadsystemd-8c112218793458bd6f9f062865599eef3fa061c3.tar.gz
network: drop NextHop::oif and always use link ifindex
Diffstat (limited to 'src/network/networkd-nexthop.h')
-rw-r--r--src/network/networkd-nexthop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/networkd-nexthop.h b/src/network/networkd-nexthop.h
index 7d1705904f..8f4686d864 100644
--- a/src/network/networkd-nexthop.h
+++ b/src/network/networkd-nexthop.h
@@ -24,10 +24,8 @@ typedef struct NextHop {
unsigned char protocol;
- int family;
- uint32_t oif;
uint32_t id;
-
+ int family;
union in_addr_union gw;
} NextHop;