summaryrefslogtreecommitdiff
path: root/src/network/networkd-nexthop.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-02-03 16:59:26 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-17 15:55:37 +0900
commitf1923efccbb8d03ca16e6ee48aedea309ede2c75 (patch)
tree8f57d0b17d953af5b4e7498613791b72a0bcc726 /src/network/networkd-nexthop.h
parente9c4253d4713235be834d205fb8564c1c0418e2b (diff)
downloadsystemd-f1923efccbb8d03ca16e6ee48aedea309ede2c75.tar.gz
network: nexthop: introduce Family= setting in [NextHop] section
This is an alias of `Gateway=0.0.0.0` or `Gateway=::`.
Diffstat (limited to 'src/network/networkd-nexthop.h')
-rw-r--r--src/network/networkd-nexthop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-nexthop.h b/src/network/networkd-nexthop.h
index 75714e7ef5..3e5fbf028f 100644
--- a/src/network/networkd-nexthop.h
+++ b/src/network/networkd-nexthop.h
@@ -39,3 +39,4 @@ int manager_rtnl_process_nexthop(sd_netlink *rtnl, sd_netlink_message *message,
CONFIG_PARSER_PROTOTYPE(config_parse_nexthop_id);
CONFIG_PARSER_PROTOTYPE(config_parse_nexthop_gateway);
+CONFIG_PARSER_PROTOTYPE(config_parse_nexthop_family);