Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-30 | T5411: remove all remaining monitor background code | Christian Breunig | |
2023-07-29 | T3355: migrate "show dhcp client" commands to vyos-1x | Christian Breunig | |
2023-07-28 | T5411: remove node.def from show tree - provided by vyos-1x | Christian Breunig | |
2023-07-27 | T5411: remove old background monitor implementation | Christian Breunig | |
Old Vyatta had a possibility to issue log entries to the users console based on a service. Examples: * monitor dhcp background start | stop * monitor lldp background start | stop * monitor openvpn background start | stop Somehow they not seem to work properly anymore (we are not certain if they ever did work properly) The maintainers decided to drop the op-mode CLI nodes from vyatta-op package in order to get rid of all the legacy code. In a subsequent task we might wan't to re-add this capability under the more "industry standard" command terminal monitor. | |||
2023-03-30 | interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1x | John Estabrook | |
2023-03-28 | interfaces: T4885: remove templates now handled by vyos-1x | John Estabrook | |
2022-08-30 | op-mode: T4606: Fix monitor nat src|dst translation | Viacheslav Hletenko | |
A quick fix for "monitor nat source|destination translations" Due to old Perl script "vyatta-nat-translations.pl" was deleted and to return it requires an additional Perl packages (XML::Simple module) There is no sense to do it until we'll rewrite it to Python So a compromise solution is show conntrack events 'conntrack' itself | |||
2022-07-07 | monitor: dns: T2488: moved to vyos-1x | Christian Poessinger | |
2022-07-07 | monitor: dns: T2488: moved to vyos-1x | Christian Poessinger | |
2021-12-25 | raid: T4104: restore boot sector when new raid member is added | Christian Poessinger | |
after moving to an overlay for / this change is required when a new RAID member is added to the system. | |||
2021-06-27 | T2546: Migrate "show interfaces bonding * slaves" to vyos-1x | Christian Poessinger | |
2021-06-16 | op-mode: T3582: Fix the function of "delete log file" command | srividya0208 | |
Added the compeletion help to show the list of the files and also changed the command to delete the file as the existing command was deleting the file and not recreating the file to write the new logs. So modified the command so that it will delete the content of the file. | |||
2021-06-14 | op-mode clear: interfaces dummy: T3623 | srividya0208 | |
Fixed the completion help for the operational command "clear interfaces dummy" where it was not showing the list of the dumN interfaces | |||
2021-03-05 | Monitor VPN:T3387: The operational command "monitor openvpn" is not working | srividya0208 | |
Changes are made in the script files vyatta-op/templates/monitor/vpn/all/node.def and vyatta-op/templates/monitor/vpn/ipsec/node.def to change the matching parameters to filter the ipsec related logs from the /var/log/messages file. | |||
2020-12-28 | webproxy: T1732: migrate to vyos-1x | Christian Poessinger | |
2020-11-22 | Migrate 'restart' tree to vyos-1x | Christian Poessinger | |
2020-08-04 | T1287: wide-dhcp6c does not support a "show dhcpv6 client leases" command | Christian Poessinger | |
2020-08-03 | T1600: migrate "ping" to vyos-1x | Christian Poessinger | |
2020-08-03 | T2546: migrate "monitor log" to vyos-1x | Christian Poessinger | |
2020-08-03 | configure: move to vyos-1x | Christian Poessinger | |
2020-08-01 | T2753: migrate "add system image" to vyos-1x | Christian Poessinger | |
2020-06-17 | fix ping allowed context error.(when press tab) | B | |
2020-06-06 | op-mode: T2546: migrate show interfaces tunnel,input,pseudo-ethernet,l2tpv3 ... | Christian Poessinger | |
Migrate to vyos-1x * show interfaces tunnel ... * show interfaces input ... * show interfaces pseudo-ethernet ... * show interfaces l2tpv3 ... * show interfaces bridge ... * show interfaces vti ... * show interfaces vxlan ... | |||
2020-06-06 | op-mode: T2546: migrate "show interfaces loopback" to vyos-1x | Christian Poessinger | |
2020-06-06 | op-mode: ethernet: T2546: migrate identify subcommand to vyos-1x | Christian Poessinger | |
2020-06-06 | op-mode: dummy: T2546: migrate to vyos-1x | Christian Poessinger | |
2020-06-05 | op-mode: ethernet: T2546: migrate vif subcommand to vyos-1x | Christian Poessinger | |
2020-06-04 | T2546: migrate "show monitoring" to vyos-1x | Christian Poessinger | |
2020-06-04 | T2546: migrate "show login" tree to vyos-1x | Christian Poessinger | |
2020-06-04 | T2546: migrate "show log firewall|image" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show log" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show poweroff" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show reboot" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: initial migration to vyos-1x | Christian Poessinger | |
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver - show license | |||
2020-06-02 | ethernet: T2545: show physical device offloading capabilities | Christian Poessinger | |
vyos@vyos:~$ show interfaces ethernet eth3 physical offload Features for eth3: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [requested on] tx-checksum-ip-generic: on tx-checksum-ipv6: off [requested on] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: on tx-tcp6-segmentation: on udp-fragmentation-offload: off generic-segmentation-offload: off generic-receive-offload: on large-receive-offload: off rx-vlan-offload: on ... | |||
2020-06-01 | dns: T2536: migrate "show log dns" from vyatta-op to vyos-1x | Christian Poessinger | |
2020-05-28 | dhcp: dhcpv6: T2506: move renew option to vyos-1x | Christian Poessinger | |
2020-05-23 | ping: T2457: migrate script to vyos-1x | Christian Poessinger | |
2020-04-29 | T2402: Warn user when configuring from live-ISO | kroy-the-rabbit | |
2020-04-29 | op-mode: dhcp: T2398: extend completion helper | Christian Poessinger | |
Also list bond and bridge interfaces when searching for DHCP clients. | |||
2020-03-07 | ping: use execution path based on environment variable | Christian Poessinger | |
2020-02-25 | pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and Python | Christian Poessinger | |
2019-12-17 | [monitoring] T832: Fix show monitoring | Viacheslav Hletenko | |
2019-12-09 | T1855: use the new script for "show reboot/poweroff". | Daniil Baturin | |
2019-08-30 | T1621 remove misc ops after python/xml rewrite | Dmytro Aleksandrov | |
2019-08-23 | T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewrite | Dmytro Aleksandrov | |
2019-08-19 | T1596 Remove telnet and traceroute operations after xml-style rewrite | Dmytro Aleksandrov | |
2019-08-16 | T1590 remove 'show system' operations after xml-style rewrite | Dmytro Aleksandrov | |
2019-08-09 | T1571: fix the grep expression in "run show log vpn *". | Daniil Baturin | |
2019-07-05 | T1499: Allow for usage of systemd interface mappings | Runar Borge | |