diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-08-18 05:22:28 +0900 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-08-18 05:22:28 +0900 |
| commit | b08bb6d2f00fb850901a42d095dea602b06c29ae (patch) | |
| tree | 13bf79304557b262ef937933e759dc535ef4fa7f /include/net | |
| parent | a91f39e100a7d16d589d137352e3e8826d40084e (diff) | |
[IPV6] export rt6_ins() as ip6_ins_rt().
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ip6_route.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 75d503dc1b5e..9e9a8f86f0d0 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -40,6 +40,9 @@ extern int ipv6_route_ioctl(unsigned int cmd, void __user *arg); extern int ip6_route_add(struct in6_rtmsg *rtmsg, struct nlmsghdr *, void *rtattr); +extern int ip6_ins_rt(struct rt6_info *, + struct nlmsghdr *, + void *rtattr); extern int ip6_del_rt(struct rt6_info *, struct nlmsghdr *, void *rtattr); |
