kea-git: add missing info in comment

This commit is contained in:
Niclas Rosenvik 2020-01-13 22:22:09 +00:00
parent 4f3946cbbf
commit 8b9ef2d32c
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ SHA1 (patch-src_bin_dhcp6_tests_parser__unittest.cc) = f671c6b5c26a6b6179971f2f1
SHA1 (patch-src_bin_keactrl_Makefile.am) = 5b6fd816da6011858d1167d297c83eda7947efd7
SHA1 (patch-src_bin_netconf_netconf__lexer.ll) = ec316d436f791470df9dd5c106c76f3026a19b0e
SHA1 (patch-src_lib_dhcp_Makefile.am) = 452036d0100a85f41c52562292931bea2501e396
SHA1 (patch-src_lib_dhcp_iface__mgr__sun.cc) = 8157d6f6eb70d4b60b58de63102e562f82f1306d
SHA1 (patch-src_lib_dhcp_iface__mgr__sun.cc) = ca4330b27adfa12b1ff6c6cc54c8c30f89f9851f
SHA1 (patch-src_lib_dhcp_pkt__filter__inet.cc) = 32f70306483a719a8b400eff613cdbb935fe9cd0
SHA1 (patch-src_lib_dhcp_tests_Makefile.am) = 9ee63ba82b05d02ea88e3a74183a7aa6da7b36c9
SHA1 (patch-src_lib_dhcp_tests_iface__mgr__unittest.cc) = 8e274dbb5d9897ccd1708e4007cbe69ab2db0ef5

View File

@ -1,6 +1,12 @@
$NetBSD$
* map conflicts with map from net/if.h, use std::map explicitly
* enable bpf filter
* get the mac adresses the right way on illumos
based on illumos-ims.diff from
https://gitlab.isc.org/isc-projects/kes/issues/631
copyright ISC licensed under mpl-2.0
https://www.mozilla.org/en-US/MPL/2.0/
--- src/lib/dhcp/iface_mgr_sun.cc.orig 2020-01-02 23:01:48.000000000 +0000
+++ src/lib/dhcp/iface_mgr_sun.cc