mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
D'oh
This commit is contained in:
parent
7a82c3eca3
commit
fee8b91015
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user