mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
pimd: Allow user to specify ip address for 'no ip pim use-source'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
e2799b1d67
commit
2243bb17bd
@ -7308,11 +7308,12 @@ DEFUN (interface_pim_use_source,
|
|||||||
|
|
||||||
DEFUN (interface_no_pim_use_source,
|
DEFUN (interface_no_pim_use_source,
|
||||||
interface_no_pim_use_source_cmd,
|
interface_no_pim_use_source_cmd,
|
||||||
"no ip pim use-source",
|
"no ip pim use-source [A.B.C.D]",
|
||||||
NO_STR
|
NO_STR
|
||||||
IP_STR
|
IP_STR
|
||||||
"pim multicast routing\n"
|
"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");
|
return interface_pim_use_src_cmd_worker(vty, "0.0.0.0");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user