Home
last modified time | relevance | path

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

/systemd-251/test/test-network/
Dsystemd-networkd-tests.py4530 …for (routes, gateway, dns_and_ntp_routes, classless) in itertools.product([True, False], repeat=4):
4532 …ubTest(routes=routes, gateway=gateway, dns_and_ntp_routes=dns_and_ntp_routes, classless=classless):
4533 … self._test_dhcp_client_ipv4_use_routes_gateway(routes, gateway, dns_and_ntp_routes, classless)
4536 …_dhcp_client_ipv4_use_routes_gateway(self, use_routes, use_gateway, dns_and_ntp_routes, classless): argument
4547 if classless:
4557 if classless:
4576 if use_gateway and (not classless or not use_routes):
4582 if (use_gateway or dns_and_ntp_routes) and (not classless or not use_routes):
4591 if classless and use_routes: