Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-04 | T671: remove the show DMI script | Daniil Baturin | |
2023-08-11 | Merge pull request #66 from Apachez-/T5461 | Christian Breunig | |
T5461: Improve rootfs directory variable | |||
2023-08-11 | T5461: Improve rootfs directory variable | Apachez | |
2023-08-10 | Merge pull request #65 from Apachez-/T5457 | Christian Breunig | |
T5457: Add environmental variable pointing to current rootfs directory | |||
2023-08-10 | T5457: Add environmental variable pointing to current rootfs directory | Apachez | |
2023-07-30 | T5411: remove all remaining monitor background code | Christian Breunig | |
2023-07-30 | Merge pull request #64 from c-po/t3355-show-dhcp-client | Christian Breunig | |
T3355: migrate "show dhcp client" commands to vyos-1x | |||
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-05-29 | T5234: add bash prompt identifier for given Network namespace | Christian Breunig | |
2023-05-21 | T5234: add bash prompt identifier for given VRF instance | Christian Breunig | |
2023-05-05 | Merge pull request #62 from dmbaturin/T671-dead-scripts | John Estabrook | |
T671: remove unused scripts | |||
2023-05-05 | T671: remove scripts that are not used by anything | Daniil Baturin | |
* vyatta-gettime.pl * vyatta-show-current-user * vyatta-regen-unpriv-commands.sh * vyatta-monitor-list | |||
2023-03-30 | Merge pull request #60 from jestabro/fix-template | John Estabrook | |
interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1x | |||
2023-03-30 | interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1x | John Estabrook | |
2023-03-29 | Merge pull request #59 from jestabro/clear-counters | Christian Breunig | |
interfaces: T4885: remove templates now handled by vyos-1x | |||
2023-03-28 | interfaces: T4885: remove templates now handled by vyos-1x | John Estabrook | |
2022-09-01 | Merge pull request #57 from sever-sever/T4606 | Daniil Baturin | |
op-mode: T4606: Fix monitor nat src|dst translation | |||
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-30 | T1748: vbash: beautify tab completion output/line breaks | Christian Poessinger | |
2022-07-07 | monitor: dns: T2488: moved to vyos-1x | Christian Poessinger | |
2022-07-07 | monitor: dns: T2488: moved to vyos-1x | Christian Poessinger | |
2022-05-13 | Merge pull request #55 from mkorobeinikov/current | Viacheslav Hletenko | |
tech-support-archive: T4377: Exclude saving archives to a new archive. | |||
2022-05-04 | tech-support-archive: T4377: Exclude saving archives to a new archive. | mkorobeinikov | |
The commit fixes problem with saving archives to a new archive. | |||
2021-12-31 | Merge pull request #52 from zdc/T4113-sagitta | Christian Poessinger | |
images management: T4113: Improved GRUB config parsing | |||
2021-12-30 | images management: T4113: Improved GRUB config parsing | zsdc | |
The commit fixes two problems with GRUB configuration items parser: * items with only one `console=ttyS0` were wrongly detected as those that have a `kvm` console type * items where the `boot=live`option is the latest one cannot be removed from a configuration during an image removal | |||
2021-12-26 | Merge pull request #50 from c-po/current | Kim | |
raid: T4104: restore boot sector when new raid member is added | |||
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-11-30 | Merge pull request #47 from erkin/current | Daniil Baturin | |
T3950: Use friendly_download instead of regular download | |||
2021-11-24 | T3950: Use friendly_download instead of regular download | erkin | |
2021-06-27 | T2546: Migrate "show interfaces bonding * slaves" to vyos-1x | Christian Poessinger | |
2021-06-17 | Merge pull request #46 from srividya0208/T3582 | Daniil Baturin | |
op-mode: T3582: Fix the function of "delete log file" command | |||
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-15 | Merge pull request #45 from srividya0208/T3623 | Daniil Baturin | |
op-mode clear: interfaces dummy: T3623 | |||
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-04-17 | Merge pull request #43 from erkin/current | Christian Poessinger | |
T3356: Replace vyatta-remote-copy.pl with remote.py | |||
2021-03-30 | T3356: Replace curl wrappers in vyatta-image-tools.pl with calls to remote.py | erkin | |
2021-03-30 | T3356: Replace vyatta-remote-copy.pl with remote.py | erkin | |
2021-03-15 | Merge pull request #42 from erkin/current | Daniil Baturin | |
T3354: Replace vyos-strip-config.pl with strip-private.py | |||
2021-03-15 | T3354: Replace vyos-strip-config.pl with strip-private.py | erkin | |
2021-03-05 | Merge pull request #40 from srividya0208/monitor-vpn | Daniil Baturin | |
Monitor vpn ipsec:T3387: The operational command "monitor vpn ipsec" is not working | |||
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-10-04 | monitor: nat: T2951: fix warning by adjusting to latest CLI version | Christian Poessinger | |
2020-09-09 | T2303: correctly delete images with quotes in GRUB entries. | Daniil Baturin | |
2020-08-10 | T1287: Makefile.am: drop dependency on dhcpv6-client-show-leases.pl | Christian Poessinger | |
Commit 37f55704b56 ("T1287: wide-dhcp6c does not support a "show dhcpv6 client leases") dropped the old dhclient show loeases script for DHCPv6 but missed out the dependency in Makefile.am. | |||
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 | |