From 4cab14dba8f74cc63fc2d3bec8e575480b4eb58f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 19 Apr 2005 22:35:07 -0700 Subject: [PATCH] --- yaml --- r: 334 b: refs/heads/master c: 240eed95eb55b43a3daadbf0cd7298f44eaa737c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/core/rtnetlink.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e95b2f0d4535..0c71fddf81ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3320da8906d8a7277ef54fd1b3646f85354cb66a +refs/heads/master: 240eed95eb55b43a3daadbf0cd7298f44eaa737c diff --git a/trunk/net/core/rtnetlink.c b/trunk/net/core/rtnetlink.c index d69ad90e5811..15e968c697cc 100644 --- a/trunk/net/core/rtnetlink.c +++ b/trunk/net/core/rtnetlink.c @@ -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)