2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-23 19:51:46 +00:00
This commit is contained in:
Michael Brown 2006-04-25 12:56:18 +00:00
parent 7a82c3eca3
commit fee8b91015

View File

@ -252,7 +252,7 @@ static int arp_route ( const struct pk_buff *pkb,
/** ARP protocol */
struct net_protocol arp_protocol = {
.net_proto = ETH_P_ARP,
.net_proto = htons ( ETH_P_ARP ),
.rx = arp_rx,
.route = arp_route,
};