Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-24 | Merge pull request #1552 from nvollmar/revert-1550-T6719 | Daniil Baturin | |
Revert "T6719: document local host name config option" | |||
2024-09-23 | Merge pull request #1554 from nicolas-fort/warning_netflow | Christian Breunig | |
Netflow: add warning message | |||
2024-09-23 | Netflow: add warning message regarding low performnace on router handling ↵ | Nicolas Fort | |
lot of traffic. | |||
2024-09-23 | Revert "T6719: document local host name config option" | Nicolas Vollmar | |
2024-09-17 | T6719: document local host name config option | Nicolas Vollmar | |
2024-09-17 | T6721: add documentation for global syslog config options | Nicolas Vollmar | |
2024-09-11 | T6703: Add documentation for AMD pstate driver | Nicolas Vollmar | |
2024-07-19 | T6362: Conntrack logger daemon config commands | khramshinr | |
2024-07-06 | Update Login with OTP Usage | Tim Harman | |
Make it clear the user has to append their OTP token to their password. | |||
2024-06-12 | Firewall: Add prerouting information | Nicolas Fort | |
2024-05-04 | system: Corrected spelling mistakes | Alex W | |
2024-04-21 | Update host-name.rst | André Luiz dos Santos | |
2024-03-05 | T2447: add configurable kernel boot option 'disable-power-saving' | Christian Breunig | |
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". | |||
2024-02-17 | Merge pull request #1283 from vyos/login-T5972 | Christian Breunig | |
login: T5972: add possibility to disable individual local user accounts | |||
2024-02-16 | login: T5972: add possibility to disable individual local user accounts | Christian Breunig | |
2024-02-16 | T6001: add option to disable next-hop-tracking resolve-via-default | Christian Breunig | |
2024-02-14 | Added information related to root-partition-auto-resize | rebortg | |
2024-02-02 | T5979: add configurable kernel boot option 'disable-mitigations' | Christian Breunig | |
2024-01-05 | updates: add system image latest | Viacheslav Hletenko | |
If we configure "update-check url" we can use `latest` option to update system image. ``` add system image latest ``` | |||
2023-12-30 | system: T5877: Shorten system domain-search config path | Christian Breunig | |
Documentation pdate for https://github.com/vyos/vyos-1x/pull/2718 | |||
2023-12-27 | System Conntrack: update commands for timeout rules; update commands for ↵ | Nicolas Fort | |
ignore rules, since both ipv4 and ipv6 rules are supported. | |||
2023-12-25 | Add system update-check example | Viacheslav Hletenko | |
Add an example of online checking for updates ``` set system update-check auto-check set system update-check url <url> ``` | |||
2023-12-15 | frr: T4020: document multiple per daemon config knobs | Christian Breunig | |
2023-12-07 | Merge pull request #1174 from srividya0208/minor_errors | Robert Göhler | |
"show ipv6 bgp" command is not available so replaced with show bgp ipv6 | |||
2023-12-04 | "show ipv6 bgp" command is not available so replaced with show bgp ipv6 | srividya0208 | |
2023-11-30 | fix build and ref warnings | rebortg | |
2023-09-22 | Update login.rst | aslanvyos | |
RADIUS and TACACS configuration examples were added. Also mentioned if there is no connection between VyOS and RADIUS/TACACS servers users need to use local accounts for authentication. | |||
2023-06-30 | Fixing of various errors with duplicate labels | rebortg | |
2023-06-22 | T141: add TACACS support | Christian Breunig | |
2023-05-11 | syslog: T2769: add VRF support | Christian Breunig | |
2023-04-25 | Add login limits | Viacheslav Hletenko | |
2023-04-17 | fix duplicate labels | rebortg | |
2023-04-13 | T5150: Kernel/Zebra route-map support | Christian Breunig | |
2023-03-29 | Add sFlow documentation and an example of configuraiton | Viacheslav Hletenko | |
2023-02-05 | Change IPsec authentication PSK and examples | Viacheslav Hletenko | |
2023-02-02 | sysctl: Add docs for sysctl command | Nicolas Fort | |
2023-01-31 | contrack: sync branches | rebortg | |
2023-01-19 | Delete acceleration.disable | Robert Göhler | |
2023-01-18 | loadkey is to be completely removed from 1.4 | erkin | |
2023-01-15 | Merge pull request #922 from b-/patch-1 | Robert Göhler | |
add reference to /etc/hosts | |||
2023-01-14 | T3008: migrate from ntpd to chrony | Christian Breunig | |
2023-01-13 | removed spurious comma | bri | |
2023-01-13 | oh, so THAT'S how you rst | bri | |
2023-01-13 | Update host-name.rst | bri | |
please don't manually edit /etc/hosts | |||
2023-01-13 | add reference to /etc/hosts | bri | |
This mainly for search engine optimization -- it took me too much effort to get the correct results I wanted by searching the Internet for `vyos hosts file` | |||
2023-01-04 | ssh: T2651: document ssh-client CLI options | Christian Poessinger | |
2022-12-19 | Conntrack: update docs with all conntrack commands supported so far. (#905) | Nicolás Fort | |
2022-12-19 | system login: T4751: 2FA OTP key generator in VyOS CLI (#875) | goodNETnick | |
Co-authored-by: Robert Göhler <github@ghlr.de> | |||
2022-10-17 | correct 2fa/mfa defaultvalue syntax | Robert Göhler | |
2022-10-16 | login: add 2fa/mfa default values | Christian Poessinger | |