#
689b5bcd |
| 24-Feb-2022 |
claudio <claudio@openbsd.org> |
Regen most of the config output. With support for alternating ports the moment when the default listeners are added to the config got moved into parse_config() and so is now visible in the printed co
Regen most of the config output. With support for alternating ports the moment when the default listeners are added to the config got moved into parse_config() and so is now visible in the printed config. Showing the listen on statements is probably a good thing. Failure noticed by anton@
show more ...
|
#
cb70e130 |
| 17-Jul-2019 |
claudio <claudio@openbsd.org> |
The Adj-RIB-Out is gone (or actually implemented differently). Adjust the expected output files.
|
#
98d47c05 |
| 15-Mar-2019 |
claudio <claudio@openbsd.org> |
Adjust config output since holdtime min and fib-priority are no longer printed if they are the default.
|
#
e5027889 |
| 21-Sep-2018 |
claudio <claudio@openbsd.org> |
Add some more prefix-set test cases. Mainly to test edge cases in the RB tree implementation now used.
|
#
2188d0af |
| 20-Sep-2018 |
claudio <claudio@openbsd.org> |
Sort order changed because an RB tree is now used for prefixsets.
|
#
63ee9eb0 |
| 13-Sep-2018 |
claudio <claudio@openbsd.org> |
Adjust after introduction of maxlen
|
#
8de4068c |
| 10-Sep-2018 |
benno <benno@openbsd.org> |
update regression tests after previous commit. ok claudio@
|
#
65783478 |
| 09-Sep-2018 |
claudio <claudio@openbsd.org> |
Enable the empty as-set and prefix-set tests since that is now allowed again
|
#
5882eed2 |
| 09-Sep-2018 |
claudio <claudio@openbsd.org> |
Comment the empty as-set and prefix-set tests. This is not yet working. Add a single asnum test, just to make sure that works as well
|
#
c3d9b165 |
| 09-Sep-2018 |
claudio <claudio@openbsd.org> |
Enable all the #notyet tests since the parser supports those now
|
#
da93c8fa |
| 09-Sep-2018 |
claudio <claudio@openbsd.org> |
prefix-set printing was adjusted in last commit. Adjust test.
|
#
1cad3a64 |
| 09-Sep-2018 |
claudio <claudio@openbsd.org> |
Fixup regress test after the last burst of commits by benno@
|
#
b0960b80 |
| 08-Sep-2018 |
claudio <claudio@openbsd.org> |
Regress tests for as-set and prefix-set blocks
|