Home
last modified time | relevance | path

Searched refs:blackhole (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/network/
Dnetworkd-nexthop.c112 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()
Dnetworkd-nexthop.h31 bool blackhole; member
Dnetworkd-json.c221 JSON_BUILD_PAIR_BOOLEAN("Blackhole", n->blackhole), in nexthop_build_json()
Dnetworkd-route.c355 if (nh->blackhole) in route_apply_nexthop()
/systemd-251/test/test-network/conf/
D25-route-static.network48 Type=blackhole
60 Type=blackhole
/systemd-251/test/fuzz/fuzz-network-parser/
D25-route-type5 Type=blackhole
/systemd-251/
DNEWS2229 configuration switch (one of "blackhole, "unreachable", "prohibit").
6812 blackhole/unreachable/prohibit routes.