index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_zebra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
1
-1
/
+1
*
pimd: Why was pim including zebra headers?
Donald Sharp
2018-09-23
1
-2
/
+0
*
pimd: Add a debug to tell why we are not creating upsteam state
Donald Sharp
2018-09-21
1
-2
/
+7
*
pimd: use bool instead of int to pass true/false
Donald Sharp
2018-09-17
1
-1
/
+1
*
pimd: Actually create vif's in non-integrated config
Donald Sharp
2018-09-17
1
-1
/
+1
*
pimd: Abstract a RPF change for upstream handling
Donald Sharp
2018-08-01
1
-56
/
+58
*
pimd: Abstract sending of data to peers
Donald Sharp
2018-07-31
1
-17
/
+25
*
Merge pull request #2641 from donaldsharp/pim_igmp_dr
Russ White
2018-07-23
1
-15
/
+16
|
\
|
*
pimd: Do not create upstream state when not DR for igmp request
Donald Sharp
2018-07-10
1
-15
/
+16
*
|
pimd: Remove duplicate parameter to functions
Donald Sharp
2018-07-07
1
-6
/
+6
|
/
*
eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)
F. Aragon
2018-07-02
1
-1
/
+1
*
pimd: Remove redistribution request
Donald Sharp
2018-06-28
1
-27
/
+1
*
pimd: Allow interface to move in and out of vrfs
Donald Sharp
2018-05-12
1
-2
/
+33
*
pimd: Move some data tracking variables per VRF
Donald Sharp
2018-03-18
1
-6
/
+6
*
pimd: make igmp_source_forward_reevaluate_all vrf aware
Donald Sharp
2018-03-18
1
-37
/
+29
*
pimd: Make the rpf scan per vrf.
Donald Sharp
2018-03-18
1
-141
/
+101
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-6
/
+7
*
pimd: No need to assert on the redist_default
Donald Sharp
2018-01-23
1
-2
/
+0
*
pim: fix compilation issue with pim
Philippe Guibert
2018-01-22
1
-6
/
+6
*
*: Make zapi route install Notifications optional
Donald Sharp
2017-11-27
1
-1
/
+1
*
pimd: Fix crash with debug and ifp changes
Donald Sharp
2017-10-31
1
-2
/
+5
*
pimd: Cleanup vrf SA issues exposed by recent commits
Donald Sharp
2017-10-25
1
-1
/
+5
*
*: Modify zclient_init to require privs data
Donald Sharp
2017-10-24
1
-1
/
+1
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-3
/
+3
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-7
/
+4
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-10
/
+5
*
pimd: Cleanup a variety of SA issues
Donald Sharp
2017-08-25
1
-0
/
+7
*
pimd: Allow installation of NULL mroute in some situations
Donald Sharp
2017-07-24
1
-3
/
+7
*
pimd: Ensure that (S,G) output is consistent
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Allow pim to work in vrf's without explicitly configuring the vrf device
Donald Sharp
2017-07-24
1
-0
/
+17
*
pimd: Remove knowledge of HAVE_TCP_ZEBRA from pim
Donald Sharp
2017-07-24
1
-9
/
+0
*
lib, pimd, zebra: Allow pim to set pimregX into appropriate vrf
Donald Sharp
2017-07-24
1
-15
/
+33
*
pimd: Cleanup some basic crashes from mistakes made converting to vrf
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Convert pim_cmd.c to use correct pim instance
Donald Sharp
2017-07-24
1
-2
/
+5
*
pimd: Fix crash associated with pim_ifp not actually being created yet
Donald Sharp
2017-07-24
1
-2
/
+1
*
pimd: Cleanup pim_ssm.c to use 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-3
/
+4
*
pimd: Make XX_forward_start 'struct pim_instance *' aware
Donald Sharp
2017-07-24
1
-43
/
+60
*
pimd: Convert channel_oil_hash and list into 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-15
/
+27
*
pimd: Convert vif and ifindex lookups to use 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-13
/
+16
*
pimd: Convert pim_rp.c to use 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-3
/
+4
*
pimd: Remove pimg from pim_upstream.c
Donald Sharp
2017-07-24
1
-81
/
+110
*
pimd: pim_rp.c -> convert pimg to pim
Donald Sharp
2017-07-24
1
-2
/
+4
*
pimd: Remove pimg from pim_nht.c in totality
Donald Sharp
2017-07-24
1
-9
/
+11
*
pimd: Add 'struct pim_instance' to find_or_track_nexthop
Donald Sharp
2017-07-24
1
-2
/
+4
*
pimd: Refactor some functions
Donald Sharp
2017-07-24
1
-12
/
+4
*
pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_id
Donald Sharp
2017-07-24
1
-6
/
+6
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-967
/
+1027
*
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-2
/
+2
*
*: use vty_outln
Quentin Young
2017-06-29
1
-3
/
+3
*
Merge pull request #576 from chiragshah6/pim_dev
David Lamparter
2017-05-30
1
-0
/
+4
|
\
[next]