In T6108#179246, @Viacheslav wrote:There is no 1.3.7 version ;)
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Mar 7 2024
Mar 7 2024
GitHub <noreply@github.com> committed rVYOSONEXda759a46efaa: Merge pull request #3108 from dmbaturin/T6107-body-max-size (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXfcd2fc011019: Merge pull request #3107 from vyos/mergify/bp/sagitta/pr-3105 (authored by dmbaturin).
There is no 1.3.7 version ;)
khramshinr <khramshinr@gmail.com> committed rVYOSONEX2943d9bb0f65: vrrp: T6020: vrrp health-check script not applied correctly in keepalived.conf.
khramshinr <khramshinr@gmail.com> committed rVYOSONEXef5c61b26e60: vrrp: T6020: vrrp health-check script not applied correctly in keepalived.conf.
GitHub <noreply@github.com> committed rVYOSONEX311791ab5368: Merge pull request #2966 from HollyGurza/T6020 (authored by dmbaturin).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX53d3b79af19b: snmp: T2998: SNMP v3 oid "exclude" option fix (authored by natali-rs1985).
GitHub <noreply@github.com> committed rVYOSONEXe35041bd45ce: Merge pull request #3105 from natali-rs1985/T2998-current (authored by dmbaturin).
The issue persists in 1.3.4 too from what I have tested.
sarthurdev moved T6073: Conntrack/NAT not being disabled when VRFs are defined from In Progress to Finished on the VyOS 1.5 Circinus board.
GitHub <noreply@github.com> committed rVYOSONEX6e7e7842bc1b: Merge pull request #1740 from sarthurdev/tpm_luks (authored by dmbaturin).
sarthurdev changed the status of T6102: Clear dhcp-server lease throws python exception on 1.5-rolling from In progress to Needs testing.
@penetal please confirm that this is resolved.
jestabro changed the status of T6069: HTTP API segfault during concurrent configuration requests from Open to Needs reporter action.
Resolved in my tests using above reproducer; waiting for confirmation from submitter.
jestabro closed T5348: Service config-sync can freeze the secondary router if it has commit-archive location, a subtask of T775: Config Sync between two VyOS routers, as Resolved.
jestabro moved T6104: Regression in commit-archive for non-interactive configuration from Open to Finished on the VyOS 1.4 Sagitta board.
Apachez added a comment to T6107: Nginx does not allow big config queries for configure endpoint API.
While at it, whats the configured response time in nginx?
Viacheslav triaged T6107: Nginx does not allow big config queries for configure endpoint API as Normal priority.
Viacheslav changed the status of T6057: Add ability to disable syslog for conntrackd from In progress to Needs testing.
GitHub <noreply@github.com> committed rVYOSONEX423a25a814ca: Merge pull request #3104 from natali-rs1985/T6057-equuleus (authored by dmbaturin).
Viacheslav moved T6057: Add ability to disable syslog for conntrackd from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa1) board.
Viacheslav added a project to T6057: Add ability to disable syslog for conntrackd: VyOS 1.3 Equuleus (1.3.7).
@paigeadelethompson I've noticed that issue some weeks ago too. @n.fort is already trying to fix it - so VyOS team is working on it.
c-po moved T6095: Tab completion for "set interfaces wireless wlan0 country-code" incorrect country "uk" from Open to 1.4.0-epa1 on the VyOS 1.4 Sagitta board.
GitHub <noreply@github.com> committed rVYOSONEXf639e515676b: Merge pull request #3102 from vyos/mergify/bp/sagitta/pr-3100 (authored by c-po).
yzguy edited a custom field on T6105: Service HTTPS using ACME certificate does not present full chain.
yzguy updated the task description for T6105: Service HTTPS using ACME certificate does not present full chain.
yzguy updated the task description for T6105: Service HTTPS using ACME certificate does not present full chain.
yzguy updated the task description for T6105: Service HTTPS using ACME certificate does not present full chain.
yzguy updated the task description for T6105: Service HTTPS using ACME certificate does not present full chain.
yzguy updated the task description for T6105: Service HTTPS using ACME certificate does not present full chain.
Mar 6 2024
Mar 6 2024
GitHub <noreply@github.com> committed rVYOSONEX171ceda96321: Merge pull request #3101 from vyos/mergify/bp/sagitta/pr-3099 (authored by c-po).
SPINE-1 BGP config(JunOS):
set protocols bgp group UNDERLAY mtu-discovery set protocols bgp group UNDERLAY export FROM-UNDERLAY set protocols bgp group UNDERLAY local-as 4200020001 set protocols bgp group UNDERLAY graceful-restart disable set protocols bgp group UNDERLAY multipath multiple-as set protocols bgp group UNDERLAY bfd-liveness-detection minimum-interval 350 set protocols bgp group UNDERLAY bfd-liveness-detection multiplier 3 set protocols bgp group UNDERLAY neighbor 10.177.77.2 peer-as 4200030001 set protocols bgp group UNDERLAY neighbor 10.177.77.10 peer-as 4200030002 set protocols bgp group OVERLAY type internal set protocols bgp group OVERLAY local-address 10.177.75.1 set protocols bgp group OVERLAY family evpn signaling set protocols bgp group OVERLAY cluster 10.216.255.255 set protocols bgp group OVERLAY peer-as 64542 set protocols bgp group OVERLAY local-as 64542 set protocols bgp group OVERLAY multipath set protocols bgp group OVERLAY neighbor 10.177.75.3 description LEAF-1 set protocols bgp group OVERLAY neighbor 10.177.75.4 set protocols bgp group OVERLAY neighbor 10.176.75.1 set protocols bgp group OVERLAY neighbor 10.176.75.2 set protocols bgp group OVERLAY neighbor 10.177.75.5 description VyOS set protocols bgp group OVERLAY neighbor 10.176.75.3 description HV205 set protocols bgp log-updown
This is working frr configuration:
No, this is not correct for my set up. Configuration commited without error but lost peering
- Peer-group UNDERLAY - eBGP(directly connected peers)
- Peer-group OVERLAY - iBGP
sarthurdev changed the status of T6102: Clear dhcp-server lease throws python exception on 1.5-rolling from Open to In progress.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX48b97ec7504b: remote: T6104: fix logic of failure case in MissingHostKeyPolicy (authored by jestabro).
GitHub <noreply@github.com> committed rVYOSONEX38fdc27ee2b3: Merge pull request #3100 from jestabro/non-interactive-upload (authored by jestabro).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe4ef1cc967be: conntrack-sync: T6057: Add ability to disable syslog for conntrackd (authored by natali-rs1985).
GitHub <noreply@github.com> committed rVYOSONEX836adb807651: Merge pull request #3099 from natali-rs1985/T6057-current (authored by c-po).
c-po added a project to T6057: Add ability to disable syslog for conntrackd: VyOS 1.4 Sagitta (1.4.0-epa1).
GitHub <noreply@github.com> committed rVYOSONEX8e185b78a308: Merge pull request #3098 from vyos/mergify/bp/sagitta/pr-3088 (authored by c-po).
sarthurdev moved T6079: dhcp: migration fails for duplicate static-mapping from In Progress to Finished on the VyOS 1.5 Circinus board.
sarthurdev closed T6079: dhcp: migration fails for duplicate static-mapping, a subtask of T5787: dhcp-server allows duplicate static-mapping for the same IP address, as Resolved.
jestabro added a comment to T5348: Service config-sync can freeze the secondary router if it has commit-archive location.
This will be resolved after merging the PR for T6104.
natali-rs1985 changed the status of T2998: SNMP v3 oid "exclude" option doesn't work from Open to In progress.
natali-rs1985 changed the status of T6057: Add ability to disable syslog for conntrackd from Open to In progress.
jestabro triaged T6104: Regression in commit-archive for non-interactive configuration as High priority.
SrividyaA added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.
Tested in different possibilities:
n.fort changed the status of T6094: Destination Nat not Making Firewall Rules from In progress to Needs testing.
n.fort changed the status of T6061: connection-status nat destination firewall filter not working in 1.4.0-epa1 from In progress to Needs testing.
n.fort changed the status of T6075: Applying firewall rules with a non-existent interface group from In progress to Needs testing.
Viacheslav closed T6103: DHCP-server bootfile-name double slash syntax weird behaviour as Unknown Status.
Viacheslav triaged T6103: DHCP-server bootfile-name double slash syntax weird behaviour as Normal priority.
There is the task for the bug with "backslashes" T5996
SrividyaA changed the status of T6082: BGP doesn't allow the same local AS and remote AS in peer groups from Open to Confirmed.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXd2ce5c18498a: T6075: firewall and NAT: check if interface-group exists when using them in… (authored by n.fort).
GitHub <noreply@github.com> committed rVYOSONEX028fd9d9b40a: Merge pull request #3088 from nicolas-fort/T6075 (authored by dmbaturin).