summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_update.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp1-1/+1
2017-10-05*: Add some documentation about how to handle new daemonsDonald Sharp2-2/+20
2017-10-05tools: Add NHRP to route flushingDonald Sharp1-0/+1
2017-10-05tools: Fix babel RT_PROT #Donald Sharp2-3/+1
2017-10-05tools: Fix route flushDonald Sharp1-7/+9
2017-10-04ospf6d: add debug ospf6 route memory to configChirag Shah1-0/+3
2017-10-04debian: Add iproute2 as dependency alternative in Debian packageSebastian Lohff1-1/+1
2017-10-04bgpd: Fix defualt-default typo in bgp evpn help textSebastian Lohff1-2/+2
2017-10-04doc: Added python-ipaddr dependancyWill McLendon1-2/+2
2017-10-04ldpd: Fix compiler warning about uninitialized rtDonald Sharp1-1/+1
2017-10-03ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal1-1/+7
2017-10-03ldpd: fix issue when displaying the running configurationRenato Westphal1-0/+1
2017-10-03ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal3-36/+51
2017-10-03ldpd: fix wrong indentation in the help menuRenato Westphal1-1/+1
2017-10-03ospfd: OSPFv2 VRF remove iflist from masterChirag Shah4-5/+2
2017-10-03ospfd: fix vrf bind sock non-linux systemChirag Shah2-2/+18
2017-10-03ospfd: Bind socket to vrf deviceChirag Shah4-26/+78
2017-10-03ospfd: OSPFv2 VRF fixesIChirag Shah2-14/+30
2017-10-03ospfd: OSPFv2 VRF Changes IIChirag Shah8-447/+474
2017-10-03ospfd: fix clang warning & ci-ospf testChirag Shah2-9/+2
2017-10-03ospfd: OSPFv2 VRF, fix CLAN SA warningChirag Shah1-2/+6
2017-10-03ospfd: OSPFv2 VRF SupportChirag Shah27-839/+1866
2017-10-03lib: Fix memset usageDonald Sharp1-2/+2
2017-10-03isisd: optimize per interface lsp send-queue creationChristian Franke9-75/+227
2017-10-03eigrpd: Remove unnecessary macro definitionsDonald Sharp1-17/+1
2017-10-03eigrpd: Remove ei mapping to connected routesDonald Sharp15-452/+276
2017-10-03eigrpd: Start fixing eigrp_interfaceDonald Sharp3-37/+33
2017-10-02ospfd: Fix maxage_lsa lookup keyChirag Shah1-7/+14
2017-10-02ospfd: ospf use macro for authenticationChirag Shah1-23/+12
2017-10-02zebra: Cleanup ptm memory *after* we tell the sockets to clean upDonald Sharp1-1/+1
2017-10-02zebra: Properly initialize memory for rtadvDonald Sharp1-2/+4
2017-10-02zebra: Fix valgrind report of unintialized dataDonald Sharp1-7/+12
2017-10-02isisd: fix vertex queue comparatorChristian Franke2-2/+2
2017-10-02scan-build: fix warningVincent JARDIN2-4/+1
2017-10-02ospf_packet: scan-build/clang clean upVincent JARDIN1-7/+5
2017-10-02scan-build: cleanup some warningsVincent JARDIN5-10/+12
2017-10-02sha256: fix clang warningVincent JARDIN1-1/+2
2017-10-01ospfd: fix area virtual-link commandChirag Shah1-12/+9
2017-09-29ospfd: ospf virtual-link fixChirag Shah1-6/+1
2017-09-29lib: Fix abbreviationDonald Sharp1-1/+1
2017-09-29lib: remove extra / in other pathsQuentin Young1-1/+1
2017-09-29ldpd: add more filtering options in some "show" commandsRenato Westphal3-112/+401
2017-09-29ldpd: improve ordering of interfaces on user outputRenato Westphal3-7/+7
2017-09-28vtysh: more multi-instance fixingQuentin Young1-3/+5
2017-09-28pimd: Add 'show ip mroute fill' commandDonald Sharp1-11/+21
2017-09-28ospfd: fix ospf virtual-link command optionsChirag Shah1-120/+68
2017-09-27tools: frr-reload.py should exit(1) if vtysh config mode is lockedDaniel Walton1-0/+30
2017-09-27bgpd: fix 4-byte AS display in bestpath-from-ASDaniel Walton1-1/+1
2017-09-27debian: Fix logrotate when FRR is not runningDave Olson1-1/+1
2017-09-27vtysh: 'x not running' reduxQuentin Young1-2/+10