Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-08 | Github: update translations | rebortg | |
2024-04-07 | Merge pull request #1352 from natali-rs1985/T1244 | Christian Breunig | |
conntrack-sync: T1244: Support for StartupResync in conntrackd | |||
2024-04-07 | Merge pull request #1354 from daknob/fix-rpki-rtr-mistake | Christian Breunig | |
Fix mistake in RPKI documentation about the use of TLS | |||
2024-04-07 | Merge pull request #1355 from davidebeatrici/firewall-index-typo-fix | Christian Breunig | |
Firewall: Fix typo "addtion" -> "addition" | |||
2024-04-07 | Merge pull request #1356 from vyos/container-T6208 | Christian Breunig | |
container: T6208: rename "cap-add" CLI node to "capability" | |||
2024-04-06 | container: T6208: rename "cap-add" CLI node to "capability" | Christian Breunig | |
2024-04-06 | Firewall: Fix typo "addtion" -> "addition" | Davide Beatrici | |
2024-04-05 | Fix indentation in RPKI document (tabs to spaces) | Antonios Chariton (daknob) | |
2024-04-05 | Fix mistake in RPKI documentation about the use of TLS | Antonios Chariton (daknob) | |
HTTP is not used for RPKI information, the RTR protocol is used, which works on top of plain TCP. Although some implementations can use TLS, VyOS (and FRR) do not support it, and use either plain TCP or SSH. | |||
2024-04-05 | Refresh RPKI Document | Antonios Chariton (daknob) | |
- Rephrase introduction slightly - Replace GoRTR w/ StayRTR (official CF deprecation and assignment of succesor) - Add rpki-client (probably the best software to use with StayRTR) - Remove RIPE RPKI Validator (deprecated) - Replace RIPE's instructions (deprecated) with NLnet Labs' - Update ROA coverage metrics (yay for 20% -> 60% ROA coverage!) - Add missing Oxford comma - Replace RIPE's deprecated test with Cloudflare's | |||
2024-04-05 | conntrack-sync: T1244: Support for StartupResync in conntrackd | Nataliia Solomko | |
2024-04-05 | conntrack-sync: T1244: Support for StartupResync in conntrackd | Nataliia Solomko | |
2024-04-04 | Merge pull request #1351 from nicolas-fort/dhcp-ha | Daniil Baturin | |
DHCP HA: change docs for failover featur in dhcp-server. Node has mig… | |||
2024-04-04 | DHCP HA: change docs for failover featur in dhcp-server. Node has migrated ↵ | Nicolas Fort | |
to <high-availability> and also command <mode> was added. | |||
2024-04-04 | Merge pull request #1345 from mkorobeinikov/master | Robert Göhler | |
Article about terraform and google. | |||
2024-04-04 | Merge pull request #1348 from srividya0208/error_chk | Robert Göhler | |
openvpn option: "--client-cert-not-required" is not accepted | |||
2024-04-04 | Merge pull request #1347 from vyos/update-dependencies-master | Robert Göhler | |
Github: update current branch | |||
2024-04-03 | openvpn option: "--client-cert-not-required" is not acceepted | srividya0208 | |
2024-04-01 | Github: update current branch | rebortg | |
2024-03-29 | Article about terraform and google. | mkorobeinikov | |
How to deploy the Google Cloud instance using Terraform and Ansible for the latest version. | |||
2024-03-25 | reactivate readthedocs pdf build | Robert Göhler | |
2024-03-25 | Merge pull request #1340 from vyos/update-translations-master | Robert Göhler | |
Github: update translations | |||
2024-03-25 | Merge pull request #1342 from vyos/update-dependencies-master | Robert Göhler | |
Github: update current branch | |||
2024-03-25 | Github: update current branch | rebortg | |
2024-03-25 | Github: update translations | rebortg | |
2024-03-23 | T4389: extend DHCP server documentation on vendor options (#1339) | Ginko | |
* T4389 added to dhcp-server documentation * Correction IP address specifed in examples in previous PR | |||
2024-03-21 | Merge pull request #1337 from vyos/bridge-T6125 | Daniil Baturin | |
bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filtering | |||
2024-03-20 | bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filtering | Christian Breunig | |
Linux bridge uses EtherType 0x8100 by default. In some scenarios, an EtherType value of 0x88A8 is required. Reusing CLI command from VIF-S (QinQ) interfaces: set interfaces bridge br0 protocol 802.1ad | |||
2024-03-18 | Merge pull request #1329 from robertoberto/master | Robert Göhler | |
besides document that vyos_config_commands will do commit and save fixed 80 line len for linter | |||
2024-03-18 | Merge pull request #1331 from jestabro/http-api-exists | Robert Göhler | |
http-api: T6135: add details on op 'exists' for retrieve endpoint | |||
2024-03-18 | Merge pull request #1335 from vyos/update-translations-master | Robert Göhler | |
Github: update translations | |||
2024-03-18 | Merge pull request #1333 from vyos/update-dependencies-master | Robert Göhler | |
Github: update current branch | |||
2024-03-18 | Github: update translations | rebortg | |
2024-03-18 | Update update-translations.yml | Robert Göhler | |
add PAT secret for the PR | |||
2024-03-18 | Github: update current branch | c-po | |
2024-03-18 | http-api: T6135: add details on op 'exists' for retrieve endpoint | John Estabrook | |
2024-03-17 | fixed small typo on rst link | Roberto Bertó | |
2024-03-17 | Merge pull request #1325 from vyos/as-path-T6129 | Christian Breunig | |
policy: T6129: add route-map option "as-path exclude all" | |||
2024-03-17 | besides document that vyos_config_commands will do commit and save fixed 80 ↵ | Roberto Bertó | |
line len for linter | |||
2024-03-17 | besides document that vyos_config_commands will do commit and save fixed 80 ↵ | Roberto Bertó | |
line len for linter | |||
2024-03-17 | added that vyos_config_commands commit and save | Roberto Bertó | |
2024-03-17 | Merge pull request #1326 from vyos/radvd-T6118 | Christian Breunig | |
radvd: T6118: add nat64prefix support RFC8781 | |||
2024-03-17 | radvd: T6118: add nat64prefix support RFC8781 | Christian Breunig | |
2024-03-17 | policy: T6129: add route-map option "as-path exclude all" | Christian Breunig | |
2024-03-10 | Merge pull request #1305 from mkorobeinikov/master | Robert Göhler | |
Update and add information about Terraform | |||
2024-03-10 | Merge pull request #1317 from Giggum/master | Robert Göhler | |
Added conntrack-helper rules from T5614 to ipv4 rules documentation | |||
2024-03-10 | Merge pull request #1321 from robertoberto/master | Robert Göhler | |
renamed to pyvyos instead of PyVyOS and fixed rST syntax | |||
2024-03-10 | Merge pull request #1315 from rebortg/master | Robert Göhler | |
improve documentation how-to and create PR template | |||
2024-03-10 | fixed doc limit is line limit 80 | Roberto Bertó | |
2024-03-10 | Update vyos-pyvyos.rst line char limit | Roberto Bertó | |