| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, pimd: Handle return code for nexthop_decode | Donald Sharp | 2018-02-05 | 1 | -1/+6 |
* | bgpd, lib, pimd: Make nexthop_update decoding common | Donald Sharp | 2018-02-05 | 1 | -51/+19 |
* | lib, pimd: Remove PIM_NODE as it is not needed | Donald Sharp | 2018-01-30 | 4 | -15/+5 |
* | bgpd, lib, pimd: Abstract commands for nexthop tracking | Donald Sharp | 2018-01-23 | 1 | -27/+1 |
* | 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 | 3 | -9/+9 |
* | pimd: Allow use-source to return more subtle error codes | Donald Sharp | 2018-01-08 | 1 | -1/+5 |
* | pimd: Add finer grain return codes for configuration | Donald Sharp | 2018-01-03 | 1 | -2/+12 |
* | Merge pull request #1543 from donaldsharp/pim_sg_rpt | Jafar Al-Gharaibeh | 2017-12-19 | 1 | -6/+16 |
|\ |
|
| * | pimd: Really, Actually send S,G rpt prune upstream | Donald Sharp | 2017-12-13 | 1 | -6/+16 |
* | | pimd: Fix memory allocation error | Donald Sharp | 2017-12-14 | 1 | -0/+1 |
|/ |
|
* | *: don't use deprecated stream.h macros | Quentin Young | 2017-12-01 | 1 | -1/+1 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 2 | -2/+2 |
* | Merge pull request #1389 from donaldsharp/pim_nexthop_lookup_crash | Jafar Al-Gharaibeh | 2017-10-31 | 1 | -4/+9 |
|\ |
|
| * | pimd: When doing a RPF for a route, note when we fail the lookup | Donald Sharp | 2017-10-30 | 1 | -4/+9 |
* | | 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 | 3 | -4/+19 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 2 | -1/+2 |
* | Merge pull request #1298 from opensourcerouting/iface-rb-tree | Donald Sharp | 2017-10-16 | 10 | -92/+45 |
|\ |
|
| * | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 10 | -38/+38 |
| * | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 10 | -86/+40 |
| * | lib: nuke the if_*_by_name_len() functions | Renato Westphal | 2017-10-10 | 1 | -6/+5 |
* | | Merge pull request #1316 from donaldsharp/high_stuff | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
|\ \ |
|
| * | | pimd: Fix uninited idx for argv_find | Donald Sharp | 2017-10-10 | 1 | -1/+1 |
| |/ |
|
* | | pimd: Cleanup deep nesting in pim_cmd.c | Donald Sharp | 2017-10-09 | 1 | -86/+72 |
* | | pimd: Display RPF address as part of json output | Donald Sharp | 2017-10-09 | 1 | -0/+24 |
|/ |
|
* | Merge pull request #1264 from donaldsharp/linklist | Lou Berger | 2017-10-05 | 14 | -62/+49 |
|\ |
|
| * | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 14 | -62/+49 |
* | | pimd: Fix multicast boundary command | Donald Sharp | 2017-10-05 | 2 | -3/+3 |
|/ |
|
* | scan-build: cleanup some warnings | Vincent JARDIN | 2017-10-02 | 1 | -1/+1 |
* | pimd: Add 'show ip mroute fill' command | Donald Sharp | 2017-09-28 | 1 | -11/+21 |
* | Merge pull request #1247 from qlyoung/mcast-boundary-igmp | Jafar Al-Gharaibeh | 2017-09-27 | 9 | -15/+137 |
|\ |
|
| * | pimd: add support for boundaries | Quentin Young | 2017-09-26 | 9 | -15/+137 |
* | | pimd: Some compilers are complaining about my bp | Donald Sharp | 2017-09-27 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #1069 from donaldsharp/rfc_plist | Philippe Guibert | 2017-09-26 | 4 | -11/+137 |
|\ |
|
| * | pimd: Add ability to lookup RP group by table. | Donald Sharp | 2017-08-31 | 3 | -6/+101 |
| * | pimd: Match on longest prefix when searching for RP | Donald Sharp | 2017-08-31 | 1 | -4/+16 |
| * | pimd: Improve handling in pim_rp_init | Donald Sharp | 2017-08-31 | 1 | -1/+12 |
| * | pimd: Smarten up pim_nexthop_lookup | Donald Sharp | 2017-08-31 | 1 | -0/+8 |
* | | pimd: fix some null pointer derefs in cli | Quentin Young | 2017-09-22 | 1 | -4/+12 |
* | | 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 | 8 | -72/+46 |
* | | Merge pull request #1178 from donaldsharp/pim_obfuscation | Jafar Al-Gharaibeh | 2017-09-14 | 5 | -42/+62 |
|\ \ |
|
| * | | pimd: Allow igmp join messages to return more detailed errors | Donald Sharp | 2017-09-14 | 3 | -31/+17 |
| * | | pimd: Add new 'debug pim nht rp' command | Donald Sharp | 2017-09-14 | 3 | -11/+45 |
* | | | Merge pull request #1175 from donaldsharp/pim_sg_rpt_bullshit | Jafar Al-Gharaibeh | 2017-09-14 | 1 | -25/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | pimd: More S,G RPT prune state missinformation | Donald Sharp | 2017-09-14 | 1 | -25/+31 |
* | | | *: make all daemons call frr_fini() on exit | Renato Westphal | 2017-09-12 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #1124 from donaldsharp/pim_igmp_fix | Renato Westphal | 2017-09-07 | 1 | -1/+2 |
|\ \ |
|
| * | | pimd: We do not need to BINDTODEVICE for default vrf | Donald Sharp | 2017-09-07 | 1 | -1/+2 |