- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Dec 2 2022
Dec 2 2022
fernando changed the status of T4854: BGP-route reflector allows to apply route-maps from Confirmed to In progress.
fett0 <fernando.gmaidana@gmail.com> committed rVYOSONEXfdeb731f831f: T4858: Fix l3vpn Route Distinguisher validator.
GitHub <noreply@github.com> committed rVYOSONEX71aecaa50fb2: Merge pull request #1688 from fett0/T4858 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX3ef14453e068: Merge pull request #1685 from sever-sever/T4805 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX1c792052d435: Merge pull request #1687 from sever-sever/T4825 (authored by c-po).
jestabro closed T4859: Correct calling of config mode script dependencies from http-api.py, a subtask of T4820: Support for inter-config-mode script dependencies, as Resolved.
jestabro closed T4859: Correct calling of config mode script dependencies from http-api.py as Resolved.
GitHub <noreply@github.com> committed rVYOSONEX8cdc6aea127c: Merge pull request #1689 from jestabro/config-script-dependency (authored by jestabro).
fernando changed the status of T4858: L3VPN- Route Distinguisher notations from Open to In progress.
jestabro triaged T4859: Correct calling of config mode script dependencies from http-api.py as Normal priority.
n.fort changed the status of T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?) from Unknown Status to Resolved.
We can do it the same way
vyos@r1# set service snmp oid-enable Possible completions: route-table Enable routing table OIDs (ipCidrRouteTable inetCidrRouteTable)
so by default they should be disabled
Error also present in vyos-1.4-rolling-202212020318
n.fort changed the status of T4857: SNMP - Implement FRR SNMP recommendations from Open to Confirmed.
Verify if you are trying to add a new vethX to exists pair (veth12 link to veth0 should be RaiseConfigerror)
set interfaces virtual-ethernet veth0 peer-name 'veth1' set interfaces virtual-ethernet veth1 peer-name 'veth0' set interfaces virtual-ethernet veth12 peer-name 'veth0' commit
commit
vyos@r1# commit
[ interfaces virtual-ethernet veth12 ]
{'ifname': 'veth12',
'other_interfaces': {'veth0': {'peer_name': 'veth1'},
'veth1': {'peer_name': 'veth0'},
'veth12': {'peer_name': 'veth0'}},
'peer_name': 'veth0'}
VyOS had an issue completing a command.Viacheslav changed the status of T4767: replace sh to Python (generate_ipsec_debug_archive.sh) from In progress to Needs testing.
Unknown Object (User) committed rVYOSONEX4245fd8fb105: T4767: Rewrite generate ipsec archive to python.
GitHub <noreply@github.com> committed rVYOSONEXaec5295551ef: Merge pull request #1646 from mkorobeinikov/4767py (authored by c-po).
Dec 1 2022
Dec 1 2022
jestabro closed T4847: Correct calling of config mode script dependencies from pki.py, a subtask of T4820: Support for inter-config-mode script dependencies, as Resolved.
GitHub <noreply@github.com> committed rVYOSONEX33c0d77bfa10: Merge pull request #1684 from jestabro/config-script-dependency (authored by c-po).
Nov 30 2022
Nov 30 2022
fernando changed the status of T4854: BGP-route reflector allows to apply route-maps from Open to Confirmed.
Viacheslav added a comment to T4850: Commit error - Could not get property: Failed to activate service 'org.freedesktop.hostname1':.
No, just try the latest rolling
There were a lot of changes/ bug fixed: etc since 2021
pratik.g added a comment to T4850: Commit error - Could not get property: Failed to activate service 'org.freedesktop.hostname1':.
@Viacheslav Can you point to any existing defect in which this issue was fixed to understand the root case and fix?
Viacheslav added a comment to T4850: Commit error - Could not get property: Failed to activate service 'org.freedesktop.hostname1':.
Outdated image 2021
Nov 29 2022
Nov 29 2022
jestabro closed T4845: Add smoketest to detect cycles in config-mode script dependency calls, a subtask of T4820: Support for inter-config-mode script dependencies, as Resolved.
jestabro closed T4845: Add smoketest to detect cycles in config-mode script dependency calls as Resolved.
Pull request: https://github.com/vyos/vyos-build/pull/288
a.apostoliuk changed the status of T3810: webproxy squidguard rules don't work properly after rewriting to python. from Needs testing to In progress.
Fixed in latest 1.4 rolling
GitHub <noreply@github.com> committed rVYOSONEX42ed0ae62021: Merge pull request #1683 from jestabro/config-script-dependency (authored by c-po).
Nov 28 2022
Nov 28 2022
jestabro triaged T4847: Correct calling of config mode script dependencies from pki.py as Normal priority.
jestabro renamed T4845: Add smoketest to detect cycles in config-mode script dependency calls from Add smoketest to detect cycles in config dependency calls to Add smoketest to detect cycles in config-mode script dependency calls.
jestabro added a comment to T4845: Add smoketest to detect cycles in config-mode script dependency calls.
GitHub <noreply@github.com> committed rVYOSONEX7573c7eb6fed: Merge pull request #1681 from dmbaturin/readme-update-test-2 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX2d1c72aa8f1f: Merge pull request #1680 from dmbaturin/readme-update-test (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX12305954d54a: Merge pull request #1682 from aapostoliuk/T4844-sagitta (authored by c-po).
jestabro triaged T4845: Add smoketest to detect cycles in config-mode script dependency calls as Normal priority.
a.apostoliuk changed the status of T4844: Incorrect permissions of the safeguard DB directory from Open to In progress.