troglobit / pimd

PIM-SM/SSM multicast routing for UNIX and Linux
http://troglobit.com/projects/pimd/
BSD 3-Clause "New" or "Revised" License
194 stars 86 forks source link

pimctl not available #198

Closed kkatsaros-dcat closed 2 years ago

kkatsaros-dcat commented 2 years ago

I have downloaded and installed pimd on a Linux machice (Ubuntu 20.04) using the linux packages

$ sudo apt install pimd

It is successfully installed and it is running

$ pimd -v
pimd version 2.3.2

But when I try to use the pimctl tool to it can not find it.

$ pimctl show neighbor
Command 'pimctl' not found,

Is there something I'm missing?