summaryrefslogtreecommitdiffstats
path: root/src/net/tcp
diff options
context:
space:
mode:
authorMichael Brown2013-12-05 02:21:51 +0100
committerMichael Brown2013-12-05 02:27:33 +0100
commit44a0dc78485e52676c550f5e824e518a62dce665 (patch)
tree73ad3ee906b382a58bf256fa3ede2e2007f77114 /src/net/tcp
parent[socket] Ensure socket address structure sizes are fixed (diff)
downloadipxe-44a0dc78485e52676c550f5e824e518a62dce665.tar.gz
ipxe-44a0dc78485e52676c550f5e824e518a62dce665.tar.xz
ipxe-44a0dc78485e52676c550f5e824e518a62dce665.zip
[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>
Diffstat (limited to 'src/net/tcp')
-rw-r--r--src/net/tcp/syslogs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tcp/syslogs.c b/src/net/tcp/syslogs.c
index 503ed177..5180e4da 100644
--- a/src/net/tcp/syslogs.c
+++ b/src/net/tcp/syslogs.c
@@ -49,7 +49,6 @@ struct console_driver syslogs_console __console_driver;
/** The encrypted syslog server */
static struct sockaddr_tcpip logserver = {
- .st_family = AF_INET,
.st_port = htons ( SYSLOG_PORT ),
};