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

13 Commits

Author SHA1 Message Date
Matthias Hannig
fc686df4cb used pointers instead 2018-07-06 17:04:09 +02:00
Benedikt Rudolph
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
Benedikt Rudolph
d4d0b15fdf Make AS search case insensitive. 2018-06-27 18:22:02 +02:00
Benedikt Rudolph
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
Matthias Hannig
682c1ebd39 use anonymous field for rwmutex 2018-06-26 10:51:11 +02:00
Matthias Hannig
a09d116e32 updated deps / imports 2018-06-19 10:02:16 +02:00
Matthias Hannig
7be9f799e6 fixed concurrency issue 2017-07-14 14:18:47 +02:00
Matthias Hannig
2c5c3eea32 case insensitive peer lookup 2017-06-30 11:22:35 +02:00
Matthias Hannig
1540f115bd added peer lookup by description and added tests 2017-06-29 14:57:08 +02:00
Matthias Hannig
aeccfe9647 added test for get neighbours 2017-06-29 14:24:08 +02:00
Matthias Hannig
8c663d97a9 added neighbours to prefix lookup 2017-06-23 18:01:49 +02:00
Matthias Hannig
9d51434300 added neihgbours store and lookup 2017-06-23 17:40:19 +02:00
Matthias Hannig
57aed13e0f started with neighbours store 2017-06-23 16:27:09 +02:00