summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add med test, this no longer fails in -currentclaudio2021-02-101-2/+2
* Extend test with an full depth search of all possible prefix_evaluations.claudio2021-01-221-23/+108
* Cleanup and document the code a bitclaudio2021-01-221-13/+29
* Cleanup, fix and add a few more test cases. Make sure that the decisionclaudio2021-01-201-24/+86
* First bits of a regress test that ensures that the decision processclaudio2021-01-192-1/+232
* Extend med test with a withdraw that causes a flip in the order.claudio2021-01-132-1/+18
* Totally rework the exabgp integration tests. Instead of a simple shellclaudio2021-01-1211-64/+393
* Adjust to new sort order of roa-set.claudio2021-01-041-5/+5
* Fix linking of regress tests after 'bgpctl show sets' addition.tb2021-01-041-3/+3
* Add another rde_trie_test to the unit tests.claudio2020-12-294-2/+39
* Adjut the roa-set unittest to the new way roas are added into a trie.claudio2020-12-292-65/+34
* Adjust the roa-set config test. Overlapping ROAs are no longer merged byclaudio2020-12-291-3/+7
* Check the various options that local-address gives.claudio2020-04-243-2/+159
* For roa-set and origin-set the following statements get joined into oneclaudio2020-03-311-4/+0
* Also test maxprefix out. Based on maxprefix test added a few days ago.claudio2020-01-264-2/+124
* Add a simple regress test to check that max-prefix worksclaudio2020-01-224-2/+123
* There is no need to dynamically allocate struct as_set_head.claudio2019-12-171-7/+5
* Move comment about exabgp to the rule since this way it is shown to the user.claudio2019-08-131-2/+2
* Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET.claudio2019-08-071-1/+1
* The as0 regress can be enabled now. Needs exabgp to run else it is skipped.claudio2019-08-071-2/+2
* Implement RFC7607 testing using exabgp since we need to fiddle withclaudio2019-08-069-2/+255
* Cleanup the scripts a bit, error out early if not run as root, useclaudio2019-08-065-17/+52
* Update output file for mrt table-mp dumps since those can now dumpclaudio2019-08-061-0/+36
* The Adj-RIB-Out is gone (or actually implemented differently). Adjustclaudio2019-07-1713-13/+0
* Add a dummy attr_writebuf() so that this code links again.claudio2019-07-041-1/+8
* bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file.claudio2019-06-281-0/+36
* Remove some debug echosclaudio2019-06-281-4/+1
* Add a basic test to check that mrt table dumps work.claudio2019-06-226-2/+221
* Too much spaceclaudio2019-06-172-5/+5
* Add unit test for new community functions. Should cover the basics.claudio2019-06-173-1/+760
* Adjust test since the community rewrite changed order of communities in sets.claudio2019-06-171-2/+2
* After fixing the pfkey code a bit lets retry with a bit less workarounds.claudio2019-05-291-9/+20
* Lets reload the config and check again, just in case where reload gets broken.claudio2019-05-291-1/+13
* Adjust bgpd conf output because of change of moving neighbors into a real TAILQclaudio2019-04-012-18/+18
* Add route origin validation testdenis2019-03-224-2/+134
* Adjust config output since holdtime min and fib-priority are no longerclaudio2019-03-1513-26/+0
* Adjust caller of sa2addr() so this compiles again.claudio2019-03-031-2/+2
* try to make this check work better and gather more outputbenno2019-02-271-1/+6
* Test the export statement for neighborsclaudio2019-02-273-2/+51
* Extend ext-community test to include most of the possible wildchar supportclaudio2019-02-262-1/+67
* Add a test that catches problems of tcp md5 signatures, like the onebenno2019-02-204-2/+113
* rdomain is no more, change this test to validate the vpn statement now.claudio2019-02-122-32/+18
* Basic config test for various ext-community options.claudio2018-12-193-2/+93
* Enable the rules doing more than one match at a time. This works since a while.claudio2018-12-122-5/+9
* Fix regress test. The rule optimizer changes output since all theclaudio2018-12-111-6/+1
* Run each test as a single entry in REGRESS_TARGETS to get a betterbluhm2018-12-041-4/+3
* Update bgpd result files after the community change. Forgot this bit ofclaudio2018-12-042-17/+17
* check various community combinationsclaudio2018-11-133-2/+111
* Use log updates and start bgpd -v so that errors can be debugged easier.claudio2018-11-073-5/+9
* Make this compile again by defining struct rde_memstats rdemem; in the tests.claudio2018-11-012-2/+6