|
@@ -370,8 +370,6 @@ static int rlb_arp_recv(struct sk_buff *skb, struct net_device *bond_dev, struct
|
|
|
|
|
|
if (arp->op_code == htons(ARPOP_REPLY)) {
|
|
|
/* update rx hash table for this ARP */
|
|
|
- printk("rar: update orig %s bond_dev %s\n", orig_dev->name,
|
|
|
- bond_dev->name);
|
|
|
bond = netdev_priv(bond_dev);
|
|
|
rlb_update_entry_from_arp(bond, arp);
|
|
|
pr_debug("Server received an ARP Reply from client\n");
|