summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4494 from donaldsharp/no_src_for_youRuss White2019-06-112-25/+5
|\
| * pimd: The PIM_OIF_FLAG_PROTO_SRC flag was never usedDonald Sharp2019-06-082-25/+5
* | Merge pull request #4483 from donaldsharp/pim_mroute_debug_detailRuss White2019-06-111-5/+8
|\ \
| * | pimd: debug pim XXX detail now include the non detail data as wellDonald Sharp2019-06-071-5/+8
* | | More compiler cleanup (#4487)David Lamparter2019-06-112-10/+14
|\ \ \
| * | | pimd: Compiler warning about unset usageDonald Sharp2019-06-071-5/+7
| * | | lib, pimd, sharpd: Various output string cleanupsDonald Sharp2019-06-071-5/+7
| |/ /
* | | Zebra.h header cleanup (#4444)David Lamparter2019-06-111-3/+1
|\ \ \
| * | | pimd: Cleanup mtracebis.c header inclusion a tiny bitDonald Sharp2019-06-021-3/+1
* | | | Merge pull request #4481 from donaldsharp/pim_zlookup_fixupDavid Lamparter2019-06-111-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | pimd: Allow zlookup socket to drainDonald Sharp2019-06-061-0/+19
| | |/ | |/|
* / | pimd: Remove unnecessary boolean to pim_rpf_updateDonald Sharp2019-06-076-17/+8
|/ /
* | Merge pull request #4452 from donaldsharp/mroute_countRuss White2019-06-042-11/+60
|\ \
| * | pimd: Add `clear ip mroute [vrf NAME] count` command to pimDonald Sharp2019-06-032-11/+60
* | | 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-033-3/+52
|\ \ | |/ |/|
| * pimd: Re-deisgn the "clear ip mroute" command.rgirada2019-05-293-3/+52
* | Merge pull request #4369 from patrasar/lmqc_lmqtDonald Sharp2019-05-316-10/+158
|\ \
| * | pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra2019-05-306-10/+158
* | | Merge pull request #4267 from qlyoung/fix-misc-compile-warningsRenato Westphal2019-05-304-55/+57
|\ \ \
| * | | pimd: strcpy -> strlcpyQuentin Young2019-05-294-55/+57
| | |/ | |/|
* / | pimd: new cli command show ip mroute summarySarita Patra2019-05-291-0/+93
|/ /
* | Merge pull request #4239 from sarav511/rpJafar Al-Gharaibeh2019-05-2825-110/+2926
|\ \ | |/ |/|
| * pimd: Enable BSM processing on all interfaces by defaultsaravanank2019-05-151-0/+4
| * 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: Forwarding the stored BSM to new neighbor or restarted neighborsaravanank2019-05-153-0/+100
| * pimd: semantic fragmentation of Bootstrap messages w.r.t interface mtusaravanank2019-05-151-1/+181
| * pimd: store PIM bootstrap message in list and forward if no_fwd not setsaravanank2019-05-151-0/+89
| * pimd: Instate partial rp_list(when its full) to bsrp_list(main list).saravanank2019-05-151-1/+167
| * pimd: Parse the grp2rp mapping from BSM pkt and add to partial rp listsaravanank2019-05-151-0/+304
| * pimd: PIM Bootstrap packet processingsaravanank2019-05-153-0/+254
| * pimd: PIM Msg header includes N bit as defined by RFCsaravanank2019-05-156-11/+27
| * pimd: PIM BSM Processing bootstrap timer expiry handlingsaravanank2019-05-151-0/+58
| * pimd: PIM BSM processing, grp2rp mapping timer expirysaravanank2019-05-151-0/+87
| * pimd: PIM BSM Processing g2rp timer start and expiry routine(dummy)saravanank2019-05-151-0/+38
| * pimd: BSM related memory definition to static and function reorderingsaravanank2019-05-153-41/+35
| * pimd: Implementation of show ip pim bsr commandsaravanank2019-05-151-0/+98
| * pimd: rp_new & rp_del split into 2 tier functions & implement rp_changesaravanank2019-05-155-102/+318
| * pimd: interface commands to enable/disable bsm processingsaravanank2019-05-154-2/+117
| * pimd: Show RP source in show ip pim rp-info commandsaravanank2019-05-151-4/+14
| * pimd: cli changes to show BSM statistics in show ip pim int trafficsaravanank2019-05-151-15/+29
| * pimd: Implement nexthop match where if given address match any of the next ho...saravanank2019-05-152-0/+168
| * pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.saravanank2019-05-156-14/+33
| * pimd: Datastructure for BSM interface configuration and statisticssaravanank2019-05-151-0/+7
| * pimd: implement debug pim bsm commandsaravanank2019-05-151-0/+30
| * pimd: PIM BSM Processing datastructure definition/initialization/deinitsaravanank2019-05-159-1/+341