ether_output: instead of assembling the ethernet header and then calling
authorhenning <henning@openbsd.org>
Sun, 20 Apr 2014 14:54:39 +0000 (14:54 +0000)
committerhenning <henning@openbsd.org>
Sun, 20 Apr 2014 14:54:39 +0000 (14:54 +0000)
commit220df611e015e766c23f479345306f23905826fe
treebf099064cd5a77ac5a99e13e847a5c645755fcec
parentc76a40d810064cc6df37510f3c583bcfbe462c83
ether_output: instead of assembling the ethernet header and then calling
carp_rewrite_lladdr to overwrite the src lladdr, get the intended src
lladdr before assembling the ethernet header.
carp_rewrite_lladdr -> carp_get_srclladdr
ok reyk claudio
sys/net/if_ethersubr.c
sys/netinet/ip_carp.c
sys/netinet/ip_carp.h