mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
docs: thanks to Cheer Xiao this software has IPv6 support
The prof. Xing Li in Tsinghua University, with LI Zimu, asked Cheer to make the dhcpd-pools more usable for them which I, as a project maintainer, could not be more pleased. Whils making the IPv6 analysis to work Cheer also fixed various other issues. Kudos to him, and big thanks to everyone. CC: Xing Li <xing@cernet.edu.cn> CC: LI Zimu <lzm@cernet.edu.cn> CC: Cheer Xiao <xiaqqaix@gmail.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
632e97834b
commit
34f73dbae1
3 changed files with 8 additions and 7 deletions
|
|
@ -251,8 +251,9 @@ void clean_up(void)
|
|||
void __attribute__ ((__noreturn__)) print_version(void)
|
||||
{
|
||||
fprintf(stdout, "%s\n"
|
||||
"Written by Sami Kerola.\n"
|
||||
"XML support by Dominic Germain, Sogetel inc.\n\n"
|
||||
"Original design by Sami Kerola.\n"
|
||||
"XML support by Dominic Germain, Sogetel inc.\n"
|
||||
"IPv6 support by Cheer Xiao.\n\n"
|
||||
"The software has FreeBSD License.\n", PACKAGE_STRING);
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue