NetworkManager/src/dhcp/tests
Thomas Haller 3c84dd15e0 core/dhcp: use addr-family parameter for instead of boolean
In many cases we want to treat IPv4 and IPv6 generically. That looks nicer
if we distingish by an @addr_family integer, instead of a boolean.

Replace the @is_ipv6 boolean with an @addr_family paramter. The @is_ipv6
boolean is inconsistent with other places where we use @is_ipv4 to
indicate the opposite. Eventually, we should use @addr_family
everywhere.

Also, at the call site it's not immediately clear what TRUE/FALSE means,
here AF_INET/AF_INET6 is better.
2017-09-11 15:05:57 +02:00
..
leases build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
test-dhclient-commented-duid.leases build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
test-dhclient-duid.leases build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
test-dhcp-dhclient.c core/dhcp: use addr-family parameter for instead of boolean 2017-09-11 15:05:57 +02:00
test-dhcp-utils.c core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_config_*() 2017-09-08 11:05:05 +02:00