From 2a898320be19c0a12e1eb2c8ab1ab9c9976e9ded Mon Sep 17 00:00:00 2001 From: Nicolas Dichtel Date: Fri, 14 Dec 2012 09:56:47 -0800 Subject: [PATCH] ip: update mand pages and usage() for 'ip mroute' Sync with the current code. Signed-off-by: Nicolas Dichtel --- ip/ipmroute.c | 2 ++ man/man8/ip-mroute.8 | 14 +++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ip/ipmroute.c b/ip/ipmroute.c index 945727d3d..e1f96174e 100644 --- a/ip/ipmroute.c +++ b/ip/ipmroute.c @@ -36,6 +36,8 @@ static void usage(void) __attribute__((noreturn)); static void usage(void) { fprintf(stderr, "Usage: ip mroute show [ PREFIX ] [ from PREFIX ] [ iif DEVICE ]\n"); + fprintf(stderr, " [ table TABLE_ID ]\n"); + fprintf(stderr, "TABLE_ID := [ local | main | default | all | NUMBER ]\n"); #if 0 fprintf(stderr, "Usage: ip mroute [ add | del ] DESTINATION from SOURCE [ iif DEVICE ] [ oif DEVICE ]\n"); #endif diff --git a/man/man8/ip-mroute.8 b/man/man8/ip-mroute.8 index 98aab88f3..870df5e8a 100644 --- a/man/man8/ip-mroute.8 +++ b/man/man8/ip-mroute.8 @@ -1,4 +1,4 @@ -.TH IP\-MROUTE 8 "20 Dec 2011" "iproute2" "Linux" +.TH IP\-MROUTE 8 "13 Dec 2012" "iproute2" "Linux" .SH "NAME" ip-mroute \- multicast routing cache management .SH "SYNOPSIS" @@ -6,12 +6,15 @@ ip-mroute \- multicast routing cache management .ad l .in +8 .ti -8 -.BR "ip mroute show" " [" +.BR "ip " " [ ip-OPTIONS ] " "mroute show" " [ [ " +.BR " to " " ] " .IR PREFIX " ] [ " .B from .IR PREFIX " ] [ " .B iif -.IR DEVICE " ]" +.IR DEVICE " ] [ " +.B table +.IR TABLE_ID " ] " .SH DESCRIPTION .B mroute @@ -42,6 +45,11 @@ the interface on which multicast packets are received. .BI from " PREFIX" the prefix selecting the IP source addresses of the multicast route. +.TP +.BI table " TABLE_ID" +the table id selecting the multicast table. It can be +.BR local ", " main ", " default ", " all " or a number." + .SH SEE ALSO .br .BR ip (8) -- 2.47.2