summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use vty_outlnQuentin Young2017-06-295-138/+131
* Merge pull request #759 from qlyoung/remove-vty-argparsersJafar Al-Gharaibeh2017-06-291-4/+4
|\
| * *: remove VTY_GET_*Quentin Young2017-06-271-4/+4
* | lib/ospf/eigrp: enable ospf and eigrp to use more specific network statementsDon Slice2017-06-281-1/+1
|/
* *: simplify log message lookupQuentin Young2017-06-213-11/+9
* eigrpd: Fix integer overflow possibilityDonald Sharp2017-06-131-1/+1
* *: Clean up call into inet_atonDonald Sharp2017-06-131-1/+1
* Merge pull request #624 "Babel"David Lamparter2017-06-131-1/+1
|\
| * babeld/eigrpd: flip VTY ports & fix rpmDavid Lamparter2017-06-131-1/+1
* | eigrpd: Correctly size the dump dataDonald Sharp2017-06-101-2/+2
* | eigrpd: Use correct memory operationDonald Sharp2017-06-101-1/+1
* | eigrpd: Fix leak of epDonald Sharp2017-06-101-0/+5
* | eigrpd: Cleanup leaked dest_addrDonald Sharp2017-06-101-7/+7
* | eigrpd: Fix use after freeDonald Sharp2017-06-101-2/+7
|/
* Merge pull request #603 from qlyoung/fix-access-packed-memberDavid Lamparter2017-05-307-32/+32
|\
| * *: do not take address of packed memberQuentin Young2017-05-267-32/+32
* | eigrpd: Fix network statementDonald Sharp2017-05-291-1/+1
|/
* Merge branch 'frr/pull/567'David Lamparter2017-05-181-2/+4
|\
| * eigrpd: disambiguate bandwidth commandQuentin Young2017-05-171-2/+4
* | Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-1711-127/+97
|\ \ | |/ |/|
| * Merge branch 'master' into vrf_stuffDonald Sharp2017-05-1611-125/+142
| |\
| * | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
| * | eigrpd: Cleanup a bunch SA warnings.Donald Sharp2017-05-1610-126/+95
* | | Merge pull request #532 from opensourcerouting/gpl-headersDonald Sharp2017-05-1737-150/+111
|\ \ \ | |_|/ |/| |
| * | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1537-150/+111
* | | eigrpd: Fix arm compile issue with some gcc'sDonald Sharp2017-05-161-1/+1
|/ /
* | eigrpd: Diverse FixesRenato Westphal2017-05-139-95/+117
* | eigrpd: Some Basic CorrectionsRenato Westphal2017-05-135-33/+27
|/
* Merge pull request #495 from donaldsharp/mpls_fixesRenato Westphal2017-05-121-2/+2
|\
| * eigrpd: Fix compilation errors for some versions of gccDaniel Walton2017-05-101-2/+2
* | eigrpd: spatch thread_add* calls and macrosQuentin Young2017-05-097-39/+50
|/
* eigrpd: Switch u_int64_t -> uint64_tDonald Sharp2017-04-274-9/+9
* eigrpd: Add missing eigrp_fsm.h to 'make dist'Donald Sharp2017-04-271-1/+2
* eigrpd: Save whether or not a interface is passive.Donald Sharp2017-04-171-4/+19
* eigrpd: Cleanup cliDonald Sharp2017-04-152-63/+43
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-0820-3656/+3512
* eigrpd: Only install up to eigrp->max_paths into rib.Donald Sharp2017-04-082-2/+23
* eigrpd: Fix 'router eigrp..' to be DEFUN_NOSHDonald Sharp2017-04-061-6/+6
* eigrpd: Cleanup the mergeDonald Sharp2017-04-067-29/+30
* eigrpd: Fix add and delete of routes into the ribDonald Sharp2017-04-063-69/+44
* eigrpd: Fix massive memory leakDonald Sharp2017-04-063-56/+69
* eigrpd: Convert FSM states to an enumDonald Sharp2017-04-061-6/+8
* eigrpd: Cleanup long lineDonald Sharp2017-04-061-1/+2
* eigrpd: Cleanup Bit Field handlingDonald Sharp2017-04-062-48/+12
* eigrpd: Valgrind complained about not removing entryDonald Sharp2017-04-032-19/+22
* eigrpd: Flags is now 32 bit as opposed to 8 bit.Donald Sharp2017-04-031-1/+1
* eigrpd: When deleting interface remove connected routes from topo tableDonald Sharp2017-04-031-0/+11
* eigrpd: Fix route deleteDonald Sharp2017-04-021-0/+1
* eigrpd: Fix non-installation of routes into zebraDonald Sharp2017-03-201-0/+20
* eigrpd: Fix communication w/ ZebraDonald Sharp2017-03-202-3/+2