]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[syslog] Add support for IPv6 syslog server
authorMichael Brown <mcb30@ipxe.org>
Thu, 5 Dec 2013 01:21:51 +0000 (01:21 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 5 Dec 2013 01:27:33 +0000 (01:27 +0000)
commit44a0dc78485e52676c550f5e824e518a62dce665
tree73ad3ee906b382a58bf256fa3ede2e2007f77114
parent2649e8ef70a95acd3a1cba8ba05cc83268b68a05
[syslog] Add support for IPv6 syslog server

Note that IANA has not yet assigned a DHCPv6 option code for the
syslog server.  When a code is assigned, the definition of
DHCPV6_LOG_SERVERS should be updated.  Until then, an IPv6 address of
a syslog server can be configured manually using e.g.

  set syslog6 3ffe:302:11:2::8309

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/dhcpv6.h
src/net/tcp/syslogs.c
src/net/udp/syslog.c