Should probably add "-M rpki" permanently to FRR/bgp.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Sep 14 2023
Could the error from latest nightly be due to that rpki module isnt loaded for FRR/bgp?
@fernando This is really nice. Thank you for the testing!
Could https://vyos.dev/T2044 be related to the failed nightly build from last night?
Added PR here https://github.com/vyos/vyos-1x/pull/2263
Sep 13 2023
This is still the case in VyOS 1.5-rolling-202309130022:
Suggestion of "hidden" ruleset (visible when doing show firewall and show firewall statistics):
PR created: https://github.com/vyos/vyos-build/pull/406
Found out that mksquashfs supports -ef EXCLUDE_FILE as a file that (line by line) defines which files and directories to be excluded during creation of filesystem.squashfs. Adding -wildcard will make it possible to use wildcards within the EXCLUDE_FILE.
PR for 1.5: https://github.com/vyos/vyos-1x/pull/2256
PR updated: https://github.com/vyos/vyos-1x/pull/2255
Something like this console command but more handy in op-mode?
@sdev greats !!!
PR created: https://github.com/vyos/vyos-1x/pull/2255
Turns out that the values who override the vyos-config values are set in /etc/sysctl.d/30-vyos-router.conf:
I can confirm that setting these values AFTER boot (and doing commit) they will be properly set.
PR for 1.3.x https://github.com/vyos/vyatta-cfg-quagga/pull/102
PR for the current https://github.com/vyos/vyos-1x/pull/2252
Which VyOS 1.4-rolling will have the fixes made by FRRouting?
Turns out to exist an RFC for this regarding IPv6 along with a naming:
Sep 12 2023
command on 1.5 :
@Apachez note that all lb commands take --debug and --verbose: using 'lb build --debug' in scripts/build-vyos-image will output the full mksquashfs command.
@vfreex I've tested in my labs related this issues , I can confirm that it work as expected . this original zone solved the problem when there was a src-nat /dst-nat with different VRFs or leaking with them ,Thanks you for this contribution .
In T2405#159522, @Apachez wrote:Note that command = command.lstrip() for def cmd in python/vyos/utils/process.py was reverted yesterday.
Causes funny problems during smoketests.
Note that command = command.lstrip() for def cmd in python/vyos/utils/process.py was reverted yesterday.
I created a PR for Git support here: https://github.com/vyos/vyos-1x/pull/2241
I have created a PR upstream which hopefully resolves why the logging didnt work as expected in VyOS (since the binary_rootfs in vyos-live-build isnt used by the nightly build who uses vyos-build and the deb-package of live-build from Debian 12.x (bookworm)):
Sep 11 2023
100% agree. If this isn't too big of a hassle to implement, I would very much appreciate the approach/workaround of @Apachez, until nftables supports this feature ootb...
Checked with #netfilter irc-channel.