Using the mentioned defaults in https://tools.ietf.org/html/rfc3414#appendix-A.3.2
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 7 2020
This somehow relates to T2651
The reason this is failing is VyOS 1.2 lacks proper input validation on the loglevel nodes.
Jul 6 2020
So should be cherry-pick this to 1.2.6?
Jul 5 2020
Just digging around I found this:
There is already a new build containing the fix.
@Viacheslav could you please check if this probably should make it into 1.2.6 in addition?
Problem was introduced by porting PPPoE to the get_config_dict() implementation T2653 commit https://github.com/vyos/vyos-1x/commit/65fa21f5
Does DNS static-host-mapping still work with the nssswich.conf change? I‘m just curious about the side effects.
Jul 4 2020
Somehow I do not want to change the overall system behavior by altering nsswitch.conf. I wonder if we should not enable "disable-host-ookups" by default as an IP address is in the end more useful then a resolved PTR. A PTR record can be changed later on when dissecting the logfiles but an IP lookup should stay longer.
Linux tries to bind SSHd to the VRF but it is yet not ready. After restarting SSH to often (rate-limiting) it is blocked.
Changing the systemd defaults is a thing I hesitate to do! It will have a ton of unexpected sideeffects. I guess you have an error in your entire setup as multiple sites of mine work flawlessly
I found that I had disable-host-validation configured and as soon as I removed it it happened to me, too. Changing task priority.
I have checked with a v4/v6 full table router and VyOS 1.2.5 - each SSH session will consume 7MiB which semms okay for me.
Availible in keepalived, thus kt could be considered for 1.3
Jul 3 2020
Again, please always attach a configuration file
I use myself a "cleanup" function, imagine:
In T2674#69525, @jack9603301 wrote:I wish you success in advance. Porting and compiling has always been a large-scale application project, which may take a lot of time. However, in addition to rewriting and porting related code to a more portable language, we can also try to transplant and cross build the existing old code first. Of course, this is only the first step. If possible, porting the code base has made it easier for the code base to be transplanted Meaningful.
As "ip" is an invalid key in "vif" (as its no VLAN number) it should not be part of the default dict I guess - same for vif_s
porting half of an operating system to a different architecture is far from easy. Right now VyOS still has a lot of the old Vyatta codebase in it. As we are more and more in the process of migrating this to a Python based codebase it will still take some time. To be fair I stater a project some time back to port VyOS on an EdgeROuterPro (https://github.com/c-po/vy-project) and at least "it booted" but I then switched my focus to VyOS first - so by migrating th ecodebase to our own vyos-1x based Python implementation it will become easier in the future to port it to other operating systems as there is less code, less packages to port.
Jul 2 2020
As always, please provide your config and probably a way to reproducs.
Jul 1 2020
The login banner was always user configurable, see https://docs.vyos.io/en/latest/system/user-management.html?highlight=banner#login-banner
Jun 30 2020
Jun 28 2020
Jun 27 2020
@elbandi could you please submit a PR?
We should make this a default option, not much functions using it and also it makes no sense to be to use the "flattened" dict as it can't be merged with a dict from `get_config_dict()
Maybe you mind sharing your configuration so it can be reproduced.