0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 18:21:54 +00:00
Commit Graph

3574 Commits

Author SHA1 Message Date
Matous Holinka
a9328c01e9 bird: build for debian 10 amd64 was added 2019-11-12 12:56:45 +01:00
Matous Holinka
9068769f01 bird test 2019-11-07 16:33:59 +01:00
Matous Holinka
353ed0a8ef bird: test 2019-11-07 16:28:50 +01:00
Matous Holinka
817dc15f8f bird: abs. path was updated 2019-11-07 16:04:25 +01:00
Matous Holinka
c93875396a bird: absolute path was added 2019-11-07 15:58:22 +01:00
Matous Holinka
9a07ebed2d bird: .git was updated 2019-11-07 15:55:34 +01:00
Matous Holinka
89c420f737 bird: yml was updated 2019-11-07 15:47:57 +01:00
Matous Holinka
f84256d799 bird: issue with .git file was solved 2019-11-07 15:42:43 +01:00
Matous Holinka
4b1244ea4b bird: incorrect absolute path was removed 2019-11-07 15:22:06 +01:00
Matous Holinka
884082fa7d bird: jobs 'test' and 'build' were updated (pytest==5.0.1 was installed manually) 2019-11-07 15:19:19 +01:00
Matous Holinka
426460081c bird: job runtest was divided into the two different jobs (build and test) 2019-11-07 14:46:17 +01:00
Matous Holinka
b09977c5bd bird: sudo privileges were added 2019-11-07 14:13:26 +01:00
Matous Holinka
343083120b bird: yml was updated, build stage was modified 2019-11-07 14:10:05 +01:00
Matous Holinka
83ae086dc8 Merge branch 'mh-test-gitlab' of https://gitlab.labs.nic.cz/labs/bird into mh-test-gitlab 2019-11-07 14:02:08 +01:00
Matous Holinka
812c4c6278 bird: jobs structure was modified 2019-11-07 14:01:14 +01:00
Matous Holinka
ca39a6e3b0 Update .gitlab-ci.yml 2019-11-07 11:39:08 +00:00
Matous Holinka
f3da43d8df Update .gitlab-ci.yml 2019-11-07 11:30:08 +00:00
Matous Holinka
21ca1f1f1a bird: yml was updated 2019-11-07 12:06:37 +01:00
Matous Holinka
59dc5e6743 bird: package 'sudo' was installed. Existing code was updated with proper prefix. 2019-11-07 11:55:40 +01:00
Matous Holinka
8a36ac67b2 bird: running first test with mode 'save' 2019-11-06 13:47:19 +01:00
Matous Holinka
4f8f081c86 bird: python3 was installed manually (w/ pip3 and pytest) 2019-11-06 12:36:54 +01:00
Matous Holinka
9c0828f6a3 bird: sudo privileges were added 2019-11-06 12:15:02 +01:00
Matous Holinka
e66d8cae7e bird: python3, pip3, pytest5 were installed 2019-11-06 12:04:00 +01:00
Matous Holinka
26aecd3d59 bird: python3 does not work. 2019-11-06 11:52:46 +01:00
Matous Holinka
01d0107cff bird: first test should be running (saving the tables) 2019-11-06 10:28:47 +01:00
Matous Holinka
8742d5a611 bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necessarily steps added. 2019-11-06 09:54:20 +01:00
Matous Holinka
d0af20b059 bird: .yml file is now almost ready to run netlab w/ bird and birdc 2019-11-06 09:41:33 +01:00
Matous Holinka
62081f636f bird: netlab installation stage now has two different jobs (cloning + preparing) 2019-11-06 09:10:59 +01:00
Matous Holinka
b03bf85e76 bird: .yml was updated with another scripts. Preparing nl- installation. 2019-11-06 09:00:11 +01:00
Matous Holinka
bca12fb81b bird: .gitlab-ci.yml was modified. Third stage was added 2019-11-06 08:50:48 +01:00
Matous Holinka
8160a1a249 bird: .yml file was updated with specific runner 2019-11-05 15:00:19 +01:00
Matous Holinka
19e8a4fd5f bird: file .yml was modified. Beta still doesn't work 2019-11-04 15:00:25 +01:00
Matous Holinka
7c4270b8fd bird: file .yml was modified. Beta test doesn't work 2019-11-04 14:53:10 +01:00
Matous Holinka
723a66ebf7 bird: file .yml was modified. Beta test doesn't work 2019-11-04 14:51:28 +01:00
Matous Holinka
4c90fbc0a1 Update .gitlab-ci.yml 2019-11-04 13:31:49 +00:00
Matous Holinka
a928d982c8 Update .gitlab-ci.yml 2019-11-04 13:30:04 +00:00
Matous Holinka
f21acc5012 bird: file .yml was repaired 2019-11-04 14:27:03 +01:00
Matous Holinka
a02f67ac07 bird: file .yml was updated w/ three different stages 2019-11-04 14:23:46 +01:00
Matous Holinka
9a81c98802 Bird: .yml was modified 2019-11-04 13:55:13 +01:00
Matous Holinka
5a8542ff4c Bird: file .yml was updated w/ some base tests 2019-11-04 11:59:02 +01:00
Ondrej Zajicek (work)
a06d14118c Gitlab test 2019-11-01 02:39:36 +01:00
Ondrej Zajicek (work)
3b73ebda46 Gitlab test 2019-11-01 00:13:59 +01:00
Ondrej Zajicek (work)
be7c1aef42 BGP: RFC 8654 got released 2019-10-26 01:32:24 +02:00
Ondrej Zajicek (work)
498d8145c0 Nest: Fix primary flag in show route
The route is changed by rte_make_tmp_attrs(), so we need to compare
net->routes to the original one.

Thanks to Kenth Eriksson for the bugreport.
2019-10-25 13:28:51 +02:00
Ondrej Zajicek (work)
ec331acf48 BGP: Fix handling of transitive extended communities
Transitive extended communities should be removed on external sessions,
the old code them in all cases.

Thanks to Jean-Daniel Pauget for the original patch.
2019-10-24 17:50:19 +02:00
Ondrej Zajicek
5ce881be82 Accept uppercase letters in iproute2 names
Names read from texfiles in /etc/iproute2/* are normalized by replacing
non-alphanumeric chars with underscore. The patch fixes handling of
uppercase letters, which were handled as non-alphanumberic.

Thanks to Igor Gavrilov for the bugreport.
2019-10-22 16:25:38 +02:00
Fabrice Fontaine
f9eb9b4cab Nest: Fix build without protocols
(CHECK keyword added by commiter)
2019-10-19 12:50:27 +02:00
Ondrej Zajicek (work)
4e23b49969 RPKI: Fix handling of IPv6 cache addresses
The old code used just sizeof(struct sockaddr) bytes of IP address.
2019-10-19 03:39:07 +02:00
Ondrej Zajicek (work)
b000a94275 NEWS and version update 2019-10-11 00:18:38 +02:00
Ondrej Zajicek (work)
6c9cda6f92 BGP: Fix reconfiguration with import table
Change of some options requires route refresh, but when import table is
active, channel reload is done from it instead of doing full route
refresh. So in this case we request it internally.
2019-10-10 23:33:40 +02:00