summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/bgpd
AgeCommit message (Expand)Author
2019-08-13Move comment about exabgp to the rule since this way it is shown to the user.Claudio Jeker
2019-08-07Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET.Claudio Jeker
2019-08-07The as0 regress can be enabled now. Needs exabgp to run else it is skipped.Claudio Jeker
2019-08-06Implement RFC7607 testing using exabgp since we need to fiddle withClaudio Jeker
2019-08-06Cleanup the scripts a bit, error out early if not run as root, useClaudio Jeker
2019-08-06Update output file for mrt table-mp dumps since those can now dumpClaudio Jeker
2019-07-17The Adj-RIB-Out is gone (or actually implemented differently). AdjustClaudio Jeker
2019-07-04Add a dummy attr_writebuf() so that this code links again.Claudio Jeker
2019-06-28bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file.Claudio Jeker
2019-06-28Remove some debug echosClaudio Jeker
2019-06-22Add a basic test to check that mrt table dumps work.Claudio Jeker
2019-06-17Too much spaceClaudio Jeker
2019-06-17Add unit test for new community functions. Should cover the basics.Claudio Jeker
2019-06-17Adjust test since the community rewrite changed order of communities in sets.Claudio Jeker
2019-05-29After fixing the pfkey code a bit lets retry with a bit less workarounds.Claudio Jeker
2019-05-29Lets reload the config and check again, just in case where reload gets broken.Claudio Jeker
2019-04-01Adjust bgpd conf output because of change of moving neighbors into a real TAILQClaudio Jeker
2019-03-22Add route origin validation testdenis
2019-03-15Adjust config output since holdtime min and fib-priority are no longerClaudio Jeker
2019-03-03Adjust caller of sa2addr() so this compiles again.Claudio Jeker
2019-02-27try to make this check work better and gather more outputSebastian Benoit
2019-02-27Test the export statement for neighborsClaudio Jeker
2019-02-26Extend ext-community test to include most of the possible wildchar supportClaudio Jeker
2019-02-20Add a test that catches problems of tcp md5 signatures, like the oneSebastian Benoit
2019-02-12rdomain is no more, change this test to validate the vpn statement now.Claudio Jeker
2018-12-19Basic config test for various ext-community options.Claudio Jeker
2018-12-12Enable the rules doing more than one match at a time. This works since a while.Claudio Jeker
2018-12-11Fix regress test. The rule optimizer changes output since all theClaudio Jeker
2018-12-04Run each test as a single entry in REGRESS_TARGETS to get a betterAlexander Bluhm
2018-12-04Update bgpd result files after the community change. Forgot this bit ofClaudio Jeker
2018-11-13check various community combinationsClaudio Jeker
2018-11-07Use log updates and start bgpd -v so that errors can be debugged easier.Claudio Jeker
2018-11-01Make this compile again by defining struct rde_memstats rdemem; in the tests.Claudio Jeker
2018-10-05pass current dir, rdomains and interfaces as argument to the test.Sebastian Benoit
2018-10-01run the integrationtests/Sebastian Benoit
2018-10-01add new testcase for network statements (announcing/redistributing routesSebastian Benoit
2018-09-29Adjust for the roa-set, origin-set commit that just happend in bgpdClaudio Jeker
2018-09-29ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).Claudio Jeker
2018-09-26Fix out file to be actually correct for the input file.Claudio Jeker
2018-09-24sync host*() changes from bgpddenis
2018-09-21Basic testing of roa-sets.Claudio Jeker
2018-09-21Add some more prefix-set test cases. Mainly to test edge cases in the RBClaudio Jeker
2018-09-20Adjust unittests to the adjustments done to the as_set code.Claudio Jeker
2018-09-20Sort order changed because an RB tree is now used for prefixsets.Claudio Jeker
2018-09-18Start testing the roa backend (test 5) and cleanup tool in general.Claudio Jeker
2018-09-18fix a crash when prefix length is not specifieddenis
2018-09-14Adjust and extend unit test for as_set after last bgpd commitClaudio Jeker
2018-09-13Adjust after introduction of maxlenClaudio Jeker
2018-09-11add files for test 4Sebastian Benoit
2018-09-10check orlonger option of trie_match()Sebastian Benoit