1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

20 Commits

Author SHA1 Message Date
840f2eb3d6 updated log message 2018-10-01 12:13:40 +02:00
6c525f1fb2 added a bit of logging 2018-10-01 12:02:14 +02:00
0c7f514627 reverted change because lack of coffee 2018-07-13 11:41:00 +02:00
aea5d5f19d api changes, source config 2018-07-11 14:07:26 +02:00
eae2e69758 duration is already formatted 2018-07-07 11:48:06 +02:00
d8a83f5404 refactored types 2018-07-07 11:41:00 +02:00
f94966a772 refactored refresh interval 2018-07-07 11:39:46 +02:00
fc686df4cb used pointers instead 2018-07-06 17:04:09 +02:00
12781dccc0 Add refresh interval for routes and neighbours store.
See example config file. In effect, when enable_prefix_lookup == true.
2018-06-27 18:31:47 +02:00
d4d0b15fdf Make AS search case insensitive. 2018-06-27 18:22:02 +02:00
14798ffbcb Fix ASN lookup to use neighbour.Asn attribute.
In case neighbour.Description does not contain the string e.g. "AS42"
- this is the case when only the friendly name of a neighbour is in the
description field - we need to match this input with a regex and search within the
neighbour.Asn attribute.
2018-06-27 18:20:47 +02:00
682c1ebd39 use anonymous field for rwmutex 2018-06-26 10:51:11 +02:00
a09d116e32 updated deps / imports 2018-06-19 10:02:16 +02:00
7be9f799e6 fixed concurrency issue 2017-07-14 14:18:47 +02:00
2c5c3eea32 case insensitive peer lookup 2017-06-30 11:22:35 +02:00
1540f115bd added peer lookup by description and added tests 2017-06-29 14:57:08 +02:00
aeccfe9647 added test for get neighbours 2017-06-29 14:24:08 +02:00
8c663d97a9 added neighbours to prefix lookup 2017-06-23 18:01:49 +02:00
9d51434300 added neihgbours store and lookup 2017-06-23 17:40:19 +02:00
57aed13e0f started with neighbours store 2017-06-23 16:27:09 +02:00