summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Convert the upstream_list and hash to a rb treeDonald Sharp2020-01-031-20/+9
* pimd: Convert the channel_oil_list|hash to a rb_treeDonald Sharp2020-01-031-6/+5
* pimd: refactor ip mroute cmdJafar Al-Gharaibeh2019-12-211-119/+28
* Merge pull request #5427 from liam-mcb/igmp-join-anyDonald Sharp2019-12-161-14/+33
|\
| * pimd: Add command to join any-source multicast.Liam McBirnie2019-12-121-14/+33
* | Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-071-9/+218
|\ \
| * | pimd: fixup whitespace errors reported by CIAnuradha Karuppiah2019-11-201-1/+1
| * | pimd: bring back "show ip pim upstream-join-desired"Anuradha Karuppiah2019-11-151-0/+90
| * | pimd: rename the upstream-join-desired command to "show ip pim channel"Anuradha Karuppiah2019-11-151-9/+9
| * | pimd: enforce PIM_ENFORCE_LOOPFREE_MFC at the time of MFC programmingAnuradha Karuppiah2019-11-151-0/+5
| * | pimd: display the per-RPF neighbor join-prune agg listAnuradha Karuppiah2019-11-151-0/+85
| * | pimd: display changes to indicate if a SG entry is still on the RPTAnuradha Karuppiah2019-11-151-3/+18
| * | pimd: MUTE flag to suppress traffic forwarding on non-DFAnuradha Karuppiah2019-11-151-3/+17
| |/
* | Merge pull request #5328 from satheeshkarra/pim_mlagMark Stapp2019-11-221-2/+19
|\ \
| * | pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-11-141-2/+19
| |/
* / pimd: Create pimreg interface when we start any interface configDonald Sharp2019-11-181-1/+3
|/
* pimd: Duplicate config is not a CMD_WARNING_CONFIG_FAILEDDonald Sharp2019-10-301-1/+3
* pimd: result was already tested against PIM_GROUP_BAD_ADDR_MASK_COMBODonald Sharp2019-10-251-6/+0
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-19/+2
* pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-09-171-2/+19
* pimd: fix some help stringsQuentin Young2019-07-061-4/+4
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-8/+8
* Merge pull request #4525 from donaldsharp/some_cleanupsRafael Zalamena2019-06-251-15/+4
|\
| * pimd: ALLOC functions cannot fail.Donald Sharp2019-06-201-15/+4
* | Merge pull request #4520 from rgirada/fix_clear_mrouteDavid Lamparter2019-06-251-0/+27
|\ \
| * | pimd: Added cli to generate igmp query.rgirada2019-06-241-0/+27
* | | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-5/+5
* | | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-5/+5
|\ \ \ | |_|/ |/| |
| * | *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-5/+5
| |/
* / lib/clippy: error out on unsupported bitsDavid Lamparter2019-06-121-1/+10
|/
* Merge pull request #4494 from donaldsharp/no_src_for_youRuss White2019-06-111-20/+2
|\
| * pimd: The PIM_OIF_FLAG_PROTO_SRC flag was never usedDonald Sharp2019-06-081-20/+2
* | lib, pimd, sharpd: Various output string cleanupsDonald Sharp2019-06-071-5/+7
|/
* Merge pull request #4452 from donaldsharp/mroute_countRuss White2019-06-041-11/+57
|\
| * pimd: Add `clear ip mroute [vrf NAME] count` command to pimDonald Sharp2019-06-031-11/+57
* | pimd: Convert strncpy to strlcpy in pim_cmd.cDonald Sharp2019-06-031-6/+6
* | pimd: Remove unused functionsDonald Sharp2019-06-031-42/+0
|/
* Merge pull request #4274 from rgirada/fix_clear_mrouteDonald Sharp2019-06-031-2/+50
|\
| * pimd: Re-deisgn the "clear ip mroute" command.rgirada2019-05-291-2/+50
* | Merge pull request #4369 from patrasar/lmqc_lmqtDonald Sharp2019-05-311-2/+118
|\ \
| * | pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra2019-05-301-2/+118
* | | Merge pull request #4267 from qlyoung/fix-misc-compile-warningsRenato Westphal2019-05-301-46/+46
|\ \ \
| * | | pimd: strcpy -> strlcpyQuentin Young2019-05-291-46/+46
| | |/ | |/|
* / | pimd: new cli command show ip mroute summarySarita Patra2019-05-291-0/+93
|/ /
* | Merge pull request #4239 from sarav511/rpJafar Al-Gharaibeh2019-05-281-17/+760
|\ \ | |/ |/|
| * pimd: clear pim bsm traffic counters for BSMsaravanank2019-05-151-0/+2
| * pimd: Implement show & clear ip pim statistics commandsaravanank2019-05-151-0/+147
| * pimd: Implementation of show ip pim bsrp-info.saravanank2019-05-151-0/+174
| * pimd: Implement show ip pim bsm-databasesaravanank2019-05-151-0/+179
| * pimd: Implementation of show ip pim bsr commandsaravanank2019-05-151-0/+98