Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334
b: refs/heads/master
c: 240eed9
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Apr 20, 2005
1 parent af5e729 commit 4cab14d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3320da8906d8a7277ef54fd1b3646f85354cb66a
refs/heads/master: 240eed95eb55b43a3daadbf0cd7298f44eaa737c
3 changes: 2 additions & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ static struct rtnetlink_link link_rtnetlink_table[RTM_MAX-RTM_BASE+1] =
[RTM_GETROUTE - RTM_BASE] = { .dumpit = rtnetlink_dump_all },
[RTM_NEWNEIGH - RTM_BASE] = { .doit = neigh_add },
[RTM_DELNEIGH - RTM_BASE] = { .doit = neigh_delete },
[RTM_GETNEIGH - RTM_BASE] = { .dumpit = neigh_dump_info }
[RTM_GETNEIGH - RTM_BASE] = { .dumpit = neigh_dump_info },
[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 4cab14d

Please sign in to comment.