In T3338#87652, @zsdc wrote:Can you share details about your hypervisor and datasource? Also as the full Cloud-init log (/var/log/cloud-init.log)?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Feb 18 2021
Feb 18 2021
wsapplegate added a comment to T3338: Some Cloud-Init configurations can prevent login on the router.
olofl added a comment to T3341: Wrong behavior of the "reset vpn ipsec-peer XXX tunnel XXX" command.
I believe this is the behavior in 1.2.6 aswell?
And I think its not even possible to reset one peer?
So, reset vpn ipsec-peer XXX is broken
as well as reset vpn ipsec-peer XXX tunnel YYY
jestabro changed Is it a breaking change? from none to compatible on T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
jestabro moved T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts from In Progress to Finished on the VyOS 1.3 Equuleus board.
jestabro moved T3302: Make vyos-configd relay stdout from scripts to the user's console from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
jestabro closed T3302: Make vyos-configd relay stdout from scripts to the user's console, a subtask of T2347: During commit, any script output directed to stdout will contain path, as Unknown Status.
jestabro closed T3302: Make vyos-configd relay stdout from scripts to the user's console as Unknown Status.
GitHub <noreply@github.com> committed rVYOSONEXd3c9a52e8788: Merge pull request #734 from jestabro/T3302 (authored by jestabro).
If this package supports all existing setups and the GRE usecase I see no reason to not replace it. @basalblas PR is happily accepted.
Can you share details about your hypervisor and datasource? Also as the full Cloud-init log (/var/log/cloud-init.log)?
Either datasource generates a wrong config, either the format is not well described in the Cloud-init documentation - there noted that: "gateway: IPv4 address of the default gateway for this subnet". I more believe in the wrong documentation, but would be better to check.
Independently of this all, the situation is not good, because we need to verify values that put into config. So, this will be fixed in one or another way (proper adding or drop), when we figure out details.
c-po renamed T3238: Update Linux Kernel to v4.19.178 from Update Linux Kernel to v4.19.169 to Update Linux Kernel to v4.19.176.
So I'm unsure how to rewrite that in a clean way, and I would appreciate your and @c-po's opinions on the subject
dhcp-helper is working perfectly fine with GRE tunnels, see my feature request https://phabricator.vyos.net/T3340
basalblas added a project to T3340: Add dhcp-helper package to replace ISC DHCP Relay: VyOS 1.3 Equuleus.
Keep in mind you cannot run dhcp-helper and ISC DHCP server at the same time on a single router. The Vyos CLI should not allow this.
dmbaturin renamed T2759: validate-value prints error messages from validators that fail even if overall validation succeeds from XML: router-advert, bgp: multiple different validators cause error message to pop up even if syntax is valid to validate-value prints error messages from validators that fail even if overall validation succeeds.
jestabro moved T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts from Open to Finished on the VyOS 1.4 Sagitta board.
Well, they do work together.
In T2898#87573, @jack9603301 wrote:@wsapplegate Have you finished a patch yet?
jack9603301 reopened T2898: Support NDP proxy, a subtask of T2518: Add support for IPv6 NAT (NPTv6), as Open.
jack9603301 reopened T2898: Support NDP proxy, a subtask of T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring, as Open.
@c-po What do you think?
In T2898#80264, @c-po wrote:That we can deal with later on when it‘s needed
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.98 / 5.10.16 to Update Linux Kernel to v5.4.99 / 5.10.17.
Yep, got bitten by that too. It's due to some interface types being absent from src/validators/interface-name. Luckily, the solution is pretty easy, here's a patch which adds l2tpeth and friends to that validator:
120-fix_interface_validator.patch501 BDownload
wsapplegate updated the task description for T3334: Changing serial settings from a serial console ends session abruptly.
wsapplegate updated the task description for T3334: Changing serial settings from a serial console ends session abruptly.
wsapplegate updated the task description for T3334: Changing serial settings from a serial console ends session abruptly.
Feb 17 2021
Feb 17 2021
jestabro added a comment to T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
@pasik I should have a fix committed soon; thanks for the report !
pasik added a comment to T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
jestabro changed the status of T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts from Open to In progress.
jestabro added a comment to T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
This actually has nothing to do with the http api, but rather is a deadlock coming from ConfigSession show_config(), namely, the use of Popen.wait() in __run_command().
SrividyaA closed T3047: OSPF : virtual-link and passive-interface default parameters does not work together as Resolved.
This issue has been fixed in this commit: https://github.com/vyos/vyos-1x/commit/0fb5cc02c6c16ef410c1b1f746c1fbfbc40a0da0
sever-sever <v.gletenko@vyos.io> committed rVYOSONEX1a74e6b3ce06: squid: T3299: Add listen address 0.0.0.0.
GitHub <noreply@github.com> committed rVYOSONEX4cdfb1f0be74: Merge pull request #728 from sever-sever/T3299 (authored by c-po).
Viacheslav added a parent task for T3330: Bgp capability orf prefix-list fail: T2174: Rewrite protocol BGP to new XML/Python style.
dmbaturin changed the status of T3329: "system conntrack ignore" rules can no longer be created due to an iptables syntax change from Open to Needs testing.
Viacheslav added a parent task for T3328: Bgp not possible to delete bgp route-map : T2174: Rewrite protocol BGP to new XML/Python style.
@dmbaturin @zsdc Perhaps we could discuss the possibility of changing the dhcp(v6) server to a better server (and what feature changes might exist), which I hope will address the older ISC's better support for interfaces such as PPPOE and the latest dhcp(v6) standard
DHCPd shold be vonsistent for both v4 and v6 - running different daemons is simply bad.
Viacheslav added a parent task for T3325: Bgp listen-range wrong commit message: T2174: Rewrite protocol BGP to new XML/Python style.
varesa added a comment to T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
GDB however tells a different story:
vyos@vyos# ps aux | grep cli root 1624 0.1 1.9 35212 19508 ? S 12:11 0:00 /bin/cli-shell-api showConfig root 1684 0.0 0.5 9492 5720 ? Ss Feb16 0:00 /sbin/dhclient -4 -nw -cf /var/lib/dhcp/dhclient_eth0.conf -pf /var/lib/dhcp/dhclient_eth0.pid -lf /var/lib/dhcp/dhclient_eth0.leases eth0 vyos 2534 0.0 0.0 6084 892 pts/0 S+ 12:22 0:00 grep cli
Viacheslav added a subtask for T2174: Rewrite protocol BGP to new XML/Python style: T3324: Bgp space in the password.
Viacheslav added a parent task for T3324: Bgp space in the password: T2174: Rewrite protocol BGP to new XML/Python style.
varesa added a comment to T3259: many dnat rules makes the vyos http api crash, even showConfig op timeouts.
Seems like the issue manifests in cnode-algorithm.cpp:_diff_print_indent:
Viacheslav added a parent task for T3323: Bgp ttl-security and ebgp-multihop fail: T2174: Rewrite protocol BGP to new XML/Python style.
Viacheslav changed Version from - to VyOS 1.4-rolling-202102162107 on T3321: Bgp not possible to use internal|external remote as.
Viacheslav changed the subtype of T3321: Bgp not possible to use internal|external remote as from "Feature Request" to "Bug".