- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 26 2021
Tested on 1.4-rolling-202101240218, works as expected.
The bug with FRR described here,
ref https://github.com/FRRouting/frr/issues/7583
ref https://github.com/FRRouting/frr/issues/7522
A possible reason, in the FRR hostname, declares 2 times.
Jan 25 2021
weird, I am woth the same ISP and do not have this problem.
Jan 24 2021
This bug got fixed with https://phabricator.vyos.net/T3227
This works for me now (in 1.4-rolling-202101240218)
Jan 23 2021
Created the feature request on forum.
What operational mode information do you require that are yet not displayed by:
Jan 22 2021
Jan 21 2021
Will remove test case and rebase to create PR and merge for 1.4; will later backport to 1.3 pending any issue.
I have finished the test of nat66 in GNS lab
Jan 20 2021
Two minor comments left out of the above:
(1) The script in question runs a check on all interface definitions, however, there is no measurable increase in compile time.
(2) lxml will escape characters '>', '<', however these are unescaped by build-command-templates, so the issue is mooted. One can see the single line changed in the XML by running the test case above; it is noted that some interface definitions already have a mixed use of, say, '>' and '>'.
Feature was present in 1.2 and until now not possible with nftables, so we keep the old CLI and just replace the engine for now. Adding the prefix option simply feels more complicated in terms of validation logic and scripting.
Since the current branch uses the kernel Linux 5.10+, I began to pay attention to the implementation of NPT again. At present, I have completed the following features:
@c-po Why not consider dnat prefix to? Maybe it's more convenient
Jan 19 2021
Preprocessing solution in testing here:
https://github.com/vyos/vyos-1x/compare/current...jestabro:override-default
Implemented on the 1.4 current branch, once the QAT issues are resolved for 5.10 Linux Kernel this can be backported after successful testing to 1.3 equuleus LTS branch.
Looks good. But maybe it is reasonable to change argument start-suppress-time to start-suppress because it is not a time, but penalty points
Bug with frr-reload.py script
Jan 18 2021
Possible reason in "reload section" frr.py + rpki
Jan 17 2021
Fixed in VyOS 1.4-rolling-202101171022
In addition
Thank you @craterman for starting testing of our new BGP implementation.