summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pim6d: IPv6-adjust pim_msg_send() and relatedDavid Lamparter2022-02-141-5/+4
* pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter2022-02-141-1/+1
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-6/+3
* pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter2022-02-141-4/+1
* Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp2022-02-081-1/+1
|\
| * pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-1/+1
* | pim: Use INADDR_ANY for current_bsr checking is valid yetDonald Sharp2022-02-041-6/+3
* | pimd: Only remove bsr NHT if we actually have tracked somethingDonald Sharp2022-02-041-1/+2
|/
* pimd : packet processing optimization on rp changeMobashshera Rasool2021-11-191-0/+6
* pimd: correctly process rp-count==0 BSMsDavid Lamparter2021-11-171-12/+26
* pimd: move BSM clear into BSM codeDavid Lamparter2021-11-171-5/+121
* pimd: clean up BSR NHT & fix parallel linksDavid Lamparter2021-11-171-78/+17
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-2/+2
* pimd: de-circularize includesDavid Lamparter2021-08-271-0/+1
* pimd: Prevent memory leakDonald Sharp2021-08-131-2/+5
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp2021-05-121-1/+1
* pimd: cleanup & convert bsm_rpinfo to TS listDavid Lamparter2021-05-031-65/+49
* 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