View | Details | Raw Unified | Return to bug 14371
Collapse All | Expand All

(-)/tmp/if_ether.c (-1 / +1 lines)
Lines 556-562 Link Here
556
				ac->ac_if.if_name, ac->ac_if.if_unit);
556
				ac->ac_if.if_name, ac->ac_if.if_unit);
557
			else {
557
			else {
558
			    log(LOG_ERR,
558
			    log(LOG_ERR,
559
				"arp: %6D attempts to modify permanent entry for %s on %s%d",
559
				"arp: %6D attempts to modify permanent entry for %s on %s%d\n",
560
				ea->arp_sha, ":", inet_ntoa(isaddr),
560
				ea->arp_sha, ":", inet_ntoa(isaddr),
561
				ac->ac_if.if_name, ac->ac_if.if_unit);
561
				ac->ac_if.if_name, ac->ac_if.if_unit);
562
			    goto reply;
562
			    goto reply;

Return to bug 14371