Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340535
b: refs/heads/master
c: 60c39c7
h: refs/heads/master
i:
  340533: 5ce48ac
  340531: 0042a9a
  340527: 618c5aa
v: v3
  • Loading branch information
Antonio Quartulli committed Oct 29, 2012
1 parent 19eac52 commit 8aedd61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fdf7932052209260ca2e7add4da4b74f57976336
refs/heads/master: 60c39c7584e1bb69cdce4e0a9ee1e78ba09c82b9
8 changes: 4 additions & 4 deletions trunk/net/batman-adv/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,10 +965,10 @@ static int batadv_check_unicast_ttvn(struct batadv_priv *bat_priv,
batadv_orig_node_free_ref(orig_node);
}

batadv_dbg(BATADV_DBG_ROUTES, bat_priv,
"TTVN mismatch (old_ttvn %u new_ttvn %u)! Rerouting unicast packet (for %pM) to %pM\n",
unicast_packet->ttvn, curr_ttvn, ethhdr->h_dest,
unicast_packet->dest);
net_ratelimited_function(batadv_dbg, BATADV_DBG_TT, bat_priv,
"TTVN mismatch (old_ttvn %u new_ttvn %u)! Rerouting unicast packet (for %pM) to %pM\n",
unicast_packet->ttvn, curr_ttvn,
ethhdr->h_dest, unicast_packet->dest);

unicast_packet->ttvn = curr_ttvn;
}
Expand Down

0 comments on commit 8aedd61

Please sign in to comment.