Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279050
b: refs/heads/master
c: 30e7dfe
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Dec 23, 2011
1 parent e4f7a8a commit 59c8cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7afc5dbde09104b023ce04465ba71aaba0fc4346
refs/heads/master: 30e7dfe76e3e9a3f2b72be38c48562317d7795ab
2 changes: 1 addition & 1 deletion trunk/Documentation/networking/packet_mmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ As capture, each frame contains two parts:

/* fill sockaddr_ll struct to prepare binding */
my_addr.sll_family = AF_PACKET;
my_addr.sll_protocol = ETH_P_ALL;
my_addr.sll_protocol = htons(ETH_P_ALL);
my_addr.sll_ifindex = s_ifr.ifr_ifindex;

/* bind socket to eth0 */
Expand Down

0 comments on commit 59c8cc4

Please sign in to comment.