http://git.etherboot.org
/
people
/
oremanj
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[tcpip] Allow for transmission to multicast IPv4 addresses
[people/oremanj/gpxe.git]
/
src
/
net
/
ipv6.c
diff --git
a/src/net/ipv6.c
b/src/net/ipv6.c
index
3407d53
..
f7308bb
100644
(file)
--- a/
src/net/ipv6.c
+++ b/
src/net/ipv6.c
@@
-176,6
+176,7
@@
void ipv6_dump ( struct ip6_header *ip6hdr ) {
*/
static int ipv6_tx ( struct io_buffer *iobuf,
struct tcpip_protocol *tcpip,
+ struct sockaddr_tcpip *st_src __unused,
struct sockaddr_tcpip *st_dest,
struct net_device *netdev,
uint16_t *trans_csum ) {