summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd/isis_dlpi: Fix warningDavid Lamparter2016-05-261-1/+1
* isisd/solaris: fix size_t confusionsDavid Lamparter2016-05-261-11/+12
* isisd: Add new adjacency to LSP neighbor listAmritha Nambiar2016-05-261-1/+7
* isisd: fix crash on processing own p2p helloAmritha Nambiar2016-05-261-0/+11
* zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2016-05-261-1/+1
* *: remove stray extra semicolonsDavid Lamparter2016-05-261-4/+4
* isisd: match adjacency with source of hellosAmritha Nambiar2016-05-261-0/+11
* isisd: fix crash on changing the circuit type of a passive interfaceLu Feng2016-05-261-19/+22
* make some structures constant.Stephen Hemminger2016-05-261-1/+1
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* isisd: Remove dead caseDonald Sharp2016-05-201-7/+1
* isisd: Use correct boolean operator type.Donald Sharp2016-05-191-1/+1
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-081-1/+2
* isisd: ignore unknown interfaces when adjusting IS-IS mtuChristian Franke2016-04-061-0/+2
* isisd: make sure that all interface addresses are advertisedChristian Franke2016-04-061-2/+8
* isisd: fix a crash due to an lsp-mtu issueChristian Franke2016-04-062-4/+21
* isisd: work around route table asserts for deleting node with infoChristian Franke2016-04-061-0/+3
* isisd: Fix more compiler warningsDonald Sharp2016-03-301-1/+1
* isisd, lib: Fix some more compiler warningsDonald Sharp2016-03-301-0/+2
* isisd: make send_lsp more robustChristian Franke2016-03-304-48/+114
* isisd: fix misleading wording in logChristian Franke2016-03-301-5/+5
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2016-03-302-6/+40
* isisd: fix IPv6 mask applicationChristian Franke2016-03-301-5/+5
* isisd: show interface's ipv6 addresesChristian Franke2016-03-301-3/+23
* isisd: provide more detailed log for failed address removalChristian Franke2016-03-301-0/+20
* isisd: add support to import routes from other protocolsChristian Franke2016-03-3013-109/+1667
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2016-03-301-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2016-03-305-35/+169
* isisd: add a debug mode that traces LSP constructionChristian Franke2016-03-303-5/+158
* isisd: purge on correct levelChristian Franke2016-03-303-5/+6
* isisd: allow to adjust lsp-mtuChristian Franke2016-03-308-63/+172
* isisd: Attached-bit in LSP headerAmritha Nambiar2016-03-303-11/+60
* isisd: initialize circuit to match area is_typeChristian Franke2016-03-302-6/+20
* isisd: do remove ipv6 routes from ZebraChristian Franke2016-03-301-1/+1
* isisd: don't corrupt memory for long hostnamesChristian Franke2016-03-302-3/+12
* isisd: fix a typo in a log messageChristian Franke2016-03-301-1/+1
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2016-03-303-30/+1
* isisd: annotate some function arguments with constChristian Franke2016-03-307-28/+28
* ripd, isisd: fix warnings that make the build failChristian Franke2016-03-301-3/+3
* isisd: Fix LSPs not being regenerated after adjacency changeMichael Zingg2016-03-301-1/+12
* isisd: Drop packet received on multiple interfaces due to the time gap in bin...Amritha Nambiar2016-03-301-5/+17
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-182-1/+4
* Quagga: Support VRF unregister for clientsvivek2016-02-121-1/+1
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* Quagga: prefix2str fixupDonald Sharp2015-11-234-51/+35
* Quagga: Fixup some compile warningsDonald Sharp2015-11-232-8/+8
* *: add VRF ID in the API message headerFeng Lu2015-11-041-23/+38
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-302-1/+2
* Zebra: Make redistribute do replace instead of del/add for better convergencevivek2015-10-211-1/+5