Searched refs:blackhole (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/network/ |
D | networkd-nexthop.c | 112 siphash24_compress(&nexthop->blackhole, sizeof(nexthop->blackhole), state); in nexthop_hash_func() 138 r = CMP(a->blackhole, b->blackhole); in nexthop_compare_func() 224 return !nexthop->blackhole && hashmap_isempty(nexthop->group); in nexthop_owned_by_link() 369 … nexthop->id, strna(gw), yes_no(nexthop->blackhole), strna(group), strna(flags)); in log_nexthop_debug() 468 } else if (nexthop->blackhole) { in nexthop_configure() 940 tmp->blackhole = r; in manager_rtnl_process_nexthop() 1017 if (nh->blackhole && in_addr_is_set(nh->family, &nh->gw)) in nexthop_section_verify() 1026 if (nh->blackhole && in_addr_is_set(nh->family, &nh->gw)) in nexthop_section_verify() 1297 n->blackhole = r; in config_parse_nexthop_blackhole()
|
D | networkd-nexthop.h | 31 bool blackhole; member
|
D | networkd-json.c | 221 JSON_BUILD_PAIR_BOOLEAN("Blackhole", n->blackhole), in nexthop_build_json()
|
D | networkd-route.c | 355 if (nh->blackhole) in route_apply_nexthop()
|
/systemd-251/test/test-network/conf/ |
D | 25-route-static.network | 48 Type=blackhole 60 Type=blackhole
|
/systemd-251/test/fuzz/fuzz-network-parser/ |
D | 25-route-type | 5 Type=blackhole
|
/systemd-251/ |
D | NEWS | 2229 configuration switch (one of "blackhole, "unreachable", "prohibit"). 6812 blackhole/unreachable/prohibit routes.
|