]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: add comment in test-network-tables.c
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:25:24 +0000 (01:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:25:24 +0000 (01:25 +0900)
src/network/test-network-tables.c

index 11cd7faa8b6541ace89ec21f7091d2fba6cdd0ac..e1c34384ec33ffde9850ed5304be21c7f1c5bd2a 100644 (file)
@@ -22,6 +22,7 @@ int main(int argc, char **argv) {
         test_table(bond_primary_reselect, NETDEV_BOND_PRIMARY_RESELECT);
         test_table(bond_xmit_hash_policy, NETDEV_BOND_XMIT_HASH_POLICY);
         test_table(dhcp6_message_status, DHCP6_STATUS);
+        /* test_table(dhcp6_message_type, DHCP6_MESSAGE);  — enum starts from 1 */
         test_table(dhcp_use_domains, DHCP_USE_DOMAINS);
         test_table(duplex, DUP);
         test_table(ip6tnl_mode, NETDEV_IP6_TNL_MODE);