summaryrefslogtreecommitdiff
path: root/docs/configuration
AgeCommit message (Collapse)Author
2022-10-08firewall: correct typoGanawa Juanah
2022-10-08firewall: correct firewall exampleGanawa Juanah
2022-10-08firewall: correct rule-set interface assignmentGanawa Juanah
2022-10-06Add MSS clamp exampleSquirePug
2022-09-29ipsec: T4118: Change IPSec syntaxViacheslav Hletenko
Migration and Change boolean nodes "enable/disable" to disable-xxxx, enable-xxxx and just xxx for VPN IPsec configurations - IKE changes: - replace 'ipsec ike-group <tag> mobike disable' => 'ipsec ike-group <tag> disable-mobike' - replace 'ipsec ike-group <tag> ikev2-reauth yes|no' => 'ipsec ike-group <tag> ikev2-reauth' - ESP changes: - replace 'ipsec esp-group <tag> compression enable' => 'ipsec esp-group <tag> compression' - PEER changes: - replace: 'peer <tag> id xxx' => 'peer <tag> local-id xxx' - replace: 'peer <tag> force-encapsulation enable' => 'peer <tag> force-udp-encapsulation' - add option: 'peer <tag> remote-address x.x.x.x' If peer name is IPv4 or IPv6 address add remote-address via migration script
2022-09-28conserver: T4717: Support for setting a name for console-server devicesWilliam Hughes
2022-09-17pppoe-server: T4703: combine vlan-id and vlan-range into single CLIChristian Poessinger
2022-09-14firewall: T2199: adjust to new 1.4 CLI syntaxChristian Poessinger
"set zone-policy zone <name>" moved to "set firewall zone <name>".
2022-09-08Update policy route docs. Gral structure change, moving forward to a similar ↵Nicolas Fort
structure that firewall docs. Also, new matching options was added to the docs.
2022-09-08ipsec-interface: syntax correctionsrividya0208
The command to set the vpn interface is changed in the rolling release which is not modified in many configuration examples, corrected syntax in all pages where it is mentioned
2022-09-06Merge pull request #848 from nicolas-fort/Firewall-Matching_criteriaRobert Göhler
Firewall. Update matching criteria for firewall rules
2022-09-06Firewall. Update matching criteria for firewall rulesNicolas Fort
2022-09-02T4665: Keepalived: Docs for using the same VRIDSander Klein
Using the same VRID on the same interface is allowed when they are different address families.
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
2022-08-24Wan Load Balancing: add warning message - it should not be ussed with ↵Nicolas Fort
dynamic routing protocols
2022-08-16Merge pull request #833 from evie404/patch-2Robert Göhler
Update generate public-key-command user subcommand for sagitta
2022-08-16Merge pull request #834 from evie404/static-mappingRobert Göhler
Add ipv4 DHCP static mapping example and fix ipv6 DHCP static mapping show output
2022-08-15Merge pull request #835 from evie404/patch-3Robert Göhler
update ethernet hardware offload to reflect current options and order
2022-08-14update ethernet hardware offload to reflect current options and orderEvelyn Pai
2022-08-12fix ipv6 dhcp mapping codeblockRicky Pai
2022-08-12ipv4 static mapping exampleRicky Pai
2022-08-12Update generate public-key-command user subcommandEvelyn Pai
2022-08-12T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_portsNicolas Fort
2022-08-07Merge pull request #827 from FileGo/pki-certificates-typoRobert Göhler
Fix typo in command: "certificate" instead of "certificates"
2022-08-05openconnect: Fixed gramma mistake in commandsaapostoliuk
Fixed gramma mistake in commands
2022-08-04bgp: T4257: changing BGP "local-as" to "system-as"Christian Poessinger
2022-08-02Fix typo in command: "certificate" instead of "certificates"FileGo
2022-08-02macsec: fix typo in command exampleChristian Poessinger
2022-08-01macsec: add abbreviationsChristian Poessinger
2022-08-01macsec: adjust op-mode commands to latest CLI syntaxChristian Poessinger
2022-08-01Update sstp.rstKav7
The command path: set vpn sstp ssl key-file <file> Does not appear to exist anymore, as per https://github.com/vyos/vyos-1x/pull/1038 Can the doc be updated with instructions on SSTP setup with new command structure?
2022-07-28Merge pull request #822 from srividya0208/dhcp-serverRobert Göhler
dhcp-server: correction in the page
2022-07-27pppoe: remove "default-route" CLI optionChristian Poessinger
2022-07-27dhcp-server: correction in the pagesrividya0208
Added description about listen-address parameter and corrected syntax
2022-07-26Merge pull request #818 from goodNETnick/masterRobert Göhler
route-map: T4542: match prefix-len Kernel notice
2022-07-23router-advert: Add deprecate-prefix & decrement-lifetimesYuxiang Zhu
for PR https://github.com/vyos/vyos-1x/pull/1421
2022-07-23Merge branch 'master' of https://github.com/goodNETnick/vyos-documentationgoodNETnick
2022-07-23route-map: T4542: match prefix-len Kernel noticegoodNETnick
2022-07-20Merge pull request #817 from goodNETnick/masterDaniil Baturin
route-map match prefix-len command
2022-07-20route-map match prefix-len commandgoodNETnick
2022-07-19Merge pull request #813 from ServerForge/ServerForge-patch-1Robert Göhler
Update https.rst
2022-07-19Add missing param to encrypt tunnelEshenko Dmitriy
2022-07-13Update https.rstKyleM
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"
2022-07-12disable-directed-broadcast correct commandRobert Göhler
2022-07-12Add directed broadcast forwarding documentationYuxiang Zhu
2022-07-11conntrack-sync: Changed commands syntaxaapostoliuk
Changed commands syntax to new new format
2022-07-09Merge pull request #806 from Diekos/firewall-matchingcriteria-recentDaniil Baturin
Firewall: add 'recent' matching criteria
2022-07-09Firewall: add 'recent' matching criteriaRemi
2022-07-08bridge: Add IGMP/MLD snoopingYuxiang Zhu
... and update the description for `igmp querier` to match the fact that MLD querier is also controlled by that option.