]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/ether_inet_pr_module.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / net / ether_inet_pr_module.c
index 436c8fc7b6584334bfc182a13f831d53b76b0985..9830039bec6c5d074c9c31c600c79243125ace17 100644 (file)
@@ -454,10 +454,6 @@ ether_inet_arp(ifnet_t ifp, u_short arpop, const struct sockaddr_dl *sender_hw,
        eh = mbuf_data(m);
        eh->ether_type = htons(ETHERTYPE_ARP);
 
-#if CONFIG_MACF_NET
-       mac_mbuf_label_associate_linklayer(ifp, m);
-#endif
-
        /* Fill out the arp header */
        ea->arp_pro = htons(ETHERTYPE_IP);
        ea->arp_hln = sizeof(ea->arp_sha);