| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2491 from pacovn/cppcheck_no_effect | Russ White | 2018-06-19 | 1 | -2/+0 |
|\ |
|
| * | eigrpd, isisd, lib, ospfd: no effect (cppcheck) | paco | 2018-06-19 | 1 | -2/+0 |
* | | eigrpd, lib, tests, vtysh: security (cppcheck) | paco | 2018-06-19 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #2484 from pacovn/cppcheck_unused_vars | Donald Sharp | 2018-06-18 | 2 | -7/+4 |
|\ |
|
| * | eigrpd, lib, vtysh: unused vars (cppcheck) | paco | 2018-06-18 | 2 | -7/+4 |
* | | babeld, eigrpd, ospfd: unsigned negative check | paco | 2018-06-18 | 1 | -1/+1 |
|/ |
|
* | eigrpd: null return value check (Coverity 1455338) | paco | 2018-06-12 | 1 | -0/+1 |
* | Merge pull request #2169 from piotrjurkiewicz/eigrp_feasibility | Donald Sharp | 2018-05-04 | 1 | -11/+18 |
|\ |
|
| * | eigrpd: Consider only feasible successors as successors | Piotr Jurkiewicz | 2018-05-04 | 1 | -11/+18 |
* | | eigrpd: Use EIGRP_PACKET_MTU(mtu) macro | Piotr Jurkiewicz | 2018-05-04 | 8 | -10/+13 |
* | | eigrpd: Correctly calculate EIGRP packet MTU | Piotr Jurkiewicz | 2018-05-04 | 7 | -17/+18 |
|/ |
|
* | eigrpd: remove unnecessary assignment | Quentin Young | 2018-04-17 | 1 | -1/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 22 | -323/+325 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 20 | -222/+186 |
* | *: Modify notify_owner to route_notify_owner | Donald Sharp | 2018-02-23 | 1 | -3/+3 |
* | *: Add tableid the route entry was sent to | Donald Sharp | 2018-02-23 | 1 | -1/+2 |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -2/+1 |
* | *: Send/receive the nexthop vrf_id | Donald Sharp | 2018-01-12 | 1 | -0/+2 |
* | eigrpd: Fixup some SA issues | Donald Sharp | 2017-12-11 | 1 | -1/+3 |
* | *: don't use deprecated stream.h macros | Quentin Young | 2017-12-01 | 1 | -2/+2 |
* | eigrpd: Start conversion to use route install failure callback | Donald Sharp | 2017-11-27 | 1 | -1/+16 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | eigrpd: Allow query send to send more than 1 packet | Donald Sharp | 2017-11-02 | 1 | -29/+72 |
* | eigrpd: Create consts for TLV size | Donald Sharp | 2017-11-02 | 3 | -20/+59 |
* | eigrpd: When writing packet don't crash in some cases | Donald Sharp | 2017-10-29 | 2 | -5/+15 |
* | eigrpd: Fix crash in reply receive packet. | Donald Sharp | 2017-10-29 | 1 | -42/+49 |
* | eigrpd: Query Send is not incrementing the sequence number | Donald Sharp | 2017-10-29 | 1 | -7/+9 |
* | eigrpd: On shutdown, delete list after we've cleared prefixes | Donald Sharp | 2017-10-29 | 1 | -2/+3 |
* | eigrpd: Fix an issue found with metric change | Donald Sharp | 2017-10-29 | 2 | -4/+25 |
* | eigrpd: Add ability to show packet type in log | Donald Sharp | 2017-10-29 | 1 | -2/+28 |
* | eigrpd: Create enum for states and string name for display | Donald Sharp | 2017-10-29 | 2 | -12/+61 |
* | eigrpd: Create a function to return a string of prefix state | Donald Sharp | 2017-10-29 | 1 | -3/+21 |
* | *: fix coverity warnings - error handling issues | Renato Westphal | 2017-10-24 | 1 | -2/+2 |
* | *: add missing \n in some help strings | Renato Westphal | 2017-10-24 | 1 | -3/+2 |
* | eigrpd: Convert topology list to a table | Donald Sharp | 2017-10-24 | 6 | -119/+150 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+1 |
* | eigrpd: Make struct zebra_privs_t available | Donald Sharp | 2017-10-24 | 2 | -2/+1 |
* | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 4 | -4/+4 |
* | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -0/+1 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 4 | -8/+8 |
* | lib: nuke the if_*_by_name_len() functions | Renato Westphal | 2017-10-10 | 1 | -2/+1 |
* | eigrpd: fix clang warning | Vincent JARDIN | 2017-10-09 | 1 | -0/+1 |
* | eigrpd: fix clang warning | Vincent JARDIN | 2017-10-09 | 1 | -1/+1 |
* | eirgpd: fix clang warning | Vincent JARDIN | 2017-10-08 | 1 | -4/+1 |
* | *: Convert list_free usage to list_delete | Donald Sharp | 2017-10-05 | 1 | -6/+4 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 6 | -18/+18 |
* | eigrpd: Remove unnecessary macro definitions | Donald Sharp | 2017-10-03 | 1 | -17/+1 |
* | eigrpd: Remove ei mapping to connected routes | Donald Sharp | 2017-10-03 | 15 | -452/+276 |
* | eigrpd: Start fixing eigrp_interface | Donald Sharp | 2017-10-03 | 3 | -37/+33 |
* | eigrpd: Follow other protocol leads and exit when told to | Donald Sharp | 2017-09-25 | 1 | -0/+2 |