summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-2/+2
* Merge pull request #9697 from SaiGomathiN/igmp-sourcesDonatas Abraitis2022-02-111-13/+76
|\
| * pimd: json support added for command "show ip igmp sources"Sai Gomathi2022-01-251-13/+76
* | Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp2022-02-081-151/+159
|\ \
| * | pimd: replace pim_inet4_dump with `%pPAs`David Lamparter2022-01-171-129/+138
| * | pimd: deploy pim_sgaddr_* helpersDavid Lamparter2022-01-171-10/+10
| * | pimd: move & deploy pim_addr_cmp() helperDavid Lamparter2022-01-171-6/+6
| * | pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-2/+2
| * | pimd: remove pim_str_sg_dump()David Lamparter2022-01-171-4/+3
* | | pimd: Modify `show ip pim assert` to only show interesting bitsDonald Sharp2022-02-081-0/+3
* | | bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-229/+92
* | | Merge pull request #10395 from qlyoung/fix-pim-xpath-buffer-sizesDavid Lamparter2022-01-251-22/+67
|\ \ \
| * | | pimd: fix misuse of xpath buf size constantsQuentin Young2022-01-241-22/+67
| | |/ | |/|
* | | Merge pull request #10398 from patrasar/pim_debug_fixQuentin Young2022-01-211-0/+4
|\ \ \ | |/ / |/| |
| * | pimd: debug pim fixessarita patra2022-01-211-0/+4
* | | pim: Keeping list of address-family under gmp containersarita patra2022-01-171-44/+72
* | | Merge pull request #10179 from patrasar/pimv6_northboundDavid Lamparter2022-01-171-91/+170
|\ \ \ | |_|/ |/| |
| * | pim: Northbound changes accomodating IPV4 address familysarita patra2022-01-131-91/+170
* | | pim6d: drop off MSDP codeDavid Lamparter2022-01-141-0/+12
* | | Merge pull request #10279 from SaiGomathiN/pim_intfDavid Lamparter2022-01-131-26/+25
|\ \ \ | |/ / |/| |
| * | pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2022-01-111-26/+25
| |/
* / pimd: `prefix_sg` => `pim_sgaddr`David Lamparter2022-01-121-13/+11
|/
* Merge pull request #10215 from FRRouting/revert-10164-name_changeStephen Worley2021-12-151-27/+34
|\
| * Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"David Lamparter2021-12-141-27/+34
* | Merge pull request #10167 from mobash-rasool/pim-upst-1David Lamparter2021-12-141-1/+1
|\ \
| * | pimd: Modifying name of struct igmp_join to struct gm_join to accomodate IPv6...Mobashshera Rasool2021-12-031-1/+1
| |/
* | pimd: Modifying struct igmp_sock to gm_sock for IPv6Sai Gomathi2021-12-031-3/+3
* | pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.Sai Gomathi2021-12-031-5/+5
* | pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.Sai Gomathi2021-12-031-3/+3
|/
* pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2021-12-031-34/+27
* *: Remove unused variablesDonatas Abraitis2021-11-181-5/+0
* pimd: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-24/+15
* pimd: move BSM clear into BSM codeDavid Lamparter2021-11-171-118/+1
* pimd: clean up BSR NHT & fix parallel linksDavid Lamparter2021-11-171-11/+3
* pimd: Remove default from enum based switchDonald Sharp2021-11-101-2/+0
* Merge pull request #9682 from adrianomarto/mesh-group-fixRuss White2021-09-281-4/+4
|\
| * pimd: fixing command "no ip msdp mesh-group member"Adriano Marto Reis2021-09-281-4/+4
* | pimd: fix UAF/heap corruption in BSM codeDavid Lamparter2021-09-271-2/+1
|/
* pimd: reformat after dropping indent levelsDavid Lamparter2021-08-271-91/+70
* pimd: IGMP memberships are not querier specificDavid Lamparter2021-08-271-241/+182
* pimd: change ranges to 1..max, type align with IETF YANG.Christian Hopps2021-08-191-121/+102
* Merge pull request #9253 from donaldsharp/igmp_noDonatas Abraitis2021-08-071-4/+6
|\
| * pimd: Allow more permisive versions of some no commandsDonald Sharp2021-08-021-4/+6
* | *: cleanup interface node installationIgor Ryzhov2021-07-291-10/+1
|/
* pimd: Allow join prune intervals to be as small as 5 secondsDonald Sharp2021-07-261-2/+2
* Merge pull request #8983 from mobash-rasool/pim-upstreaming-activityDonald Sharp2021-07-221-2/+17
|\
| * pimd: make pim interface hold interval range 1-630github login name2021-07-071-2/+2
| * pimd: Adding BSM status in the show commandsgithub login name2021-07-051-0/+15
* | pimd: To print querierIP address on the querier and nonQuerier IGMP enabled intfgithub login name2021-07-061-9/+28
|/
* pimd: support MSDP global timers configurationRafael Zalamena2021-07-011-0/+34