Age | Commit message (Collapse) | Author |
|
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:~$
```
(cherry picked from commit ea06a4612285ef4cf3d93220840df32fbc7949c1)
|
|
T5247: T2556: Delete deprecated commans show interfaces system and vrrp (backport #86)
|
|
Delete deprecated op-mode comamnds:
- show interfaces system
- show interfaces vrrp
```
vyos@r4:~$ show interfaces system
-vbash: /opt/vyatta/bin/vyatta-show-interfaces: No such file or directory
```
For VRRP we use `show vrrp`
(cherry picked from commit 159523bad4d3436f2e7554c628fa502daf14060c)
|
|
image: T4516: remove templates now in vyos-1x
|
|
(cherry picked from commit b9bf89966624d83182f959352ffbbc19ebaa6c7c)
|
|
remote: T5726: Replace the download procedure call (backport #82)
|
|
(cherry picked from commit 58e5b6cd712802d411ffc2be880bc55d9f610f4a)
|
|
op-mode: T3355: remove reference to scripts/show-dhcp-leases.pl (backport #80)
|
|
(cherry picked from commit 170d2c49e26853117bccec55bd2e00dd498c0a1d)
|
|
T5690: change to definition of environment variable 'vyos_rootfs_dir' is incorrect (backport #76)
|
|
op-mode: T3355: Remove deadweight legacy script (backport #73)
|
|
(cherry picked from commit dc1377fe9f37c7c30905a8a173ba7089bb1ece22)
|
|
This reverts commit 6b03f6864063bc0ab95191b8c5e418d482baf076.
(cherry picked from commit e8cf7aadfa68f64fd15c971ded1209fab9aa96c0)
|
|
op-mode: T5642: Removed unused template "generate tech-support archive" (backport #74)
|
|
Removed unused template "generate tech-support archive"
(cherry picked from commit a37a4dd2ed5e06e5d4bcc8983f1dec86cc1b3263)
|
|
op-mode: raid: T5608: add/delete raid template now in vyos-1x
|
|
(cherry picked from commit 38c5919054c62054eed3c6f825e3aea4f931d131)
|
|
Backports from current
|
|
(cherry picked from commit 8f08086c2a608529e97e0b76f75ce7d6616f8b31)
|
|
(cherry picked from commit 2f92b8bbb1b1042ff14918af3495c86f8b0c7870)
|
|
|
|
T671: remove the show DMI script
|
|
|
|
T5461: Improve rootfs directory variable
|
|
|
|
T5457: Add environmental variable pointing to current rootfs directory
|
|
|
|
|
|
T3355: migrate "show dhcp client" commands to vyos-1x
|
|
|
|
|
|
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.
|
|
|
|
|
|
T671: remove unused scripts
|
|
* vyatta-gettime.pl
* vyatta-show-current-user
* vyatta-regen-unpriv-commands.sh
* vyatta-monitor-list
|
|
interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1x
|
|
|
|
interfaces: T4885: remove templates now handled by vyos-1x
|
|
|
|
op-mode: T4606: Fix monitor nat src|dst translation
|
|
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
|
|
|
|
|
|
|
|
tech-support-archive: T4377: Exclude saving archives to a new archive.
|
|
The commit fixes problem with saving archives to a new archive.
|
|
images management: T4113: Improved GRUB config parsing
|
|
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
|
|
raid: T4104: restore boot sector when new raid member is added
|