Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335
b: refs/heads/master
c: 98f245e
h: refs/heads/master
i:
  333: af5e729
  331: d1008d5
  327: ea633e0
  319: 3b729a5
v: v3
  • Loading branch information
David S. Miller committed Apr 20, 2005
1 parent 4cab14d commit 115ea91
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: 240eed95eb55b43a3daadbf0cd7298f44eaa737c
refs/heads/master: 98f245e797a01611d6734c7d192240f1361439d3
2 changes: 1 addition & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static struct rtnetlink_link link_rtnetlink_table[RTM_MAX-RTM_BASE+1] =
[RTM_NEWNEIGH - RTM_BASE] = { .doit = neigh_add },
[RTM_DELNEIGH - RTM_BASE] = { .doit = neigh_delete },
[RTM_GETNEIGH - RTM_BASE] = { .dumpit = neigh_dump_info },
[RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all }
[RTM_GETRULE - RTM_BASE] = { .dumpit = rtnetlink_dump_all },
};

static int rtnetlink_event(struct notifier_block *this, unsigned long event, void *ptr)
Expand Down

0 comments on commit 115ea91

Please sign in to comment.