summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2023-07-30T5411: remove all remaining monitor background codeChristian Breunig
2023-07-29T3355: migrate "show dhcp client" commands to vyos-1xChristian Breunig
2023-07-28T5411: remove node.def from show tree - provided by vyos-1xChristian Breunig
2023-07-27T5411: remove old background monitor implementationChristian 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-30interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1xJohn Estabrook
2023-03-28interfaces: T4885: remove templates now handled by vyos-1xJohn Estabrook
2022-08-30op-mode: T4606: Fix monitor nat src|dst translationViacheslav 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-07monitor: dns: T2488: moved to vyos-1xChristian Poessinger
2022-07-07monitor: dns: T2488: moved to vyos-1xChristian Poessinger
2021-12-25raid: T4104: restore boot sector when new raid member is addedChristian Poessinger
after moving to an overlay for / this change is required when a new RAID member is added to the system.
2021-06-27T2546: Migrate "show interfaces bonding * slaves" to vyos-1xChristian Poessinger
2021-06-16op-mode: T3582: Fix the function of "delete log file" commandsrividya0208
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-14op-mode clear: interfaces dummy: T3623srividya0208
Fixed the completion help for the operational command "clear interfaces dummy" where it was not showing the list of the dumN interfaces
2021-03-05Monitor VPN:T3387: The operational command "monitor openvpn" is not workingsrividya0208
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-28webproxy: T1732: migrate to vyos-1xChristian Poessinger
2020-11-22Migrate 'restart' tree to vyos-1xChristian Poessinger
2020-08-04T1287: wide-dhcp6c does not support a "show dhcpv6 client leases" commandChristian Poessinger
2020-08-03T1600: migrate "ping" to vyos-1xChristian Poessinger
2020-08-03T2546: migrate "monitor log" to vyos-1xChristian Poessinger
2020-08-03configure: move to vyos-1xChristian Poessinger
2020-08-01T2753: migrate "add system image" to vyos-1xChristian Poessinger
2020-06-17fix ping allowed context error.(when press tab)B
2020-06-06op-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-06op-mode: T2546: migrate "show interfaces loopback" to vyos-1xChristian Poessinger
2020-06-06op-mode: ethernet: T2546: migrate identify subcommand to vyos-1xChristian Poessinger
2020-06-06op-mode: dummy: T2546: migrate to vyos-1xChristian Poessinger
2020-06-05op-mode: ethernet: T2546: migrate vif subcommand to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show monitoring" to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show login" tree to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show log firewall|image" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show log" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show poweroff" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show reboot" to vyos-1xChristian Poessinger
2020-06-03T2546: initial migration to vyos-1xChristian 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-02ethernet: T2545: show physical device offloading capabilitiesChristian 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-01dns: T2536: migrate "show log dns" from vyatta-op to vyos-1xChristian Poessinger
2020-05-28dhcp: dhcpv6: T2506: move renew option to vyos-1xChristian Poessinger
2020-05-23ping: T2457: migrate script to vyos-1xChristian Poessinger
2020-04-29T2402: Warn user when configuring from live-ISOkroy-the-rabbit
2020-04-29op-mode: dhcp: T2398: extend completion helperChristian Poessinger
Also list bond and bridge interfaces when searching for DHCP clients.
2020-03-07ping: use execution path based on environment variableChristian Poessinger
2020-02-25pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and PythonChristian Poessinger
2019-12-17[monitoring] T832: Fix show monitoringViacheslav Hletenko
2019-12-09T1855: use the new script for "show reboot/poweroff".Daniil Baturin
2019-08-30T1621 remove misc ops after python/xml rewriteDmytro Aleksandrov
2019-08-23T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewriteDmytro Aleksandrov
2019-08-19T1596 Remove telnet and traceroute operations after xml-style rewriteDmytro Aleksandrov
2019-08-16T1590 remove 'show system' operations after xml-style rewriteDmytro Aleksandrov
2019-08-09T1571: fix the grep expression in "run show log vpn *".Daniil Baturin
2019-07-05T1499: Allow for usage of systemd interface mappingsRunar Borge