2389 Commits

Author SHA1 Message Date
rebortg
31d1fe637d refresh vyos commands for coverage page 2022-10-14 20:22:29 +02:00
Robert Göhler
655607eecc
Merge pull request #873 from aapostoliuk/T4660-sagitta
policy: T4660: Created documentation for CLI changes in route-map
2022-10-12 11:05:47 +02:00
Christian Poessinger
ec0b3737d6
Merge pull request #858 from goodNETnick/login_otp_2fa
system login: T874: add 2FA support for local and ssh authentication
2022-10-12 09:02:53 +02:00
goodNETnick
3cfb996078 system login: T874: add 2FA support for local and ssh authentication 2022-10-11 20:05:21 -04:00
aapostoliuk
c2c1fe7a6b policy: T4660: Created documentation for CLI changes in route-map
Created documentation for CLI changes in
policy route-map set community
policy route-map set large-community
policy route-map set extcommunity
2022-10-11 16:34:21 +03:00
Robert Göhler
5d33e1ef7f
Merge pull request #871 from vyos/update-dependencies-master
Github: update current branch
2022-10-10 16:32:02 +02:00
rebortg
5194367e5d autotest: tunnelbroker Version update 2022-10-10 16:27:45 +02:00
rebortg
50bf0de51c autotest: L3VPN_EVPN Version update 2022-10-10 16:11:13 +02:00
rebortg
939ae3db57 Github: update current branch 2022-10-10 06:22:23 +00:00
rebortg
8fce5147e2 autotest: DHCPRelay_through_GRE Version update 2022-10-09 22:09:10 +02:00
rebortg
f2fca40158 autotest: Wireguard Version update 2022-10-09 21:46:25 +02:00
Robert Göhler
4ba654fa4f
Merge pull request #870 from ganawaj/feature/correct-firewall-application
firewall: correct rule-set interface assignments
2022-10-09 21:01:08 +02:00
Ganawa Juanah
7118b6119f
firewall: reduce line ending in rule-set 2022-10-08 16:35:22 -05:00
Ganawa Juanah
1b1e930a22
firewall: reduce line ending in rule-set 2022-10-08 16:32:49 -05:00
Ganawa Juanah
80dc663e5d
firewall: correct typo 2022-10-08 16:23:59 -05:00
Ganawa Juanah
8f9aa4476d
firewall: correct firewall example 2022-10-08 16:21:44 -05:00
Ganawa Juanah
deb95e79ca
firewall: correct rule-set interface assignment 2022-10-08 16:19:31 -05:00
Robert Göhler
d5bb462db1
Merge pull request #866 from vyos/update-dependencies-master
Github: update current branch
2022-10-06 20:45:18 +02:00
Robert Göhler
8eb8d61b17
Merge pull request #865 from goodNETnick/password_reset
Password recovery procedure
2022-10-06 20:44:35 +02:00
rebortg
2276c7df3d Github: update current branch 2022-10-03 06:11:17 +00:00
goodNETnick
a48df9e130 Password recovery procedure 2022-10-01 01:53:40 -04:00
Robert Göhler
545156f64a
Merge pull request #864 from sever-sever/ipsec-changes
ipsec: T4118: Change IPSec syntax
2022-09-29 20:45:43 +02:00
Viacheslav Hletenko
4dabe5123f ipsec: T4118: Change IPSec syntax
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-29 17:16:28 +03:00
Christian Poessinger
380ad169a9
Merge pull request #862 from insertjokehere/console-server-names
conserver: T4717: Support for setting a name for console-server devices
2022-09-28 06:43:22 +02:00
William Hughes
78dbc71354 conserver: T4717: Support for setting a name for console-server devices 2022-09-28 17:36:54 +13:00
Robert Göhler
dbac1be57b
Merge pull request #863 from vyos/update-dependencies-master
Github: update current branch
2022-09-27 13:57:59 +02:00
rebortg
33d03cc102 Github: update current branch 2022-09-26 06:27:19 +00:00
Robert Göhler
b442d20e65
Merge pull request #860 from icyfire0573/patch-2
Update Set Firewall
2022-09-25 21:11:31 +02:00
Robert Göhler
3eb8d27998
Merge pull request #861 from Nephiaust/patch-3
Update documentation.rst
2022-09-25 21:11:08 +02:00
Nephiaust
d056bf6edd
Update documentation.rst
Fixed typo in the 'page content' section. "Title" was misspelt.
2022-09-26 00:42:32 +09:30
icyfire0573
e50a28e49c
Update Set Firewall
Current commands look like they were for 1.3?
2022-09-25 09:20:07 -04:00
Robert Göhler
1095fc3071
correct phabricator task id 2022-09-19 20:43:57 +02:00
Robert Göhler
a10d861160
Merge pull request #857 from vyos/update-dependencies-master
Github: update current branch
2022-09-19 20:27:44 +02:00
rebortg
9681230893 Github: update current branch 2022-09-19 06:29:55 +00:00
Christian Poessinger
392a14de57 pppoe-server: T4703: combine vlan-id and vlan-range into single CLI 2022-09-17 08:50:06 +02:00
Christian Poessinger
122ecb23fc firewall: T2199: adjust to new 1.4 CLI syntax
"set zone-policy zone <name>" moved to "set firewall zone <name>".
2022-09-14 19:55:56 +02:00
Robert Göhler
6071376c03
Merge pull request #854 from vyos/update-dependencies-master
Github: update current branch
2022-09-12 20:54:33 +02:00
rebortg
9edc99e2b1 Github: update current branch 2022-09-12 06:28:24 +00:00
rebortg
a93b0b8eb5 proxmox: subscription information correction 2022-09-09 20:55:34 +02:00
Robert Göhler
5bb999f7ee
Merge pull request #850 from nicolas-fort/policy-update
Update policy route docs.
2022-09-09 20:43:48 +02:00
Nicolas Fort
5ce3679ff3 Update policy route docs. Gral structure change, moving forward to a similar structure that firewall docs. Also, new matching options was added to the docs. 2022-09-08 13:35:28 -03:00
Daniil Baturin
adbffa6d47
Merge pull request #849 from srividya0208/ipsec-interfaces
ipsec-interface: syntax correction
2022-09-08 12:09:47 +01:00
srividya0208
da88a7dadc ipsec-interface: syntax correction
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-08 06:55:52 -04:00
Robert Göhler
86f8017a80
Merge pull request #848 from nicolas-fort/Firewall-Matching_criteria
Firewall. Update matching criteria for firewall rules
2022-09-06 20:38:45 +02:00
Robert Göhler
892c24d943
Merge pull request #845 from roedie/T4665
T4665: Keepalived: Docs for using the same VRID
2022-09-06 20:36:14 +02:00
Robert Göhler
f6aba9974c
Merge pull request #846 from vyos/update-dependencies-master
Github: update current branch
2022-09-06 20:34:39 +02:00
Nicolas Fort
dce86e966e Firewall. Update matching criteria for firewall rules 2022-09-06 13:41:31 -03:00
rebortg
1178579947 Github: update current branch 2022-09-05 06:22:13 +00:00
Sander Klein
6a0d06565f T4665: Keepalived: Docs for using the same VRID
Using the same VRID on the same interface is allowed when they
are different address families.
2022-09-02 21:11:48 +02:00
Robert Göhler
1e13aef910
Merge pull request #844 from vyos/update-dependencies-master
Github: update current branch
2022-08-29 21:16:57 +02:00