Page MenuHomeVyOS Platform
Feed All Stories

Jul 8 2022

dsummers updated the task description for T4520: Incorrect addresses returned with interaction of static /etc/hosts with DNS64.
Jul 8 2022, 7:46 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
dsummers created T4520: Incorrect addresses returned with interaction of static /etc/hosts with DNS64.
Jul 8 2022, 7:44 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T2664: vyos-hostsd overriding dns forward configuration as Wontfix.
Jul 8 2022, 5:57 PM · VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID.

You can get duid data from python
https://github.com/vyos/vyos-1x/blob/44b1bdd3273dce4e74a5474c401ac7107950635b/src/op_mode/show_dhcpv6.py#L95-L97
Replace format_hex_string(lease.host_identifier_string) to `lease.duid
and lease_display_fields['iaid_duid'] = 'IAID_DUID'
https://github.com/vyos/vyos-1x/blob/44b1bdd3273dce4e74a5474c401ac7107950635b/src/op_mode/show_dhcpv6.py#L44

Jul 8 2022, 5:47 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a project to T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID: VyOS 1.3 Equuleus.
Jul 8 2022, 5:31 PM · VyOS 1.4 Sagitta (1.4.0-GA)
dsummers updated the task description for T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID.
Jul 8 2022, 5:28 PM · VyOS 1.4 Sagitta (1.4.0-GA)
dsummers updated the task description for T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID.
Jul 8 2022, 5:27 PM · VyOS 1.4 Sagitta (1.4.0-GA)
dsummers added a comment to T160: Support NAT64.

I've been running TAYGA inside VyOS with absolutely no problems for the last several years.

Jul 8 2022, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
dsummers created T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID.
Jul 8 2022, 5:09 PM · VyOS 1.4 Sagitta (1.4.0-GA)
zsdc changed the status of T4516: Rewrite system image manipulation tools in Python from Open to In progress.
Jul 8 2022, 4:46 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
vfreex added a comment to T160: Support NAT64.

I would suggest going with tayga if this feature is planned to be implemented.

Jul 8 2022, 4:33 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
srnoth added a comment to T2664: vyos-hostsd overriding dns forward configuration.

As we have the 1.3 LTS release (where it is fixed) I propose to close it.
It is a big change for 1.2 that we should avoid.

Jul 8 2022, 2:11 PM · VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T2664: vyos-hostsd overriding dns forward configuration.

As we have the 1.3 LTS release (where it is fixed) I propose to close it.
It is a big change for 1.2 that we should avoid.

Jul 8 2022, 2:09 PM · VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T4518: Add XML for CLI conf mode load-balancing wan .

PR https://github.com/vyos/vyos-1x/pull/1403

Jul 8 2022, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4518: Add XML for CLI conf mode load-balancing wan , a subtask of T4470: Rewrite load-balancing wan to XML/Python, from Open to In progress.
Jul 8 2022, 10:07 AM · VyOS 1.5 Circinus
Viacheslav changed the status of T4518: Add XML for CLI conf mode load-balancing wan from Open to In progress.
Jul 8 2022, 10:07 AM · VyOS 1.4 Sagitta
Viacheslav created T4518: Add XML for CLI conf mode load-balancing wan .
Jul 8 2022, 7:54 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4511: IPv6 DNS lookup: VyOS 1.4 Sagitta.
Jul 8 2022, 6:38 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
dsummers added a comment to T4511: IPv6 DNS lookup.

I downloaded

Jul 8 2022, 2:12 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Jul 7 2022

vfreex added a comment to T4517: ip: Add options to enable directed broadcast forwarding.

PR https://github.com/vyos/vyos-1x/pull/1402

Jul 7 2022, 7:01 PM · VyOS 1.4 Sagitta
vfreex created T4517: ip: Add options to enable directed broadcast forwarding.
Jul 7 2022, 6:57 PM · VyOS 1.4 Sagitta
zsdc created T4516: Rewrite system image manipulation tools in Python.
Jul 7 2022, 6:32 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav claimed T4503: Prevent op mode scripts from restarting services if there's a commit in progress.
Jul 7 2022, 6:21 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4503: Prevent op mode scripts from restarting services if there's a commit in progress from Open to Needs testing.
Jul 7 2022, 6:21 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4515: Reduce telegraf binary size.

Output plugins that we use in 1.4

"github.com/influxdata/telegraf/plugins/outputs/azure_data_explorer"
"github.com/influxdata/telegraf/plugins/outputs/influxdb_v2"
"github.com/influxdata/telegraf/plugins/outputs/prometheus_client"
"github.com/influxdata/telegraf/plugins/outputs/http"
Jul 7 2022, 6:03 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4411: Add migration for service monitoring telegraf influxdb.

PR https://github.com/vyos/vyos-1x/pull/1401

Jul 7 2022, 5:53 PM · VyOS 1.4 Sagitta
vfreex added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

@c-po I opened https://github.com/vyos/vyos-documentation/pull/805

Jul 7 2022, 5:52 PM · VyOS 1.4 Sagitta
c-po closed T4509: Feature Request: DNS64 as Resolved.
Jul 7 2022, 2:43 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po claimed T4515: Reduce telegraf binary size.
Jul 7 2022, 2:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages as Resolved.
Jul 7 2022, 2:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
sarthurdev triaged T4515: Reduce telegraf binary size as Wishlist priority.
Jul 7 2022, 11:01 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav updated the task description for T4411: Add migration for service monitoring telegraf influxdb.
Jul 7 2022, 10:24 AM · VyOS 1.4 Sagitta
c-po added a comment to T4509: Feature Request: DNS64.

Feature backport: https://github.com/vyos/vyos-1x/pull/1400

Jul 7 2022, 10:10 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4509: Feature Request: DNS64 from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 7 2022, 9:51 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po assigned T4509: Feature Request: DNS64 to Viacheslav.
Jul 7 2022, 9:51 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4509: Feature Request: DNS64 from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 7 2022, 9:51 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4511: IPv6 DNS lookup.

@dsummers I strongly believe we should not publish bleeding edge HEAD revisions and stick bleeding edge releases only.

Jul 7 2022, 6:35 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Jul 6 2022

dsummers added a comment to T4511: IPv6 DNS lookup.

After doing some research, it appears this is a known bug in PowerDNS Recursor 4.7 (amazing to me).

Jul 6 2022, 9:33 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
lue30499 added a comment to T2196: Dynamic ipv4 interface list hairpin.

This feature would be very helpfull for hairpin nat as we can see from the mentions.
Might also be helpfull for ipv6 as well.
I am aware its a different product but edgeos from ubiquiti does something like this (looks to be a managed address group that populates dynamically) for nat and fw:

Jul 6 2022, 9:15 PM · VyOS 1.5 Circinus
dsummers added a comment to T4509: Feature Request: DNS64.
Jul 6 2022, 8:19 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

Confirmed working on "current" branch.

Jul 6 2022, 8:18 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4511: IPv6 DNS lookup.

Is anyone else seeing this same problem? It is keeping me from being able to use VyOS in an IPv6-only environment.

Jul 6 2022, 7:34 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

OK, I just noticed the merge to "current" branch.

Jul 6 2022, 5:09 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dsummers added a comment to T4509: Feature Request: DNS64.

I'd be glad to help test it, but I checked the repos and didn't see where it got merged in?

Jul 6 2022, 4:10 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4381: OpenVPN: Add "Tunnel IP" column in "show openvpn server" operational command from In progress to Needs testing.
Jul 6 2022, 4:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
sarthurdev added a comment to T4250: Organize logrotate settings to avoid duplicates.

I think there's still a problem possible with /var/log/messages handling:

Jul 6 2022, 3:50 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4500: Missing firewall logs from Confirmed to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/1398

Jul 6 2022, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav closed T4514: Interface pseudo-ethernet is broken as Invalid.

I re-created a new VM and it is Not reproducing
I closed it

Jul 6 2022, 3:44 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T4503: Prevent op mode scripts from restarting services if there's a commit in progress.

PR https://github.com/vyos/vyos-1x/pull/1397

Jul 6 2022, 3:39 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4514: Interface pseudo-ethernet is broken.

Interface virtio

vyos@r1# run show interfaces ethernet eth1 physical 
Settings for eth1:
        Supported ports: [ ]
        Supported link modes:   Not reported
        Supported pause frame use: No
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  Not reported
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: Other
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Link detected: yes
Ring parameters for eth1:
Pre-set maximums:
RX:             256
RX Mini:        0
RX Jumbo:       0
TX:             256
Current hardware settings:
RX:             256
RX Mini:        0
RX Jumbo:       0
TX:             256
Jul 6 2022, 3:08 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T4514: Interface pseudo-ethernet is broken.
Jul 6 2022, 3:01 PM · VyOS 1.3 Equuleus (1.3.0)
sarthurdev changed the status of T4500: Missing firewall logs from Open to Confirmed.

Confirmed issue, seems to be a problem in rsyslog/logrotate. Possibly related to T4250

Jul 6 2022, 2:50 PM · VyOS 1.4 Sagitta
Viacheslav closed T4299: Firewall - GeoIP filtering as Resolved.
Jul 6 2022, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav updated subscribers of T3933: The firewall does not filter incoming traffic on the interface with vrf..

@Viacheslav I tested your fix in my environment. The inbound filtering worked as expected after the fix. However it did not work correctly for the case we where we want both inbound and outbound firewalls on a single vrf member interface (or any case that has more than 2 directions on the same interface).

table ip filter {
	chain VYOS_FW_LOCAL {
		type filter hook input priority filter; policy accept;
		oifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO # <<< Problem here, oifname should be eth0, not vrf name
		iifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO
		jump VYOS_POST_FW
	}
...
	chain NAME_FOO {
		ip saddr 8.8.8.8 counter packets 79 bytes 6636 drop comment "FOO-10"
		counter packets 3 bytes 984 return comment "FOO default-action accept"
	}
}
Jul 6 2022, 12:47 PM · Restricted Project, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
Viacheslav moved T4513: Webproxy monitor commands do not work from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 6 2022, 12:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4513: Webproxy monitor commands do not work from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 6 2022, 12:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk closed T4513: Webproxy monitor commands do not work as Resolved.
Jul 6 2022, 12:32 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4513: Webproxy monitor commands do not work.

@a.apostoliuk Could you create PR for 1.3?

Jul 6 2022, 12:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav edited projects for T4513: Webproxy monitor commands do not work, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus.
Jul 6 2022, 12:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4513: Webproxy monitor commands do not work from Open to In progress.

Pull request for VyOS 1.4

Jul 6 2022, 12:01 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk edited projects for T4513: Webproxy monitor commands do not work, added: VyOS 1.3 Equuleus; removed VyOS 1.3 Equuleus ( 1.3.1).
Jul 6 2022, 11:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4509: Feature Request: DNS64 from Open to Needs testing.
Jul 6 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
diekos added a comment to T4299: Firewall - GeoIP filtering.

I see that the pull request was accepted. I just tested it with the latest rolling and it seems to work as expected.
Thanks a lot!

Jul 6 2022, 8:44 AM · VyOS 1.4 Sagitta
a.apostoliuk claimed T4513: Webproxy monitor commands do not work.
Jul 6 2022, 8:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk created T4513: Webproxy monitor commands do not work.
Jul 6 2022, 8:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Jul 5 2022

sarthurdev closed T478: Firewall address group (multi and nesting), a subtask of T2199: Rewrite firewall in new XML/Python style, as Resolved.
Jul 5 2022, 11:41 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
sarthurdev closed T478: Firewall address group (multi and nesting) as Resolved.
Jul 5 2022, 11:41 PM · VyOS 1.4 Sagitta
dsummers added a comment to T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name..

Confirmed that issue is resolved.

Jul 5 2022, 6:55 PM · VyOS 1.3 Equuleus (1.3.2)
sarthurdev changed the status of T4512: enable-default-log on zone-policy from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/1394

Jul 5 2022, 6:08 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T4512: enable-default-log on zone-policy from Open to In progress.
Jul 5 2022, 5:27 PM · VyOS 1.4 Sagitta
Viacheslav moved T4507: IPoE-server add multiplier option for shaper from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4507: IPoE-server add multiplier option for shaper: VyOS 1.3 Equuleus (1.3.2).
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4373: PPPoE-server add multiplier option for shaper from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jul 5 2022, 1:24 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4507: IPoE-server add multiplier option for shaper.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1392

Jul 5 2022, 1:23 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4373: PPPoE-server add multiplier option for shaper.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1392

Jul 5 2022, 1:23 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
pragmattic created T4512: enable-default-log on zone-policy.
Jul 5 2022, 12:32 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4373: PPPoE-server add multiplier option for shaper: VyOS 1.3 Equuleus (1.3.2).
Jul 5 2022, 12:30 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4429: Ability to detect external IP address from op-mode as Invalid.

Closed
https://github.com/vyos/vyos-1x/pull/1384

Jul 5 2022, 10:52 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav placed T4429: Ability to detect external IP address from op-mode up for grabs.
Jul 5 2022, 10:45 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4378: Unable to submit wildcard ("*.example.com") A or AAAA records in dns forwarder as Resolved.
Jul 5 2022, 10:33 AM · VyOS 1.4 Sagitta
c-po closed T2654: Multiple names unable to be assigned to the same static mapping as Resolved.
Jul 5 2022, 10:31 AM · VyOS 1.3 Equuleus (1.3.2)
c-po closed T2683: no dual stack in system static-host-mapping host-name as Resolved.
Jul 5 2022, 10:30 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name. as Resolved.
Jul 5 2022, 10:30 AM · VyOS 1.3 Equuleus (1.3.2)
sandwichdoge added a comment to T2612: HTTPS API, changing API key fails but goes through.

I dug a little deeper, it appears that calling 2 http APIs in parallel results in vyos-http-api library crash.

Jul  5 08:47:39 cxr vyos-http-api[107198]: Configuration modified via HTTP API using key 'ccube-dev'
Jul  5 08:47:39 cxr vyos-http-api[107198]: INFO:     None:0 - "POST /configure HTTP/1.0" 200 OK
Jul  5 08:47:39 cxr netplugd[907]: br4: can't get flags: No such device
Jul  5 08:47:39 cxr vyos-http-api[107198]: processing form data
Jul  5 08:47:39 cxr netplugd[907]: br4: can't get flags: No such device
Jul  5 08:47:39 cxr netplugd[907]: message repeated 3 times: [ br4: can't get flags: No such device]
Jul  5 08:47:39 cxr netplugd[907]: br5: can't get flags: No such device
Jul  5 08:47:39 cxr netplugd[907]: br4: can't get flags: No such device
Jul  5 08:47:39 cxr netplugd[907]: message repeated 27 times: [ br4: can't get flags: No such device]
Jul  5 08:47:40 cxr vyos-http-api[107198]: INFO:     None:0 - "POST /config-file HTTP/1.0" 200 OK
Jul  5 08:47:40 cxr vyos-http-api[107198]: processing form data
Jul  5 08:47:40 cxr vyos-http-api[107198]: INFO:     None:0 - "POST /retrieve HTTP/1.0" 400 Bad Request
Jul  5 08:47:40 cxr vyos-http-api[107198]: processing form data
Jul  5 08:47:40 cxr vyos-http-api[107198]: processing form data
Jul  5 08:47:40 cxr ntpd[3893]: Listen normally on 87 vti1 169.254.231.46:123
Jul  5 08:47:40 cxr ntpd[3893]: new interface(s) found: waking up resolver
Jul  5 08:47:41 cxr kernel: [104872.825731] vyos-http-api-s[107280]: segfault at 1020 ip 00007f792d30391d sp 00007f792dce93e0 error 4 in libvyosconfig.so.0[7f792d2ae000+10c000]
Jul  5 08:47:41 cxr kernel: [104872.825745] Code: 20 48 83 c4 08 c3 e8 f2 d9 fa ff eb c6 48 83 ec 48 48 8b 40 10 48 89 44 24 18 48 8b 40 20 48 8b 58 20 48 8b 5b 20 48 8b 7b 20 <48> 8b 77 20 48 89 74 24 10 48 8b 56 20 48 89 54 24 20 48 8b 7f 08
Jul  5 08:47:41 cxr kernel: [104872.833057] net_ratelimit: 24 callbacks suppressed
Jul  5 08:47:41 cxr kernel: [104872.833059] IPv4: martian source 10.10.10.18 from 10.10.10.1, on dev eth2
Jul  5 08:47:41 cxr kernel: [104872.833061] ll header: 00000000: ff ff ff ff ff ff 6a 2c d7 cd 51 fd 08 06
Jul  5 08:47:41 cxr systemd[1]: vyos-http-api.service: Main process exited, code=killed, status=11/SEGV
Jul 5 2022, 9:39 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sandwichdoge added a comment to T2612: HTTPS API, changing API key fails but goes through.

I'm also getting the same error when calling the https API from localhost. In my case it only happens occasionally.

Jul 5 2022, 7:20 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name. from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 5 2022, 7:06 AM · VyOS 1.3 Equuleus (1.3.2)
c-po changed the status of T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name. from Open to In progress.
Jul 5 2022, 7:06 AM · VyOS 1.3 Equuleus (1.3.2)
c-po added a comment to T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name..

Will be resolved in https://github.com/vyos/vyos-1x/pull/1391

Jul 5 2022, 7:06 AM · VyOS 1.3 Equuleus (1.3.2)
c-po added a comment to T2654: Multiple names unable to be assigned to the same static mapping.

PR (backport) for 1.3 https://github.com/vyos/vyos-1x/pull/1391

Jul 5 2022, 7:05 AM · VyOS 1.3 Equuleus (1.3.2)
c-po moved T2654: Multiple names unable to be assigned to the same static mapping from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2)
c-po claimed T2654: Multiple names unable to be assigned to the same static mapping.
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2)
c-po moved T2683: no dual stack in system static-host-mapping host-name from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po changed the status of T2683: no dual stack in system static-host-mapping host-name from Backport candidate to In progress.
Jul 5 2022, 7:04 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T2683: no dual stack in system static-host-mapping host-name .

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1391

Jul 5 2022, 7:03 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po edited projects for T2654: Multiple names unable to be assigned to the same static mapping, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus (1.3.0).
Jul 5 2022, 6:57 AM · VyOS 1.3 Equuleus (1.3.2)
sccfit added a comment to T4471: Explicit declare root domain in static-host-mapping.

Sorry just to clarify these are mostly web domains, not DCs, so there is no DNS running on them just HTTP.

Jul 5 2022, 4:51 AM · VyOS 1.4 Sagitta

Jul 4 2022

dsummers created T4511: IPv6 DNS lookup.
Jul 4 2022, 9:47 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
dsummers created T4510: set system static-host-mapping doesn't allow IPv4 and IPv6 for same name..
Jul 4 2022, 8:43 PM · VyOS 1.3 Equuleus (1.3.2)
Cheeze_It updated subscribers of T4257: Discussion on changing BGP autonomous system number syntax.

I wanted to ask you guys if this is an appropriate change to make. Considering it's on BGP, it's going to be a change in a crucial part but I think this one is probably a good one to make just to reduce ambiguity.

Jul 4 2022, 8:05 PM · VyOS 1.4 Sagitta
c-po moved T4456: NTP client in VRF tries to bind to interfaces outside VRF, logs many messages from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
Jul 4 2022, 6:42 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta