summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-02-28 10:26:22 +0100
committerGitHub <noreply@github.com>2022-02-28 10:26:22 +0100
commitd7da6520e96418b37878b90d6b7696595870110a (patch)
tree3dc29be55e320f4c14d1731ef5c43e22918a9623 /vtysh/vtysh.c
parentae45a630222b53b02d8fc7cd84bb24d8744cd09c (diff)
parente8515e32a484cad42f4e0f3ef817fdd9aaa99e75 (diff)
Merge pull request #10376 from patrasar/master_pimv6_vtysh
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 336fe8b30e..fe7a2e73ff 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -146,6 +146,7 @@ struct vtysh_client vtysh_client[] = {
{.fd = -1, .name = "bfdd", .flag = VTYSH_BFDD, .next = NULL},
{.fd = -1, .name = "vrrpd", .flag = VTYSH_VRRPD, .next = NULL},
{.fd = -1, .name = "pathd", .flag = VTYSH_PATHD, .next = NULL},
+ {.fd = -1, .name = "pim6d", .flag = VTYSH_PIM6D, .next = NULL},
};
/* Searches for client by name, returns index */