summaryrefslogtreecommitdiffstats
path: root/pimd/pim_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: skip displaying pim config on the vxlan termination device ipmr-loAnuradha Karuppiah2020-11-301-0/+7
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-2/+2
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* | pimd: Implement watermark warning for igmp group count and add igmp group countsaravanank2020-04-091-0/+7
|/
* Merge pull request #5849 from donaldsharp/pim_register_prefix_listRuss White2020-03-171-0/+5
|\
| * pimd: Add `ip pim register-accept-list PLIST` commandDonald Sharp2020-03-061-0/+5
* | pimd: Add accidently missed code during upstreaming processDonald Sharp2020-03-061-0/+5
|/
* pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah2020-02-141-2/+0
* pimd: Add command to join any-source multicast.Liam McBirnie2019-12-121-7/+13
* pimd: sh config is showing detail debug, though not configuredSatheesh Kumar K2019-08-271-2/+2
* pimd: Remove output of `debug igmp trace detail` from show commandsDonald Sharp2019-06-201-4/+0
* Merge pull request #4369 from patrasar/lmqc_lmqtDonald Sharp2019-05-311-0/+18
|\
| * pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra2019-05-301-0/+18
* | pimd: interface commands to enable/disable bsm processingsaravanank2019-05-151-0/+9
|/
* pimd: hidden command to set MLAG parametersAnuradha Karuppiah2019-04-201-0/+3
* pimd: cli changes for pim-debug-vxlanAnuradha Karuppiah2019-04-201-0/+5
* pimd: Add hidden 'ip pim active-active` commandDonald Sharp2019-01-311-0/+3
* pimd: Remove pim_msdp_config_write as it was never usedDonald Sharp2019-01-041-1/+1
* pimd: Move packet_process variable to pim_routerDonald Sharp2019-01-041-2/+2
* pimd: Move register_suppress_time into struct pim routerDonald Sharp2019-01-041-2/+2
* pimd: Convert qpim_t_periodic into the `struct pim_router` structureDonald Sharp2019-01-041-2/+2
* pimd: create a new command "ip pim" configuring pim smroot2018-09-111-1/+1
* lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal2018-08-131-0/+5
* pimd: Modify order of command output for vty outputDonald Sharp2018-08-021-9/+9
* pimd: Fix ecmp_enable and ecmp_rebalance_enableDonald Sharp2018-06-071-2/+2
* pimd: Multicast traceroute client and routerMladen Sablic2018-02-191-0/+5
* lib, pimd: Remove PIM_NODE as it is not neededDonald Sharp2018-01-301-5/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-3/+1
* pimd: Fix multicast boundary commandDonald Sharp2017-10-051-1/+1
* pimd: add support for boundariesQuentin Young2017-09-261-0/+9
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* pimd: Add missed frame for vrf based interfaceDonald Sharp2017-08-301-2/+2
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* pimd: Add `ip pim rp keep-alive-time X`Donald Sharp2017-08-021-0/+5
* pimd: Allow the keepalive time to be per vrf.Donald Sharp2017-07-281-2/+2
* pimd: Add `debug pim nht` commandDonald Sharp2017-07-241-0/+5
* pimd: Put 'struct pim_instance *' as the first function parameterDonald Sharp2017-07-241-1/+1
* pimd: Cleanup the rest of the global config to be vrf aware for spacingDonald Sharp2017-07-241-14/+16
* pimd: Add code to write spaces or not before 'ip pim rp'Donald Sharp2017-07-241-1/+7
* pimd: Get show run to display vrf sub modeDonald Sharp2017-07-241-3/+2
* pimd: Make pim_ssmpingd.c 'struct pim_instance' awareDonald Sharp2017-07-241-2/+2
* pimd: Get the default pim code ready to write into vrf's or notDonald Sharp2017-07-241-7/+13
* pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp2017-07-241-1/+1
* pimd: Refactore qpim_static_route_list into pim->static_routesDonald Sharp2017-07-241-1/+2
* pimd: Add vrf output to 'interface ...' write commandDonald Sharp2017-07-241-86/+108
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-267/+270
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-43/+43