| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* T8136: IPSEC PPK Support
* Fix styling and capitalization issues.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* DOC: Proofread openvpn.rst
* Update openvpn.rst
|
|
|
|
Update prometheus blackbox-exporter examples to use the correct values for preferred-ip-protocol
|
|
* DOC: Proofreading ethernet.rst
* doc: indentation configuration
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Remove mentions of Metro Ethernet
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* DOC: Proofread tunnel.rst
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Review comments addressed
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* DOC: Proofread geneve.rst
* Update docs/configuration/interfaces/geneve.rst
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Update geneve.rst
Corrected Geneve capitalization.
* Apply suggestions from code review
Review comments have been addressed.
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Update geneve.rst
Line length corrections.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
* DOC: Proofread L2TPv3.rst
* Apply suggestions from code review
Co-authored-by: Daniil Baturin <daniil@baturin.org>
* Update l2tpv3.rst
Review comments addressed.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
|
|
This change introduces CLI support for configuring network interface
interrupt coalescing parameters.
|
|
|
|
|
|
|
|
|
|
Added warning about publishing ports in the container
documentation.
|
|
|
|
|
|
* Update ssh add fido example.rst
* remove useless "$" ssh.rst
* add generation example ssh.rst
* add generation example ssh.rst
|
|
|
|
Co-authored-by: Christian Breunig <christian@breunig.cc>
Co-authored-by: Viacheslav Hletenko <seversss265@gmail.com>
|
|
tunnels (#1731)
|
|
* DOC: Proofreading login.rst
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
T7635: OpenConnect certificate based authentication mode
|
|
Documentation for the captive portal router-advert option as
implemented in pull request vyos/vyos-1x#4929.
|
|
|
|
* Fix: destination -> destination address
* Fix: source -> source address
* Add: destination port
* Add: source port
* Add: protocol
* Add: fwmark
* Improve wording for clarity
|
|
|
|
|
|
ssh: T8098: rename "ciphers" to "cipher"
|
|
* DOC: Proofreading syslog.rst section
* DOC: Add a new paragraph to syslog.rst
|
|
|
|
|
|
configurations (#1719)
The previous 'connection-type respond' option in IPsec site-to-site peers
was misleading - instead of passively waiting for peer initiation, it would
initiate negotiation when matching traffic appeared, potentially causing
SA duplication and renegotiation loops.
|
|
configuration example.
|
|
syslog: T4251: Rename "permitted-peers" to "permitted-peer"
|
|
* dhcp-server: T3936: Added support for DHCP Option 82
This commit adds support in both the CLI and the underlying code for
DHCP Option 82 to be used to filter/route DHCP address assignments.
The primary use case for this is to support enterprise switches which
can "tag" DHCP requests with physical real world informaiton such as
which switch first saw the request and which port it originated from
(known in this context as remote-id and circuit-id). Once
client-classes have been defined they can be assigned to subnets or
ranges so that only certain addresses get assigned to specific
requests.
There is also a corresponding code update which pairs with this
documentation change.
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|
|
Adds new syntax documentation for https://github.com/vyos/vyos-1x/pull/4672
|
|
(#1712)
|
|
|
|
|
|
|
|
- Renamed `permitted-peers` to `permitted-peer`.
- Added support for multiple `permitted-peer` entries.
|
|
|
|
traffic is sent (#1697)
* haproxy: T7906: Probing of a port other than the one to which normal traffic is sent
Add support for specifying a custom health check port for HAProxy backend servers.
This allows health probes to target a dedicated endpoint - such as port 8080 - separate
from normal traffic ports (e.g., 80 or 443).
* Fix article usage
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
|