Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces
|
|
|
|
|
|
|
|
|
|
When adding the interface and getting a commit error e.g. due to missing firewall
this resulted in an additional error when committing again after adding the
missing firewall rule.
This can be fixed by only creating the outer vif-s interface if it yet does not
exist.
|
|
|
|
|
|
|
|
|
|
* T1499: Allow for usage of systemd interface mappings
* T1499: Fix not working regex in ethernet interface parsing
|
|
|
|
Do not emit warning messages when remote-port is unconfigured. Fallback to
default Linux Port.
|
|
|
|
Set the default serial console speed to 115200 in system update scripts,
to accord with the changes in the build scripts.
|
|
Commit 0a19e53f868 ("T1344: rename RADIUS 'secret' attribute to 'key'")
missed a consistency check in the node.def file
|
|
|
|
'key' is also used for L2TP and PPTP RADIUS configurations.
|
|
In order to prepare for adding a RADIUS source IP address and
synchronize the syntax with L2TP/PPTP the nodes have been renamed from:
set system login radius-server x.x.x.x
to
set system login radius server x.x.x.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* update serial console baud on the fly
* Update help of console speed, a reboot is not required anymore
to set the correct baud rate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|