diff options
Diffstat (limited to 'vtysh/vtysh.c')
| -rw-r--r-- | vtysh/vtysh.c | 1 |
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 */ |
