--- kernel/bsd/netat/ddp.c 2018/04/24 18:26:01 1.1.1.1 +++ kernel/bsd/netat/ddp.c 2018/04/24 18:26:54 1.1.1.2 @@ -1085,7 +1085,7 @@ int ddp_output(mp, src_socket, src_addr_ * the packet is going out, we always put the * same source address on the packet (unless multihoming mode). */ - if (MULTIPORT_MODE) { + if (MULTIHOME_MODE) { if (!src_addr_included) { ddp->src_node = ifID->ifThisNode.atalk_node; NET_NET(ddp->src_net, ifID->ifThisNode.atalk_net);