summaryrefslogtreecommitdiffstats
path: root/pimd/pim6_main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pim6d: Adding the base changesSai Gomathi N2022-02-281-2/+3
| | | | | | | | | | | | Adding the file pim6_cmd.h and pim6d_cmd.c as the base changes for implementing the CLI changes Removed the pim_cmd_init from the stub file. Co-authored-by: Sarita Patra <saritap@vmware.com> Co-authored-by: Abhishek N R <abnr@vmware.com> Co-authored-by: Sai Gomathi N <nsaigomathi@vmware.com> Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
* Merge pull request #10376 from patrasar/master_pimv6_vtyshDavid Lamparter2022-02-281-0/+4
|\
| * pim6d: Adding PIMV6 as VTYSH clientsarita patra2022-02-251-0/+4
| | | | | | | | | | Co-authored-by: Mobashshera Rasool <mrasool@vmware.com> Signed-off-by: sarita patra <saritap@vmware.com>
* | pim6d: get into a kinda-working state wrt. zebraDavid Lamparter2022-02-161-1/+1
|/ | | | | | Fix up just enough to make us not operate in complete darkness. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* pimd: move iface lib initialization to a proper placeIgor Ryzhov2022-01-241-2/+1
| | | | Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* pim6d: add skeleton for IPv6 PIM daemonDavid Lamparter2022-01-121-0/+214
This newborn pim6d is essentially an empty husk, but it does build without warnings or errors and has the build system integration prepared and working. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>