No doubt that there are other use cases.
since 1.2 LTS, we received zero requests from customers about adding UPnP, hence, don't see any value in it
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 14 2024
In T5835#187910, @syncer wrote:@aidan-gibson main use case is games typically, which is not in priority for us
@aidan-gibson It's never worked, and demand is slim to none
main use case is games typically, which is not in priority for us
bruh
Why just not sign repositories?
I updated to version VyOS 1.5-rolling-202405121403 and the open-vm-tools are working again.
May 13 2024
Many thanks. I think it was actually fixed earlier than 1.3.7 - I've been using VRF to allow SSH access only from a separate private management network, on a router that routes only public IP addresses (BGP, OSPF, PPPoE) otherwise, since about 1.3.5 or so.
Thanks for the comment! I'm responding on the github page so we aren't in two places at once.
As already commented in the PR itself:
Hard agree with the points Apachez made above, the packages should be added. I tried adding the packages to vyos-1x/debian/control and vyos-build/data/live-build-config/archives/trixie.list.chroot + vyos-build/data/live-build-config/archives/trixie.pref.chroot without any luck. Perhaps it was an issue with my docker setup or something similarly silly (I am very new to VyOS) but I am not sure how to add these packages. Any ideas?
@dmbaturin, I propose removal of upnp stuff from 1.5 and 1.4
(commenting as the root cause of this issue ;) While one could argue that you could configure the other FRR not to use multi-topology, some devices might use IS-IS multi-topology as the default setting, so it would be nice to have it tunable.
The original feature/bug is solved
The stop script executed is executing.
The locks are a separate task/bug.
I changed the stop script to this:
#!/bin/vbash
Any update on this PR? (thanks for the work put into this!!)
Checking a recent 1.5 build (1.5-rolling-202405090225), I do not see the discrepancy mentioned in the description: the result for 1.5 is also (just) missing vif entries, and one can observe that the syntax error in vif 2 causes cascading syntax errors in the other vif sections.
The following script recreates the effect of the XorpConfigParser:
May 12 2024
Migration requires the config file to be in the standard syntax, such as produced by the system itself (set/del; commit; save) --- in this case, a configuration that can be loaded and saved on VyOS 1.3.5 would not be missing braces as above. If one needs to hand edit a config file, at the very least one needs to load/save on the source system before migration. The only weird corner case, linked above, is when a change of mac address triggers a rewrite by the ealry-legacy parser (only used in <= 1.3.x, and only in one remaining place in 1.3.x: vyatta_interface_rescan) --- that does produce incorrect syntax and is a known problem as described in the comment in T5611; that case is also restored by saving the config on the source image before system update and the resulting migration on reboot.
May 11 2024
I've tested and now is working correctly :
add documentation : https://github.com/vyos/vyos-documentation/pull/1444
May 10 2024
This would be a great feature to have. I ran into this the other day and found out via slack single-quotes works, but only for a one-liner. ex. set route-target vpn import '65000:1 65000:2'.
This will be possible after subtask T6006, for 1.5; backport can be considered at that time, but for now limit tags to Circinus.