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
*
pimd: add support for boundaries
Quentin Young
2017-09-26
1
-0
/
+3
*
pimd: Do not complain if re-joining an IGMP group
Daniel Walton
2017-09-18
1
-9
/
+4
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-9
/
+8
*
pimd: Allow igmp join messages to return more detailed errors
Donald Sharp
2017-09-14
1
-22
/
+11
*
pimd: Fix crash on iface down due to secondary address list
Donald Sharp
2017-08-04
1
-86
/
+60
*
pimd: Squash some more memory leaks
Donald Sharp
2017-08-02
1
-0
/
+8
*
pimd: Convert to using a RB tree for the pim_ifp ifchannel_list
Donald Sharp
2017-08-02
1
-45
/
+28
*
pimd: Rename pim_ifp->pim_ifchannel_list
Donald Sharp
2017-08-02
1
-15
/
+14
*
pimd: Remove almost duplicate pim->ifchannel_list
Donald Sharp
2017-08-02
1
-6
/
+2
*
pimd: Setup hash names appropriately
Donald Sharp
2017-07-25
1
-1
/
+5
*
pimd: Put 'struct pim_instance *' as the first function parameter
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Only add a igmp socket if the address is ipv4
Donald Sharp
2017-07-24
1
-2
/
+3
*
pimd: We need to trace removal of non v4 addresses too
Donald Sharp
2017-07-24
1
-3
/
+0
*
pimd: Allow pim to work in vrf's without explicitly configuring the vrf device
Donald Sharp
2017-07-24
1
-0
/
+13
*
pimd: Don't send hello's out vrf interface
Donald Sharp
2017-07-24
1
-0
/
+11
*
pimd: Bind pim kernel fd to appropriate vrf
Donald Sharp
2017-07-24
1
-12
/
+0
*
pimd: Cleanup some basic crashes from mistakes made converting to vrf
Donald Sharp
2017-07-24
1
-2
/
+2
*
pimd: Lookup loopback based upon vrf correctly.
Donald Sharp
2017-07-24
1
-1
/
+6
*
pimd: Convert vif and ifindex lookups to use 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-19
/
+10
*
pimd: Move pim_ifchannel_list and vif array into 'struct pim_instance *'
Donald Sharp
2017-07-24
1
-43
/
+13
*
pimd: Remove pimg from pim_iface.c
Donald Sharp
2017-07-24
1
-2
/
+4
*
pimd: Remove pimg from pim_upstream.c
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: pim_rp.c -> convert pimg to pim
Donald Sharp
2017-07-24
1
-3
/
+4
*
pimd: More refactor for 'struct pim_instance *' for pim_nht.c
Donald Sharp
2017-07-24
1
-1
/
+2
*
pimd: Make nexthop cache pim instance aware
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Have pim_if_find_by_vif_index iterate over all vrf's
Donald Sharp
2017-07-24
1
-6
/
+17
*
pimd: Refactor code to be in better spots
Donald Sharp
2017-07-24
1
-0
/
+1
*
pimd: Create the pimreg device name correctly
Donald Sharp
2017-07-24
1
-2
/
+9
*
pimd: Create the pimreg per vrf
Donald Sharp
2017-07-24
1
-10
/
+7
*
pimd: Create pim_get_pim_instance
Donald Sharp
2017-07-24
1
-3
/
+1
*
pimd: pim_mroute_[add|del]_vif become VRF aware
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Store the pim instance off of the pim interface
Donald Sharp
2017-07-24
1
-0
/
+3
*
pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_id
Donald Sharp
2017-07-24
1
-7
/
+7
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1199
/
+1218
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
pimd: Remove qpim_inaddr_any
Donald Sharp
2017-06-02
1
-1
/
+1
*
Merge pull request #537 from donaldsharp/vrf_stuff
David Lamparter
2017-05-17
1
-1
/
+0
|
\
|
*
*: Remove some unneeded functions
Donald Sharp
2017-05-16
1
-1
/
+0
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-17
/
+16
|
/
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-08
1
-0
/
+34
|
\
|
*
pimd: replay IGMP static group upon if creation
Chirag Shah
2017-05-07
1
-0
/
+34
|
*
pimd: Pim Nexthop Tracking support with ECMP
Chirag Shah
2017-04-25
1
-14
/
+35
*
|
Merge pull request #345 from chiragshah6/pim_dev
Renato Westphal
2017-04-24
1
-14
/
+35
|
\
\
|
*
|
pimd: Pim Nexthop Tracking support with ECMP
Chirag Shah
2017-04-06
1
-14
/
+35
|
|
/
*
|
pimd: Receive incoming v6 addresses and place in pim_ifp list
Donald Sharp
2017-03-30
1
-22
/
+38
*
|
pimd: Add code to find neighbor by secondary
Donald Sharp
2017-03-30
1
-1
/
+6
|
/
*
*: Refactor if_lookup_by_name to be VRF aware
Donald Sharp
2017-03-15
1
-2
/
+2
*
lib, ospfd, pimd: Convert to using VRF based interface creation
Donald Sharp
2017-03-15
1
-1
/
+1
*
*: Remove non-vrf based ifindex lookup
Donald Sharp
2017-03-15
1
-1
/
+1
*
Merge branch 'frr/pull/243' ("Pim jp agg")
David Lamparter
2017-03-07
1
-1
/
+13
|
\
[next]