Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in unicast mode (patch by Johan Fredin).
|
|
|
|
|
|
|
|
|
|
tftp-hpa which is the TFTP daemon used by VyOS does not support
listening on multiple IP adresses. With this limitation we will start
one TFTP daemon instance per configured listen-address via systemd.
|
|
- native debian packages
|
|
|
|
|
|
/etc/resolv.conf
|
|
running.
|
|
|
|
remove old function calls
|
|
|
|
|
|
|
|
* show 'ntp <peer>' moved to 'show ntp server <peer>'
* added 'show ntp info' command providing additional system information
|
|
T1256: Execute "show ipsec vpn ipsec sa" returns incorrect results
|
|
Not sure it's a normal case scenario, the one highlighted in T1256.
To managed it I changed the "if" logic.
|
|
E.g. DHCP server can update /etc/hosts with somw mappings - those mappings
were lost on any subsequent invocation of host_name.py
|
|
|
|
- keypair can now be generated and used from the running iso to create wg tunnels on the fly
|
|
|
|
|
|
|
|
|
|
Commit 3d3eccd687 ("T1174: migrate local hostname/DNS handling to vyos-1x")
changed a lot of the internal data handling for setting the systems host
and domain name information.
|
|
Commit 3d3eccd687 ("T1174: migrate local hostname/DNS handling to vyos-1x")
removed the test target from the Makefile by accident.
|
|
|
|
Also improve sanity checks in the rename function and add unit tests
for copy and rename.
|
|
|
|
|
|
|