summaryrefslogtreecommitdiffstats
path: root/pimd/pim_iface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace typo (supress => suppress)Donatas Abraitis2020-11-171-1/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-12/+6
* pimd: fix IGMP receive handlingNathan Bahr2020-08-261-4/+4
* pimd: Allow multiple secondary addresses to workDonald Sharp2020-08-101-1/+1
* Merge pull request #6054 from sarav511/dr2ndrDonald Sharp2020-06-011-0/+1
|\
| * pimd: When DR becomes non DR, couldreg state events not handled.saravanank2020-03-201-0/+1
* | *: replace all random() callsRafael Zalamena2020-04-181-2/+4
* | Merge pull request #6027 from sarav511/vrfloopDonald Sharp2020-04-101-2/+3
|\ \
| * | pimd: crash while finding primary address.saravanank2020-03-191-2/+3
| |/
* | Merge pull request #6047 from sarav511/hold0Russ White2020-03-241-1/+5
|\ \
| * | pimd: Pim hello should be sent with 0 hold time on address change on old src ipsaravanank2020-03-191-1/+5
| |/
* / pimd: Do not allow to configure multicast on more than MAXVIF interfacessaravanank2020-03-171-2/+10
|/
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-10/+10
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-35/+34
* pimd: handle ipmr-lo operational state changesAnuradha Karuppiah2020-02-141-2/+6
* eigrpd, ospfd, pimd: Fix assumption that interface may not be upDonald Sharp2019-12-041-16/+21
* *: Cleanup interface creation apisStephen Worley2019-10-101-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-0/+17
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-0/+29
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-0/+53
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+47
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+20
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-1/+1
* pimd: ALLOC functions cannot fail.Donald Sharp2019-06-201-5/+1
* Merge pull request #4369 from patrasar/lmqc_lmqtDonald Sharp2019-05-311-0/+2
|\
| * pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra2019-05-301-0/+2
* | pimd: Enable BSM processing on all interfaces by defaultsaravanank2019-05-151-0/+4
|/
* pimd: update vxlan mroute entries when the lo or peerlink vif is updatedAnuradha Karuppiah2019-04-201-0/+8
* pimd: API for enabling pim on the vxlan term device ipmr-loAnuradha Karuppiah2019-04-201-7/+8
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* pimd: Add hidden 'ip pim active-active` commandDonald Sharp2019-01-311-0/+2
* pimd: Convert qpim_t_periodic into the `struct pim_router` structureDonald Sharp2019-01-041-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-5/+5
* pimd: use bool instead of int to pass true/falseDonald Sharp2018-09-171-2/+2
* pimd: Actually create vif's in non-integrated configDonald Sharp2018-09-171-8/+8
* zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-231-8/+0
* pimd: pim_socket_join_source is only called from one placeDonald Sharp2018-08-021-2/+14
* pimd: Remove unnecessary alloc failuresDonald Sharp2018-07-081-73/+0
* pimd: Cleanup all pim_ifp pointers on terminationDonald Sharp2018-05-121-1/+10
* pimd: Remove expensive lookup for if a device is a vrf deviceDonald Sharp2018-04-301-8/+4
* pimd: Cleanup pim_if_is_loopbackDonald Sharp2018-04-301-7/+4
* pimd: mtrace only IGMP socketsMladen Sablic2018-03-081-1/+19
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+2
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-4/+8
* pimd: Fix memory allocation errorDonald Sharp2017-12-141-0/+1
* pimd: Cleanup vrf SA issues exposed by recent commitsDonald Sharp2017-10-251-2/+9
* *: 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-2/+1
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-6/+5
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-10/+10