summaryrefslogtreecommitdiffstats
path: root/pimd/pim_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-60/+54
* pimd: pim bfd supportChirag Shah2017-05-181-0/+3
* Merge pull request #561 from donaldsharp/static_config2Renato Westphal2017-05-171-1/+1
|\
| * pimd: Fix spelling mistake in cliDonald Sharp2017-05-171-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
|/
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-081-1/+10
|\
| * pimd: fix pim ecmp rebalance config writeChirag Shah2017-05-071-1/+10
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-021-3/+7
|\|
| * pimd: Add prefix list handling to spt-switchoverDonald Sharp2017-04-201-3/+7
* | Merge pull request #304 from donaldsharp/pim_5549Jafar Al-Gharaibeh2017-04-101-0/+6
|\ \ | |/ |/|
| * Merge branch 'master' into pim_5549Donald Sharp2017-04-011-5/+9
| |\
| * | pimd: Add code to allow backwards compatibilityDonald Sharp2017-03-301-0/+6
* | | pimd: Add the ability to never SPT switchoverDonald Sharp2017-04-051-0/+6
| |/ |/|
* | pimd: Remove interface type SSM.anuradhak2017-03-231-5/+1
* | pimd: Allow SSM groups to co-exist with ASM groups.anuradhak2017-03-231-0/+8
|/