diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-18 21:27:30 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-18 21:27:30 +0000 |
| commit | 5435e6e88c46071924a40a53d70daf5b6490bd49 (patch) | |
| tree | 5b2441f80cb830d0d63cdd05cb51ec30f7832b79 /lib/plist.c | |
| parent | 46c699abd11fad5d51940525d0ad33b4aadf6969 (diff) | |
lib: Fix `ipv6 access-list...` and `ipv6 prefix-list...`
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c index a854ad52b3..1f5e595fd8 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -2671,7 +2671,7 @@ DEFUN (no_ipv6_prefix_list_description_comment, "Prefix-list specific description\n" "Up to 80 characters describing this prefix-list\n") { - return no_ipv6_prefix_list_description_comment (self, vty, argc, argv); + return no_ipv6_prefix_list_description (self, vty, argc, argv); } |
