summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-04T671: remove the show DMI scriptDaniil Baturin
2023-08-11Merge pull request #66 from Apachez-/T5461Christian Breunig
T5461: Improve rootfs directory variable
2023-08-11T5461: Improve rootfs directory variableApachez
2023-08-10Merge pull request #65 from Apachez-/T5457Christian Breunig
T5457: Add environmental variable pointing to current rootfs directory
2023-08-10T5457: Add environmental variable pointing to current rootfs directoryApachez
2023-07-30T5411: remove all remaining monitor background codeChristian Breunig
2023-07-30Merge pull request #64 from c-po/t3355-show-dhcp-clientChristian Breunig
T3355: migrate "show dhcp client" commands to vyos-1x
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-05-29T5234: add bash prompt identifier for given Network namespaceChristian Breunig
2023-05-21T5234: add bash prompt identifier for given VRF instanceChristian Breunig
2023-05-05Merge pull request #62 from dmbaturin/T671-dead-scriptsJohn Estabrook
T671: remove unused scripts
2023-05-05T671: remove scripts that are not used by anythingDaniil Baturin
* vyatta-gettime.pl * vyatta-show-current-user * vyatta-regen-unpriv-commands.sh * vyatta-monitor-list
2023-03-30Merge pull request #60 from jestabro/fix-templateJohn Estabrook
interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1x
2023-03-30interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1xJohn Estabrook
2023-03-29Merge pull request #59 from jestabro/clear-countersChristian Breunig
interfaces: T4885: remove templates now handled by vyos-1x
2023-03-28interfaces: T4885: remove templates now handled by vyos-1xJohn Estabrook
2022-09-01Merge pull request #57 from sever-sever/T4606Daniil Baturin
op-mode: T4606: Fix monitor nat src|dst translation
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-30T1748: vbash: beautify tab completion output/line breaksChristian Poessinger
2022-07-07monitor: dns: T2488: moved to vyos-1xChristian Poessinger
2022-07-07monitor: dns: T2488: moved to vyos-1xChristian Poessinger
2022-05-13Merge pull request #55 from mkorobeinikov/currentViacheslav Hletenko
tech-support-archive: T4377: Exclude saving archives to a new archive.
2022-05-04tech-support-archive: T4377: Exclude saving archives to a new archive.mkorobeinikov
The commit fixes problem with saving archives to a new archive.
2021-12-31Merge pull request #52 from zdc/T4113-sagittaChristian Poessinger
images management: T4113: Improved GRUB config parsing
2021-12-30images management: T4113: Improved GRUB config parsingzsdc
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-26Merge pull request #50 from c-po/currentKim
raid: T4104: restore boot sector when new raid member is added
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-11-30Merge pull request #47 from erkin/currentDaniil Baturin
T3950: Use friendly_download instead of regular download
2021-11-24T3950: Use friendly_download instead of regular downloaderkin
2021-06-27T2546: Migrate "show interfaces bonding * slaves" to vyos-1xChristian Poessinger
2021-06-17Merge pull request #46 from srividya0208/T3582Daniil Baturin
op-mode: T3582: Fix the function of "delete log file" command
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-15Merge pull request #45 from srividya0208/T3623Daniil Baturin
op-mode clear: interfaces dummy: T3623
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-04-17Merge pull request #43 from erkin/currentChristian Poessinger
T3356: Replace vyatta-remote-copy.pl with remote.py
2021-03-30T3356: Replace curl wrappers in vyatta-image-tools.pl with calls to remote.pyerkin
2021-03-30T3356: Replace vyatta-remote-copy.pl with remote.pyerkin
2021-03-15Merge pull request #42 from erkin/currentDaniil Baturin
T3354: Replace vyos-strip-config.pl with strip-private.py
2021-03-15T3354: Replace vyos-strip-config.pl with strip-private.pyerkin
2021-03-05Merge pull request #40 from srividya0208/monitor-vpnDaniil Baturin
Monitor vpn ipsec:T3387: The operational command "monitor vpn ipsec" is not working
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-10-04monitor: nat: T2951: fix warning by adjusting to latest CLI versionChristian Poessinger
2020-09-09T2303: correctly delete images with quotes in GRUB entries.Daniil Baturin
2020-08-10T1287: Makefile.am: drop dependency on dhcpv6-client-show-leases.plChristian 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-04T1287: wide-dhcp6c does not support a "show dhcpv6 client leases" commandChristian Poessinger
2020-08-03T1600: migrate "ping" to vyos-1xChristian Poessinger