]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-route.h
network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctl
[thirdparty/systemd.git] / src / network / networkd-route.h
index 4643f7785478cd265ffabeb9e376ff3fa77968c6..3c0ac896aea5a26961c11dea9cae0a6cd331fb2d 100644 (file)
@@ -18,6 +18,7 @@ struct Route {
         int family;
         int quickack;
         int fast_open_no_cookie;
+        int ttl_propagate;
 
         unsigned char dst_prefixlen;
         unsigned char src_prefixlen;
@@ -77,4 +78,5 @@ CONFIG_PARSER_PROTOTYPE(config_parse_route_type);
 CONFIG_PARSER_PROTOTYPE(config_parse_tcp_window);
 CONFIG_PARSER_PROTOTYPE(config_parse_quickack);
 CONFIG_PARSER_PROTOTYPE(config_parse_fast_open_no_cookie);
+CONFIG_PARSER_PROTOTYPE(config_parse_route_ttl_propagate);
 CONFIG_PARSER_PROTOTYPE(config_parse_route_mtu);