index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_iface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Replace typo (supress => suppress)
Donatas Abraitis
2020-11-17
1
-1
/
+1
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-12
/
+6
*
pimd: fix IGMP receive handling
Nathan Bahr
2020-08-26
1
-4
/
+4
*
pimd: Allow multiple secondary addresses to work
Donald Sharp
2020-08-10
1
-1
/
+1
*
Merge pull request #6054 from sarav511/dr2ndr
Donald Sharp
2020-06-01
1
-0
/
+1
|
\
|
*
pimd: When DR becomes non DR, couldreg state events not handled.
saravanank
2020-03-20
1
-0
/
+1
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-2
/
+4
*
|
Merge pull request #6027 from sarav511/vrfloop
Donald Sharp
2020-04-10
1
-2
/
+3
|
\
\
|
*
|
pimd: crash while finding primary address.
saravanank
2020-03-19
1
-2
/
+3
|
|
/
*
|
Merge pull request #6047 from sarav511/hold0
Russ White
2020-03-24
1
-1
/
+5
|
\
\
|
*
|
pimd: Pim hello should be sent with 0 hold time on address change on old src ip
saravanank
2020-03-19
1
-1
/
+5
|
|
/
*
/
pimd: Do not allow to configure multicast on more than MAXVIF interfaces
saravanank
2020-03-17
1
-2
/
+10
|
/
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-10
/
+10
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-35
/
+34
*
pimd: handle ipmr-lo operational state changes
Anuradha Karuppiah
2020-02-14
1
-2
/
+6
*
eigrpd, ospfd, pimd: Fix assumption that interface may not be up
Donald Sharp
2019-12-04
1
-16
/
+21
*
*: Cleanup interface creation apis
Stephen Worley
2019-10-10
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-0
/
+17
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-0
/
+29
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-0
/
+53
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-0
/
+47
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+20
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-1
/
+1
*
pimd: ALLOC functions cannot fail.
Donald Sharp
2019-06-20
1
-5
/
+1
*
Merge pull request #4369 from patrasar/lmqc_lmqt
Donald Sharp
2019-05-31
1
-0
/
+2
|
\
|
*
pimd: new cli to configure last-member-query-count & last-member-query-interval
Sarita Patra
2019-05-30
1
-0
/
+2
*
|
pimd: Enable BSM processing on all interfaces by default
saravanank
2019-05-15
1
-0
/
+4
|
/
*
pimd: update vxlan mroute entries when the lo or peerlink vif is updated
Anuradha Karuppiah
2019-04-20
1
-0
/
+8
*
pimd: API for enabling pim on the vxlan term device ipmr-lo
Anuradha Karuppiah
2019-04-20
1
-7
/
+8
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
*
pimd: Add hidden 'ip pim active-active` command
Donald Sharp
2019-01-31
1
-0
/
+2
*
pimd: Convert qpim_t_periodic into the `struct pim_router` structure
Donald Sharp
2019-01-04
1
-1
/
+1
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-5
/
+5
*
pimd: use bool instead of int to pass true/false
Donald Sharp
2018-09-17
1
-2
/
+2
*
pimd: Actually create vif's in non-integrated config
Donald Sharp
2018-09-17
1
-8
/
+8
*
zebra: if multiple connecteds, select loopback or vrf if present
Don Slice
2018-08-23
1
-8
/
+0
*
pimd: pim_socket_join_source is only called from one place
Donald Sharp
2018-08-02
1
-2
/
+14
*
pimd: Remove unnecessary alloc failures
Donald Sharp
2018-07-08
1
-73
/
+0
*
pimd: Cleanup all pim_ifp pointers on termination
Donald Sharp
2018-05-12
1
-1
/
+10
*
pimd: Remove expensive lookup for if a device is a vrf device
Donald Sharp
2018-04-30
1
-8
/
+4
*
pimd: Cleanup pim_if_is_loopback
Donald Sharp
2018-04-30
1
-7
/
+4
*
pimd: mtrace only IGMP sockets
Mladen Sablic
2018-03-08
1
-1
/
+19
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-3
/
+2
*
*: Make assignment from RB_ROOT in while loop work better
Donald Sharp
2018-02-23
1
-4
/
+8
*
pimd: Fix memory allocation error
Donald Sharp
2017-12-14
1
-0
/
+1
*
pimd: Cleanup vrf SA issues exposed by recent commits
Donald Sharp
2017-10-25
1
-2
/
+9
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+1
*
lib: nuke the if_*_by_name_len() functions
Renato Westphal
2017-10-10
1
-6
/
+5
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-10
/
+10
[next]