diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-07-06 11:43:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 11:43:05 +0200 |
commit | d1757dd5cde6190016a81209359b23440108d734 (patch) | |
tree | 3009a6b6083398dcbe7812f4db1fe06a013214db /pimd/pim6_cmd.c | |
parent | Merge pull request #9307 from SaiGomathiN/sai-nht (diff) | |
parent | pim6d: fix no ipv6 pim drpriority (diff) | |
download | frr-d1757dd5cde6190016a81209359b23440108d734.tar.xz frr-d1757dd5cde6190016a81209359b23440108d734.zip |
Merge pull request #11521 from patrasar/pimv6_drpriority
pim6d: Fix [no] ipv6 pim drpriority command
Diffstat (limited to 'pimd/pim6_cmd.c')
-rw-r--r-- | pimd/pim6_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim6_cmd.c b/pimd/pim6_cmd.c index e46b4d6a1..2ada2a85b 100644 --- a/pimd/pim6_cmd.c +++ b/pimd/pim6_cmd.c @@ -270,7 +270,7 @@ DEFPY (interface_ipv6_pim_drprio, DEFPY (interface_no_ipv6_pim_drprio, interface_no_ipv6_pim_drprio_cmd, - "no ip pim drpriority [(1-4294967295)]", + "no ipv6 pim drpriority [(1-4294967295)]", NO_STR IPV6_STR PIM_STR |