From 2243bb17bd52ff12e0a1ff3edd1f0b65dc06e7e0 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 15 Aug 2017 10:16:51 -0400 Subject: [PATCH] pimd: Allow user to specify ip address for 'no ip pim use-source' Signed-off-by: Donald Sharp --- pimd/pim_cmd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index d7e94d11dd..1665591148 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -7308,11 +7308,12 @@ DEFUN (interface_pim_use_source, DEFUN (interface_no_pim_use_source, interface_no_pim_use_source_cmd, - "no ip pim use-source", + "no ip pim use-source [A.B.C.D]", NO_STR IP_STR "pim multicast routing\n" - "Delete source IP address\n") + "Delete source IP address\n" + "source ip address\n") { return interface_pim_use_src_cmd_worker(vty, "0.0.0.0"); } -- 2.39.5