Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-27 | firewall: sync to master branch | Christian Breunig | |
2023-12-26 | 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> ``` (cherry picked from commit fd3073eef7bcbd64112e0581ba10afb58100b30d) | |||
2023-12-25 | snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" | Christian Breunig | |
(cherry picked from commit 0ed155b05523c755a9eb777c49a3a0fd4b56149e) | |||
2023-12-15 | frr: T4020: document multiple per daemon config knobs | Christian Breunig | |
(cherry picked from commit 4aeedc96c2168bd6e19c2be7d30584c8a9fa6ab7) | |||
2023-12-11 | NAT64: Add example of configuration for NAT64 | Viacheslav Hletenko | |
Add a simple description and example of NAT64 (cherry picked from commit 9a049c007001aaa463ba51f82ecf2fb7ed1e4f20) | |||
2023-12-08 | policy: T4704: Added set metric (MED) to (+/-)rtt in route-map | aapostoliuk | |
Added set metric (MED) to (+/-)rtt in route-map (cherry picked from commit a78504e95cac31f84714268441781ed0cc8ff578) | |||
2023-12-02 | vpn: update site2site VTI example | Christian Breunig | |
(cherry picked from commit 0429c317884d8951cbf2e432981edeacd426f3ed) | |||
2023-11-29 | docs: fix to code snippet in Quick Start/Firewall and typo Firewall/Global ↵ | Giggum | |
Options sagitta/quick-start.html: Fix to replace "interface-name" with "name" for rule 30 and 40 in code snippet to correct syntax error. sagitta/configuration/firewall/global-options.html: Fix to improve correctness is use of English language from "conform" to "confirming" On branch sagitta_giggum Changes to be committed: modified: quick-start.rst modified: configuration/firewall/global-options.rst | |||
2023-11-24 | ipsec: gre: use dummy interface in example over loopback | Christian Breunig | |
(cherry picked from commit 5953d6f69748c82cbd9eafbe662163924ae719e6) | |||
2023-11-24 | fix some build warnings | rebortg | |
2023-11-23 | backport Firewall docs from master | rebortg | |
2023-11-22 | vxlan: T5753: add support for VNI filtering | Christian Breunig | |
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df) | |||
2023-11-22 | http: T5762: rename "virtual-host listen-port" -> "virtual-host port" | Christian Breunig | |
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5) | |||
2023-11-21 | http: T5762: api: make API socket backend communication the one and only default | Christian Breunig | |
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy. (cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01) | |||
2023-11-16 | pim: igmp: T5733: adjust to latest CLI syntax | Christian Breunig | |
(cherry picked from commit 2de650e60c84c70e26cc02341c07fe84e6d1c1fa) | |||
2023-11-07 | Add "monitor log ssh" and "monitor log ssh dynamic-protection" | JeffWDH | |
(cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc) | |||
2023-11-07 | Update ssh.rst | JeffWDH | |
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection (cherry picked from commit c9a06800f999f6e68883ec7d3ae7fd97e3b6e4d5) | |||
2023-10-31 | T5699: vxlan: migrate "external" CLI know to "parameters external" | Christian Breunig | |
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d) | |||
2023-10-31 | vxlan: T5668: add CLI knob to enable ARP/ND suppression | Christian Breunig | |
(cherry picked from commit 11cb9979e0087c9742ce80d11dd06318bc533917) | |||
2023-10-28 | vxlan: add missing "parameters nolearning" help | Christian Breunig | |
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228) | |||
2023-10-17 | wireless: extend example with missing country-code | Christian Breunig | |
(cherry picked from commit 1ddce99cc861a3e7de23ef218baeb435efa81880) | |||
2023-10-08 | T5630: pppoe: allow to specify MRU in addition to already configurable MTU | Christian Breunig | |
(cherry picked from commit 7090b69845a8d304d1608e18efef383082114f33) | |||
2023-09-13 | vrf: add NAT example | Christian Breunig | |
2023-09-13 | Merge pull request #1075 from dmbaturin/T5270-openvpn-peer-fingerprint | John Estabrook | |
openvpn: Add peer fingerprint mode | |||
2023-09-13 | openvpn: Add peer fingerprint mode | Daniil Baturin | |
2023-09-11 | Merge pull request #1076 from nicolas-fort/Firewall_new_cli_update | Robert Göhler | |
Firewall refactor: add visible note in firewall docs: | |||
2023-09-10 | T5518: Document `protocols pim6` | Yuxiang Zhu | |
2023-09-09 | vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridges | Christian Breunig | |
2023-09-08 | Firewall refactor: add visible note in firewall docs: zone, quick-start and ↵ | Nicolas Fort | |
config blueprint zone-policy | |||
2023-09-04 | correction of ipsec compression syntax and added a reference | srividya0208 | |
for changes done for zone based firewall | |||
2023-08-26 | Merge pull request #1065 from giga1699/T5447 | Robert Göhler | |
MACsec: Document static key configuration | |||
2023-08-26 | MACsec: Document static key configuration | Giga Murphy | |
2023-08-25 | firewall: correction of default-action for rule-set | srividya0208 | |
2023-08-23 | l3vpn : add label allocation mode documentation | fett0 | |
2023-08-19 | wifi: fix CLI nodes for country-code definition | Christian Breunig | |
2023-08-17 | T5409: add per-client-thread CLI option for wireguard and wireless interfaces | Christian Breunig | |
2023-08-16 | l3vpn: T5338: fix review comment | Christian Breunig | |
2023-08-16 | Merge pull request #1043 from aapostoliuk/T5338-sagitta | Christian Breunig | |
l3vpn: T5338: Added 'protocols bgp interface <int> mpls forwarding' | |||
2023-08-16 | Merge pull request #1035 from nicolas-fort/T5160-new_fwall_cli | Christian Breunig | |
T5160: New firewall cli - Update documentation for new firewall structure | |||
2023-08-14 | Update release version on index | Nicolás Fort | |
2023-08-08 | T5014: add NAT Load Balance commands and configuration example. | Nicolas Fort | |
2023-08-06 | T5445: dyndns: add possibility to specify update interval (timeout) | Christian Breunig | |
2023-07-31 | pppoe-server: T5418: remove nonexistent restriction (#1052) | Ricardo Figueiredo | |
2023-07-28 | Merge pull request #1051 from marek22k/master | Robert Göhler | |
L2TPv3: Fix typo | |||
2023-07-27 | openvpn: T4974: merge two DCO docs | Christian Breunig | |
2023-07-27 | Merge pull request #1049 from fett0/Openvpn-dco-doc | Christian Breunig | |
OpenVPN : add documetation DCO on VyOS | |||
2023-07-27 | openvpn: T4974: fix typo | Christian Breunig | |
2023-07-27 | openvpn: T4974: add data channel offload CLI documentation | Christian Breunig | |
2023-07-26 | L2TPv3: Fix typo | Marek Küthe | |
The previous RFC pointed to the XMPP (Instant Messaging Standard) specification. | |||
2023-07-25 | ospf: T5377: add graceful restart FRR feature (RFC 3623) | Christian Breunig | |