summaryrefslogtreecommitdiff
path: root/pimd/pim_vty.c
AgeCommit message (Expand)Author
2021-05-03pimd: show MSDP configurationRafael Zalamena
2020-11-30pimd: skip displaying pim config on the vxlan termination device ipmr-loAnuradha Karuppiah
2020-04-23Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-08pimd: Implement watermark warning for igmp group count and add igmp group countsaravanank
2020-03-17Merge pull request #5849 from donaldsharp/pim_register_prefix_listRuss White
2020-03-06pimd: Add `ip pim register-accept-list PLIST` commandDonald Sharp
2020-03-06pimd: Add accidently missed code during upstreaming processDonald Sharp
2020-02-14pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah
2019-12-12pimd: Add command to join any-source multicast.Liam McBirnie
2019-08-26pimd: sh config is showing detail debug, though not configuredSatheesh Kumar K
2019-06-20pimd: Remove output of `debug igmp trace detail` from show commandsDonald Sharp
2019-05-30Merge pull request #4369 from patrasar/lmqc_lmqtDonald Sharp
2019-05-29pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra
2019-05-14pimd: interface commands to enable/disable bsm processingsaravanank
2019-04-20pimd: hidden command to set MLAG parametersAnuradha Karuppiah
2019-04-20pimd: cli changes for pim-debug-vxlanAnuradha Karuppiah
2019-01-31pimd: Add hidden 'ip pim active-active` commandDonald Sharp
2019-01-04pimd: Remove pim_msdp_config_write as it was never usedDonald Sharp
2019-01-04pimd: Move packet_process variable to pim_routerDonald Sharp
2019-01-04pimd: Move register_suppress_time into struct pim routerDonald Sharp
2019-01-04pimd: Convert qpim_t_periodic into the `struct pim_router` structureDonald Sharp
2018-09-10pimd: create a new command "ip pim" configuring pim smroot
2018-08-13lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal
2018-08-02pimd: Modify order of command output for vty outputDonald Sharp
2018-06-07pimd: Fix ecmp_enable and ecmp_rebalance_enableDonald Sharp
2018-02-19pimd: Multicast traceroute client and routerMladen Sablic
2018-01-30lib, pimd: Remove PIM_NODE as it is not neededDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-05pimd: Fix multicast boundary commandDonald Sharp
2017-09-26pimd: add support for boundariesQuentin Young
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-08-30pimd: Add missed frame for vrf based interfaceDonald Sharp
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-02pimd: Add `ip pim rp keep-alive-time X`Donald Sharp
2017-07-28pimd: Allow the keepalive time to be per vrf.Donald Sharp
2017-07-24pimd: Add `debug pim nht` commandDonald Sharp
2017-07-24pimd: Put 'struct pim_instance *' as the first function parameterDonald Sharp
2017-07-24pimd: Cleanup the rest of the global config to be vrf aware for spacingDonald Sharp
2017-07-24pimd: Add code to write spaces or not before 'ip pim rp'Donald Sharp
2017-07-24pimd: Get show run to display vrf sub modeDonald Sharp
2017-07-24pimd: Make pim_ssmpingd.c 'struct pim_instance' awareDonald Sharp
2017-07-24pimd: Get the default pim code ready to write into vrf's or notDonald Sharp
2017-07-24pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp
2017-07-24pimd: Refactore qpim_static_route_list into pim->static_routesDonald Sharp
2017-07-24pimd: Add vrf output to 'interface ...' write commandDonald Sharp
2017-07-24pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter