as stated before, in 1.4 now it's possible to specify corresponding interface.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 12 2023
Bug introduced in 1.3.x with upgrade of FastAPI framework in:
https://vyos.dev/T5176
Yes; it was not evident in 1.3.x until the upgrade of the FastAPI framework for
https://vyos.dev/T5176
and will be backported.
Jul 11 2023
We will not update FRR to 8.x for 1.3 LTS releases.
Closed for 1.3 too, because FRR version used in 1.3 doesn't support the feature
Jul 6 2023
https://github.com/vyos/vyatta-cfg-quagga/pull/100 I have tried to fixed it. Works on my local system.
But need migration script.
Jul 3 2023
Jul 1 2023
Jun 30 2023
Jun 27 2023
Jun 26 2023
PR for equulues https://github.com/vyos/vyos-1x/pull/2058
Jun 25 2023
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2057
Jun 23 2023
Jun 21 2023
Jun 12 2023
Jun 9 2023
Jun 8 2023
PR for VyOS 1.3 branch https://github.com/vyos/vyos-build/pull/358
PR for VyOS 1.3 branch https://github.com/vyos/vyos-build/pull/358
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="interfaces">
<properties>
<help>Show network interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_summary</command>
<children>
<leafNode name="counters">
<properties>
<help>Show network interface counters</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_counters</command>
</leafNode>
<leafNode name="detail">
<properties>
<help>Show detailed information of all interfaces</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show</command>
</leafNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>Jun 7 2023
PR for VyOS 1.3 https://github.com/vyos/vyatta-wanloadbalance/pull/19
May 31 2023
May 28 2023
PR for VyOS 1.3 LTS branch https://github.com/vyos/vyos-1x/pull/2019
May 24 2023
May 23 2023
May 22 2023
May 21 2023
Apr 13 2023
Self-configuration of the http-api calls a service restart from the config mode script: some re-configuration should be possible without restart; the remaining should provide an explanatory 'success' response. Move to high-priority to address.
This is available in Sagitta thanks to the PKI subsystem; backport depends on backport of that subsystem.