summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-14T905: Delete old op-mode command show remote-configViacheslav Hletenko
The op-mode command `show remote-config` did not work for several years. Since it uses the old backend we should delete it now. Will be redefined if necessary with a separate task, PR ``` vyos@r1:~$ show remote-config Invalid command: show remote-config [invalid] vyos@r1:~$ show remote-config Incomplete command: show remote-config vyos@r1:~$ ```
2023-12-17GitHub: add workflows from vyos-1xChristian Breunig
2023-11-16Merge pull request #61 from jestabro/image-toolsJohn Estabrook
image: T4516: remove templates now in vyos-1x
2023-11-15image: T4516: remove templates now in vyos-1xJohn Estabrook
2023-11-15Merge pull request #82 from erkin/currentChristian Breunig
remote: T5726: Replace the download procedure call
2023-11-14remote: T5726: Replace the download procedure callerkin
2023-11-08Merge pull request #79 from Apachez-/T5693Christian Breunig
T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir)
2023-10-31Merge pull request #80 from jestabro/fix-makefileJohn Estabrook
op-mode: T3355: remove reference to scripts/show-dhcp-leases.pl
2023-10-31op-mode: T3355: remove reference to scripts/show-dhcp-leases.plJohn Estabrook
2023-10-27T5693: Adding variable vyos_persistence_dir (and improve variable ↵Apachez
vyos_rootfs_dir)
2023-10-27Merge pull request #73 from erkin/currentChristian Breunig
op-mode: T3355: Remove deadweight legacy script
2023-10-27Merge pull request #76 from jestabro/env-rootfs-dirChristian Breunig
T5690: change to definition of environment variable 'vyos_rootfs_dir' is incorrect
2023-10-26Revert "T5461: Improve rootfs directory variable"John Estabrook
This reverts commit 6b03f6864063bc0ab95191b8c5e418d482baf076.
2023-10-16Merge pull request #74 from aapostoliuk/T5642-currentChristian Breunig
op-mode: T5642: Removed unused template "generate tech-support archive"
2023-10-16op-mode: T5642: Removed unused template "generate tech-support archive"aapostoliuk
Removed unused template "generate tech-support archive"
2023-10-06op-mode: T3355: Remove deadweight legacy scripterkin
2023-09-22Merge pull request #71 from jestabro/disk-by-idJohn Estabrook
op-mode: raid: T5608: add/delete raid template now in vyos-1x
2023-09-20op-mode: raid: T5608: add/delete raid template now in vyos-1xJohn Estabrook
2023-09-13Merge pull request #67 from dmbaturin/T671-tech-supportChristian Breunig
T671: remove the old tech-support report implementation
2023-09-13T671: remove the old tech-support report implementationDaniil Baturin
2023-09-13Merge pull request #69 from dmbaturin/T671-monitor-and-openvpnJohn Estabrook
T671: remove scripts that are either unused or about to be replaced
2023-09-13Merge branch 'current' into T671-monitor-and-openvpnDaniil Baturin
2023-09-13T671: remove scripts that are either unused or about to be replacedDaniil Baturin
2023-09-10T671: fix Makefile leftovers for DMI decodeChristian Breunig
2023-09-04Merge pull request #68 from dmbaturin/T671-show-dmiChristian Breunig
T671: remove the show DMI script
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.