summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: fix vertex queue comparatorChristian Franke2017-10-021-1/+1
* isisd: ensure fragments get always linkedChristian Franke2017-09-231-13/+27
* isisd: cleanup unused variablesChristian Franke2017-09-231-4/+0
* isisd: always trigger spf run asynchronouslyChristian Franke2017-09-231-16/+12
* isisd: use only one IP of neighbor as nexthopChristian Franke2017-09-231-6/+2
* Merge pull request #1222 from opensourcerouting/isis-spf-improvementsDonald Sharp2017-09-231-85/+103
|\
| * isisd: SPF doesn't need to maintain childrenChristian Franke2017-09-221-20/+0
| * isisd: use skiplist to implement ordered list for SPFChristian Franke2017-09-221-65/+103
* | Merge pull request #1215 from opensourcerouting/zapi_nexthopsDonald Sharp2017-09-221-0/+4
|\ \
| * | *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+4
| |/
* / isisd: Don't corrupt generated LSPs if information exceeds capacityChristian Franke2017-09-221-0/+11
|/
* isisd: generate unique circuit idsChristian Franke2017-09-204-37/+42
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-8/+4
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+2
* Merge pull request #1020 from opensourcerouting/ferrDonald Sharp2017-09-053-100/+70
|\
| * isisd: use ferr_* functionsDavid Lamparter2017-08-283-100/+70
* | Merge pull request #1086 from donaldsharp/zebra_importRenato Westphal2017-09-041-15/+4
|\ \
| * | *: Cleanup multiple is_default... codeDonald Sharp2017-08-311-15/+4
* | | isisd: cleanup output of show isis topologyChristian Franke2017-09-011-40/+47
|/ /
* | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\ \
| * | *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
| |/
* | Merge pull request #998 from mkanjari/dev-masterDavid Lamparter2017-08-295-25/+6
|\ \
| * | Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-296-433/+155
| |\|
| * | lib: new APIs for get/set system hostname/domainnameMitesh Kanjariya2017-08-294-6/+6
| * | lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-255-25/+6
* | | Merge pull request #1072 from opensourcerouting/isisd-fix-confusion-purgeDonald Sharp2017-08-291-13/+20
|\ \ \
| * | | isisd: keep original TLVs when purging in response to confusionChristian Franke2017-08-291-13/+20
| | |/ | |/|
* / | isisd: guard SPF warning by debug flagChristian Franke2017-08-291-2/+2
|/ /
* | isisd: bpf: ETHER_HDR_LEN -> ETH_ALENDavid Lamparter2017-08-261-16/+16
* | *: fix compiler warningsDavid Lamparter2017-08-261-2/+2
* | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-107/+15
* | isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-90/+39
* | isisd: use the new API to send routes to zebraRenato Westphal2017-08-231-167/+51
* | *: remove leftovers from "router zebra"Renato Westphal2017-08-231-16/+0
* | vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-231-2/+2
* | *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-66/+64
* | isisd: return proper error codes in some commandsRenato Westphal2017-08-222-54/+54
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-9/+10
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-9/+10
* | | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-211-2/+2
|\ \ \ | |/ / |/| |
| * | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
| |/
* / isisd: Remove unused versionDonald Sharp2017-08-201-2/+0
|/
* isisd: always link fragments to fragment #0, even when learned by CSNPChristian Franke2017-08-113-24/+39
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-40/+82
|\
| * build: non-recursive isisdDavid Lamparter2017-08-044-40/+82
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-2/+0
* | Merge pull request #899 from donaldsharp/ETH_ALENDavid Lamparter2017-08-054-13/+6
|\ \
| * | isisd: Convert to using prefix.h ETH_ALENDonald Sharp2017-08-044-13/+6
* | | isisd: don't validate dict integrity for regular buildsChristian Franke2017-08-042-1/+7
|/ /
* | isisd: Use a hashtable to speed up lookups during SPFChristian Franke2017-08-031-95/+179