Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6372
b: refs/heads/master
c: 63a1222
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Aug 29, 2005
1 parent b8329fc commit 3944c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 216efaaaa006d2f3ecbb5bbc2b6673423813254e
refs/heads/master: 63a1222b1fd79c52491c14534b086bffbfaed8bf
5 changes: 3 additions & 2 deletions trunk/net/decnet/netfilter/dn_rtmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/netfilter.h>
#include <linux/spinlock.h>
#include <linux/netlink.h>
#include <linux/netfilter_decnet.h>

#include <net/sock.h>
#include <net/flow.h>
Expand Down Expand Up @@ -71,10 +72,10 @@ static void dnrmg_send_peer(struct sk_buff *skb)

switch(flags & DN_RT_CNTL_MSK) {
case DN_RT_PKT_L1RT:
group = DNRMG_L1_NLGRP;
group = DNRNG_NLGRP_L1;
break;
case DN_RT_PKT_L2RT:
group = DNRMG_L2_NLGRP;
group = DNRNG_NLGRP_L2;
break;
default:
return;
Expand Down

0 comments on commit 3944c03

Please sign in to comment.