Age | Commit message (Collapse) | Author |
|
generate wireguard mobile-config wg0 server wg.vyos.net address 1.2.2.2/24
WireGuard client configuration for interface: wg0
[Interface]
PrivateKey = AEXrZ4b3xFVLg1lql3hy/93+d43q3+3vPdSMUGI6/Fo=
Address = 1.2.2.2/24
[Peer]
PublicKey = h1HkYlSuHdJN6Qv4Hz4bBzjGg5WUty+U1L7DJsZy1iE=
Endpoint = wg.vyos.net:41751
AllowedIPs = 0.0.0.0/0, ::/0
The servers public key and port are automatically extracter from the running
config.
(cherry picked from commit 92d62740a1dd84d27ed3006cdc8d2560673f6bca)
|
|
Add a new CLI command "monitor log colored" to run the log file monitoring
through grc (https://github.com/garabik/grc).
(cherry picked from commit 6330708f7ad50e56b16e1c7bc671eaddcd758bdb)
|
|
When NTP is executed inside a VRF context, we also must execute the op-mode
commands inside the given VRF.
This is a workaround until the op-mode programming library from T3402 is
available.
(cherry picked from commit f411351baef67740b76e800161fe55f495c4bd92)
|
|
This is an extension to commit 801c5235 ("xdp: T2666: disable this highly
experimental feature in 1.3 LTS") by dropping all XDP references in the
equuleus codebase.
|
|
(cherry picked from commit 46b749388e0198f0cb3eb5eca1bd1d6e940b2702)
|
|
(cherry picked from commit 72c82bf8f2c294ca9023d2cbf9285b679188fae3)
|
|
(cherry picked from commit 56ec3259b67c6441d992948a8bae95039194eb6c)
|
|
(cherry picked from commit 3ce7a8c6e55d7296fc9155a6b8ca913d4a08b1ab)
|
|
- Remove all old ifTable entries with the same ifName as newly appeared
interface (with different ifIndex) - this is the case on e.g. ppp interfaces
- Add new op-mode command "restart snmp" to restart the daemon
(cherry picked from commit 79a02470c4f9f2184913a959545b54a2dfd76d1e)
|
|
(cherry picked from commit 04ddf85bcc9d5ec06ef51537f5cbca97548716f3)
|
|
(cherry picked from commit d6faba8c708b4376f148a28c89fe6ff39f369064)
|
|
(cherry picked from commit f493df24ba29472735b1a4a081d0fce409b70d9f)
|
|
|
|
vyatta-op-quagga
|
|
This eases CLI maintenance and also migration from legacy code.
|
|
|
|
|
|
|
|
|
|
- show ipv6 ospfv3 area
- show ipv6 ospfv3 border-routers
- show ipv6 ospfv3 interface
- show ipv6 ospfv3 linkstate
- show ipv6 ospfv3 neighbor
- show ipv6 ospfv3 redistribute
- show ipv6 ospfv3 route
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f506ba43d44a4218e44b350721de1c890e62998a.
Calling this with sudo is required else some sysfs files can not be read!
vyos@vyos:~$ cat /sys/class/dmi/id/product_serial
cat: /sys/class/dmi/id/product_serial: Permission denied
vyos@vyos:~$ sudo cat /sys/class/dmi/id/product_serial
VMware-42 3f 67 73 77 df c4 80-42 c9 42 af ff 15 de 0b
|
|
|
|
|
|
|
|
|
|
|
|
We are adding the initial ISIS operational commands
here. They should be fairly straightforward in regards
to the context help.
|
|
|
|
In here we are adding a lot more commands that
can be used within LDP. There's also some help
and contextual changes for initialism that are
being removed.
|
|
frr-isis: T1316: Add new routing feature ISIS
|
|
|
|
|
|
|
|
Commit 84ce69a4 ('op-mode: add "show arp" command') copied the syntax from
"show protocols static arp" to "show arp" but the CLI variable reference index
was not decreases from 6 to 4 as the CLI level changed for the new command.
|
|
|
|
|
|
Configuration was actually made by Viacheslav. I just added it in here, and tested it. It does test. Viacheslav tested it as well.
I cannot take credit for this, even though he's giving me PR. Thanks goes to him.
|
|
|
|
|
|
|
|
|
|
vyos@vyos:~$ show interfaces bonding bond5 detail
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: down
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
802.3ad info
LACP rate: slow
Min links: 0
Aggregator selection policy (ad_select): stable
Slave Interface: eth1
MII Status: down
Speed: Unknown
Duplex: Unknown
Link Failure Count: 0
Permanent HW addr: 00:50:56:bf:ef:aa
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: churned
Partner Churn State: churned
Actor Churned Count: 1
Partner Churned Count: 1
Slave Interface: eth2
MII Status: down
Speed: Unknown
Duplex: Unknown
Link Failure Count: 0
Permanent HW addr: 00:50:56:bf:19:26
Slave queue ID: 0
Aggregator ID: 2
Actor Churn State: churned
Partner Churn State: churned
Actor Churned Count: 1
Partner Churned Count: 1
|
|
show log:T2872:"Show log" options for nat and openvpn got inter-mixed
|