>From 6a673897d4a800599b5b8e31741924a66efd30cd Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Tue, 13 May 2014 16:35:57 +0530 Subject: [PATCH 2/2] ip6tnl: Fix documentation Fix documentation tunnel local/remote *_get --- lib/route/link/ip6tnl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/route/link/ip6tnl.c b/lib/route/link/ip6tnl.c index 6d8b2f8..ed79e82 100644 --- a/lib/route/link/ip6tnl.c +++ b/lib/route/link/ip6tnl.c @@ -424,7 +424,7 @@ int rtnl_link_ip6_tnl_set_local(struct rtnl_link *link, struct in6_addr *addr) * Get IP6_TNL tunnel local address * @arg link Link object * - * @return local address value + * @return 0 on success or a negative error code */ int rtnl_link_ip6_tnl_get_local(struct rtnl_link *link, struct in6_addr *addr) { @@ -460,7 +460,7 @@ int rtnl_link_ip6_tnl_set_remote(struct rtnl_link *link, struct in6_addr *addr) * Get IP6_TNL tunnel remote address * @arg link Link object * - * @return remote address + * @return 0 on success or a negative error code */ int rtnl_link_ip6_tnl_get_remote(struct rtnl_link *link, struct in6_addr *addr) { @@ -542,7 +542,7 @@ uint8_t rtnl_link_ip6_tnl_get_tos(struct rtnl_link *link) } /** - * Set IP6_TNL tunnel path MTU discovery + * Set IP6_TNL tunnel encap limit * @arg link Link object * @arg encap_limit encaplimit value * -- 1.9.0