- 19 Mar, 2022 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
The 'show babel neighbors' command keeps some trailing whitespace, remove it.
-
- 16 Mar, 2022 2 commits
-
-
Matous Holinka authored
+ added the neighbors tables, + removed the trailing whitespaces.
-
Matous Holinka authored
+ added the testing functions in each of the stage.
-
- 09 Mar, 2022 3 commits
-
-
Matous Holinka authored
-
Matous Holinka authored
+ 'test_babel_neighbors' added a function for the neighbors testing.
-
Matous Holinka authored
-
- 27 Feb, 2022 4 commits
-
-
-
+ extending the documentation, + modified formatting of image, + postinstallation processing added, + added install and running hosts to the doc.
-
+ added freebsd12, + added freebsd13, + added openbsd68, + added openbsd69, + added netbsd80.
-
Ondřej Zajíček authored
- Fix inconsistency between documentation and config - Fix test data that were poisoned by bug in reconfigure - Update timeout to route test timeout to 120 s, as babel takes some time to converge
-
- 17 Dec, 2021 1 commit
-
-
Ondřej Zajíček authored
There was one link with non-matching OSPF iface types, causing it not working properly. Switch all iface types to PtP.
-
- 09 Dec, 2021 4 commits
-
-
Matous Holinka authored
+ secondary configuration files added, + documentation updated, + test-suite updated, + testing data added, + regex added.
-
Matous Holinka authored
+ secondary configuration files added, + test-suite updated, + testing data added, + unused variables removed + regex added.
-
Matous Holinka authored
+ ospf-default/bird_m*_v2.conf: secondary configuration files added + test-cf-ospf-default.py: reconfiguration testing added + tests/kernel.py: function annotations removed
-
Matous Holinka authored
netlab/tests/kernel.py: + functions 'run_configure' and 'run_configure_undo' updated with another condition (now checking also the 'Reconfiguration in progress' string). + logical operator 'and' has higher priority then 'or' (using brackets will fix the order), + testing limit increased, + empty lists in the parameters removed. Testing data added (after reconfiguration): + cf-bgp-auth/data/* added, - outdated files removed. netlab/runtest: + original argument's parsing returned, + missing conditional statement added.
-
- 29 Nov, 2021 1 commit
-
-
Matous Holinka authored
+ test-cf-bgp-auth.py test suite updated, + second configuration files added, + waiting limit increased.
-
- 04 Oct, 2021 3 commits
-
-
netlab: + cf-ospf-authentication/data/* added, - outdated data removed.
-
netlab/cf-ospf-authentication/: + test-cf-ospf-authentication.py test suite updated, + second configuration files added.
-
netlab/common/common.start: + now creating second configuration file. netlab/tests/kernel.py: + reconfigure and reconfigure undo added.
-
- 21 Sep, 2021 1 commit
-
-
Matous Holinka authored
-
- 17 Sep, 2021 1 commit
-
-
Matous Holinka authored
-
- 13 Jul, 2021 3 commits
-
-
Matous Holinka authored
netlab/: + cf-ospf-area/data/* added, + cf-ospf-authentication/data/* added, + cf-ospf-base/data/* added, + cf-ospf-bfd/data/* added, + cf-ospf-custom/data/* added, + cf-ospf-default/data/* added, + cf-ospf-nbma/data/* added, + cf-ospf-priority/data/* added, + cf-ospf-ptmp/data/* added, + cf-ospf-vrf/data/* added.
-
Matous Holinka authored
netlab/: + cf-ospf-area/test-cf-ospf-area.py updated, + cf-ospf-authentication/test-cf-ospf-authentication.py updated, + cf-ospf-base/test-cf-ospf-base.py updated, + cf-ospf-bfd/test-cf-ospf-bfd.py updated, + cf-ospf-custom/test-cf-ospf-custom.py updated, + cf-ospf-default/test-cf-ospf-default.py updated, + cf-ospf-nbma/test-cf-ospf-nbma.py updated, + cf-ospf-priority/test-cf-ospf-priority.py updated, + cf-ospf-ptmp/test-cf-ospf-ptmp.py updated, + cf-ospf-vrf/test-cf-ospf-vrf.py updated.
-
Matous Holinka authored
netlab/tests/strip_output: + function for filtering DTime column added. netlab/tests/get_stdout_ospf_neighbors: + shell script for cleaning the saved tables added. netlab/tests/kernel.py: + function for saving and checking tables added.
-
- 22 Jun, 2021 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
- Remove unnecessary 'networks' section on non-ABRs - Switch stub interfaces on m3-m6 to areas 1,2 - Aggregate 10.0.x.0/24 networks per area - Change 10.0.7.0/24 to 10.0.8.0/24 to fit aggregation - Switch area 2 to NSSA
-
Ondřej Zajíček authored
IPv6 prefix may start with ::
-
- 11 Jun, 2021 5 commits
-
-
Matous authored
bird-tools/netlab/: + cf-ospf-area/data/* added.
-
Matous authored
Test-case folder contains: + Bird configuration files, + Netlab configuration file, + Python test suite.
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- 09 May, 2021 2 commits
-
-
Ondřej Zajíček authored
The workaround removes 'pref medium' from ECMP routes to match behavior on older kernels/iputils. It should also handle host routes.
-
Ondřej Zajíček authored
This was broken in recent configuration change, updated data were not committed for cf-ospf-authentication.
-
- 04 May, 2021 5 commits
-
-
Ondřej Zajíček authored
That matches previous behavior of stop, so we need at least temporarily to keep that as default.
-
Ondřej Zajíček authored
-
Runtest should fail when stop command failed
-
Check for proper BIRD shutdown, handle stuck process or crash during shutdown. Some changes done by commiter.
-
Ondřej Zajíček authored
Netlab ignored most errors during stop. Check them and either stop immediately (in default mode) or continue and report error in the return value (in force mode). Add option -f to stop command to enable force mode.
-