Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253404
b: refs/heads/master
c: 6407d74
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Holler authored and David S. Miller committed Jun 7, 2011
1 parent fb04f76 commit d2d2a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13fcb7bd322164c67926ffe272846d4860196dc6
refs/heads/master: 6407d74c5106bb362b4087693688afd34942b094
6 changes: 6 additions & 0 deletions trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,16 @@ static void fake_update_pmtu(struct dst_entry *dst, u32 mtu)
{
}

static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old)
{
return NULL;
}

static struct dst_ops fake_dst_ops = {
.family = AF_INET,
.protocol = cpu_to_be16(ETH_P_IP),
.update_pmtu = fake_update_pmtu,
.cow_metrics = fake_cow_metrics,
};

/*
Expand Down

0 comments on commit d2d2a0b

Please sign in to comment.