summaryrefslogtreecommitdiff
path: root/docs/configuration
AgeCommit message (Collapse)Author
2023-11-23backport Firewall docs from masterrebortg
2023-11-22vxlan: T5753: add support for VNI filteringChristian Breunig
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df)
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5)
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian 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-16pim: igmp: T5733: adjust to latest CLI syntaxChristian Breunig
(cherry picked from commit 2de650e60c84c70e26cc02341c07fe84e6d1c1fa)
2023-11-07Add "monitor log ssh" and "monitor log ssh dynamic-protection"JeffWDH
(cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc)
2023-11-07Update ssh.rstJeffWDH
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-31T5699: vxlan: migrate "external" CLI know to "parameters external"Christian Breunig
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
2023-10-31vxlan: T5668: add CLI knob to enable ARP/ND suppressionChristian Breunig
(cherry picked from commit 11cb9979e0087c9742ce80d11dd06318bc533917)
2023-10-28vxlan: add missing "parameters nolearning" helpChristian Breunig
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228)
2023-10-17wireless: extend example with missing country-codeChristian Breunig
(cherry picked from commit 1ddce99cc861a3e7de23ef218baeb435efa81880)
2023-10-08T5630: pppoe: allow to specify MRU in addition to already configurable MTUChristian Breunig
(cherry picked from commit 7090b69845a8d304d1608e18efef383082114f33)
2023-09-13vrf: add NAT exampleChristian Breunig
2023-09-13Merge pull request #1075 from dmbaturin/T5270-openvpn-peer-fingerprintJohn Estabrook
openvpn: Add peer fingerprint mode
2023-09-13openvpn: Add peer fingerprint modeDaniil Baturin
2023-09-11Merge pull request #1076 from nicolas-fort/Firewall_new_cli_updateRobert Göhler
Firewall refactor: add visible note in firewall docs:
2023-09-10T5518: Document `protocols pim6`Yuxiang Zhu
2023-09-09vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridgesChristian Breunig
2023-09-08Firewall refactor: add visible note in firewall docs: zone, quick-start and ↵Nicolas Fort
config blueprint zone-policy
2023-09-04correction of ipsec compression syntax and added a referencesrividya0208
for changes done for zone based firewall
2023-08-26Merge pull request #1065 from giga1699/T5447Robert Göhler
MACsec: Document static key configuration
2023-08-26MACsec: Document static key configurationGiga Murphy
2023-08-25firewall: correction of default-action for rule-setsrividya0208
2023-08-23l3vpn : add label allocation mode documentationfett0
2023-08-19wifi: fix CLI nodes for country-code definitionChristian Breunig
2023-08-17T5409: add per-client-thread CLI option for wireguard and wireless interfacesChristian Breunig
2023-08-16l3vpn: T5338: fix review commentChristian Breunig
2023-08-16Merge pull request #1043 from aapostoliuk/T5338-sagittaChristian Breunig
l3vpn: T5338: Added 'protocols bgp interface <int> mpls forwarding'
2023-08-16Merge pull request #1035 from nicolas-fort/T5160-new_fwall_cliChristian Breunig
T5160: New firewall cli - Update documentation for new firewall structure
2023-08-14Update release version on indexNicolás Fort
2023-08-08T5014: add NAT Load Balance commands and configuration example.Nicolas Fort
2023-08-06T5445: dyndns: add possibility to specify update interval (timeout)Christian Breunig
2023-07-31pppoe-server: T5418: remove nonexistent restriction (#1052)Ricardo Figueiredo
2023-07-28Merge pull request #1051 from marek22k/masterRobert Göhler
L2TPv3: Fix typo
2023-07-27openvpn: T4974: merge two DCO docsChristian Breunig
2023-07-27Merge pull request #1049 from fett0/Openvpn-dco-docChristian Breunig
OpenVPN : add documetation DCO on VyOS
2023-07-27openvpn: T4974: fix typoChristian Breunig
2023-07-27openvpn: T4974: add data channel offload CLI documentationChristian Breunig
2023-07-26L2TPv3: Fix typoMarek Küthe
The previous RFC pointed to the XMPP (Instant Messaging Standard) specification.
2023-07-25ospf: T5377: add graceful restart FRR feature (RFC 3623)Christian Breunig
2023-07-24OpenVPN : add documetation DCO on VyOSfett0
2023-07-24T4889: NAT Redirection: adding information that dnat redirection is supportedNicolas Fort
2023-07-19interface mirror options are changed.srividya0208
two paragraphs are defined about the mirror option, removed the paragraph having the older cli structure.
2023-07-17dhcp-relay: add <disable> command for dhcp and dhcpv6 realysNicolas Fort
2023-07-17l3vpn: T5338: Added 'protocols bgp interface <int> mpls forwarding'aapostoliuk
Added command 'protocols bgp interface <int> mpls forwarding'
2023-07-03ospf: T5334: add support for External Route Summarisation Type-5 and Type-7Christian Breunig
2023-06-30Fixing of various errors with duplicate labelsrebortg
2023-06-27T5160: New firewall cli - Update documentation for new firewall structure. ↵Nicolas Fort
Also, keep old/legacy firewall documentation.
2023-06-26vrrp: T5315: add support to explicitly specify versionChristian Breunig
2023-06-22Merge pull request #1027 from vyos/t141-tacacsChristian Breunig
T141: add TACACS support