Age | Commit message (Collapse) | Author |
|
When executed the command 'show interfaces wireguard' command, it is not
showing the configured interface in the output. Modified the script to show
the interface results.
** Correected the indentation of the properties field of line number 81-83**
|
|
|
|
The operator user should atleast be able to see the software version of the
server till a proper role-based access control is implemented in the future.
Removed "sudo" from the scripts so that "show version" command could be
run by non-root user.
|
|
|
|
|
|
|
|
|
|
Wake up host
vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f
Wake up invalid host
vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f:f
etherwake: The Magic Packet host address must be specified as
- a station address, 00:11:22:33:44:55, or
- a hostname with a known 'ethers' entry.
(cherry picked from commit a21f57dd78cf30838769311706397f1b2077056b)
|
|
(cherry picked from commit c0574ed7334cb7288a108180d01368983d411684)
|
|
(cherry picked from commit 6ec5e8cf0b7596c96be0eecea2c3c4e4b20212ca)
|
|
(cherry picked from commit 419bcd5311bce2340a7f920cb966869c8c23bb63)
|
|
(cherry picked from commit 9f20bee81c0a0f4632aa152297d0fdf89139d6af)
|
|
(cherry picked from commit 7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa)
|
|
(cherry picked from commit d748e526ca50f3acb98ec511fab977c4b044aea8)
|
|
(cherry picked from commit 7192bee2bb812d0906f8b89daa225db2c9941d8a)
|
|
Conflicts:
Makefile
|
|
Poessinger et al.
|
|
- change DUID to IAID_DUID
- format IAID_DUID as colon-separated hex list
- implement functions: pool, sort, state
- add op-mode definitions for pool, sort, state
- add columns: State, Type, Last communication, Pool
- implement json output
- implement completionHelp function
|
|
|
|
Accessing Kernel DMI data (under /sys/class/dmi) requires elevated permission
and thus retrieving a Board Serial/UUID was not possible.
version.py is now called via sudo to gether all facts.
(cherry picked from commit efb598caafc20db278938ff3787e3674467e0663)
|
|
(cherry picked from commit 604600bf40873a7d64329d88dafd90196ed10745)
|
|
Current implementation referred to a no longer existing Perl script to
restart the IPv4 and IPv6 instance of dhcrelay.
> restart dhcp relay-agent
> restart dhcpv6 relay-agent
(cherry picked from commit f9007c5f5e6e7957ab1c955c10b3842dca7b253d)
|
|
(cherry picked from commit fe639cd05002b16a82b74262966598bab976e67f)
|
|
|
|
Examples:
=========
CFG commands:
vyos@vyos# set protocols igmp-proxy disable-quickleave
vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.16.35.0/24'
vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.31.0.0/24'
vyos@vyos# set protocols igmp-proxy interface eth0 role 'upstream'
vyos@vyos# set protocols igmp-proxy interface eth1 role 'downstream'
vyos@vyos# show protocols
igmp-proxy {
disable-quickleave
interface eth0 {
alt-subnet 172.16.35.0/24
alt-subnet 172.31.0.0/24
role upstream
}
interface eth1 {
role downstream
}
}
OP mode commands:
-----------------
vyos@vyos:~$ show ip multicast interface
Interface BytesIn PktsIn BytesOut PktsOut Local
eth0 0.0b 0 0.0b 0 xxx.xxx.xxx.65
eth1 0.0b 0 0.0b 0 xxx.xxx.xx.201
vyos@vyos:~$ show ip multicast mfc
Group Origin Pkts Bytes Wrong In Out
xxx.x.xx.1 xxx.xx.0.1 10 9.81KB 0 eth0 eth1
xxx.x.xx.2 xxx.xx.0.1 --
|
|
|
|
|
|
We need to pass all completion words rather than just the first
since filters can contain whitespace.
|
|
|
|
|
|
|
|
T689: Moved clear console and reset terminal ops from vyatta-op
|
|
|
|
|
|
to make them use correct PATH now, and to enable getting rid of capabilities later.
|
|
* renamed opmode script wireguard_key.py to wireguard.py
|
|
|
|
|
|
|
|
|
|
T790: wireguard: add status commands
|
|
|
|
|
|
T689: Reboot/Poweroff now not working after last changes
|
|
|
|
T784: Added update dns dynamic operation
|
|
|
|
related commands in the future as well
|
|
|
|
T689: Rewritten poweroff/reboot script to use systemd-shutdownd service
|