summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pimd: cleanup & convert bsm_info to TS listDavid Lamparter2021-05-031-28/+31
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-4/+4
* pimd : Added the command to clear the pim bsr data.vdhingra2021-01-081-3/+3
* pimd: replace inet_ntoaMark Stapp2020-10-221-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-30/+15
* *: Use proper semantics for turning off threadDonald Sharp2020-10-121-2/+1
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-2/+1
* pimd: fix negative bitshiftQuentin Young2020-04-061-0/+7
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-13/+11
* Merge pull request #6015 from sarav511/bsmfwdRuss White2020-03-241-0/+11
|\
| * pimd: Do not forward BSM to interfaces that has no pim neighborssaravanank2020-03-171-0/+11
* | pimd: bsr election elects wrong bsrsaravanank2020-03-231-1/+2
|/
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-13/+13
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-65/+59
* *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* pimd: fix bsm buflen check to include pim hdrQuentin Young2019-11-201-1/+1
* pimd: Various buffer overflow reads and crashesDonald Sharp2019-11-201-0/+29
* pimd: All paths have already derefed pim->global_scope.bsrp_tableDonald Sharp2019-10-251-2/+1
* pimd: Cast up to 64 bit to prevent overflowDonald Sharp2019-10-251-1/+2
* pimd: Check return code of pim_msg_send()Donald Sharp2019-10-251-2/+7
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-2/+2
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-4/+4
* pimd: ALLOC functions cannot fail.Donald Sharp2019-06-201-31/+0
* *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-131-0/+5
* pimd: Forwarding the stored BSM to new neighbor or restarted neighborsaravanank2019-05-151-0/+86
* 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-151-0/+243
* 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-151-33/+35
* pimd: rp_new & rp_del split into 2 tier functions & implement rp_changesaravanank2019-05-151-10/+26
* pimd: interface commands to enable/disable bsm processingsaravanank2019-05-151-1/+14
* pimd: PIM BSM Processing datastructure definition/initialization/deinitsaravanank2019-05-151-0/+122