Robert Göhler
98fecd79ed
Merge pull request #896 from Cheeze-It/master
...
Updating ospf.rst and adding examples
2022-11-27 21:47:38 +01:00
Robert Göhler
c7c838ffa5
Merge pull request #895 from nicolas-fort/fwall_update
...
Firewall update: add groups and note to firewall interface section
2022-11-27 21:44:33 +01:00
Robert Göhler
a669e2d293
Merge pull request #885 from Rain/T4612-arbitrary-netmasks-docs
...
firewall: T4612: Support arbitrary netmasks Documentation
2022-11-27 21:43:00 +01:00
Christian Poessinger
37b7955fc2
T4825: add virtual-ethernet interface docu
2022-11-25 20:45:20 +01:00
Christian Poessinger
52b35c5efc
dummy: fix copy/paste error referencing ethernet interfaces
2022-11-25 20:44:51 +01:00
Cheeze-It
080fd33146
Updating ospf.rst and adding examples
2022-11-24 17:11:55 -07:00
Nicolas Fort
7b7ea78ee2
Firewall update: add groups and note to firewall interface section
2022-11-24 16:24:03 -03:00
Cheeze-It
5072506e29
Adding configuration examples to IS-IS ( #894 )
...
* Adding configuration examples to ISIS
* Update isis.rst
* Updating IS-IS documentation character lengths
* Updating IS-IS documentation again for lengths...
2022-11-23 21:12:28 +01:00
sarthurdev
4b1c641e63
policy: T2199: Update policy route interface examples
2022-11-18 14:11:33 +01:00
Robert Göhler
f2cf8417aa
Merge pull request #888 from srividya0208/newformat
...
Modified the documentation as per the new format/syntax
2022-11-15 20:49:03 +01:00
srividya0208
ac70a57fd1
Modified the documentation as per the new format/syntax
2022-11-08 22:24:58 -05:00
Robert Göhler
e2b77279ae
Merge pull request #868 from SquirePug/patch-2
...
Add MSS clamp example
2022-11-08 21:04:56 +01:00
Robert Göhler
57a03630ae
Adjust example IP
2022-11-08 21:04:29 +01:00
Rain
52d2552a24
firewall: T4612: Support arbitrary netmasks Documentation
2022-11-03 14:43:07 -04:00
srividya0208
a918064d93
tunnel-mac: mac addr option unavailable for tunnel interface
...
Mac address option is not present for tunnel interface so had to
remove from the documentation. As the include pages are called,
added two new files to reflect the changes
2022-10-20 03:36:07 -04:00
Robert Göhler
a999f68a27
correct 2fa/mfa defaultvalue syntax
2022-10-17 09:22:12 +02:00
Christian Poessinger
42f250887a
login: add 2fa/mfa default values
2022-10-16 20:17:05 +02:00
Christian Poessinger
3d1ff53b82
login: 2fa: adjust to latest CLI commands
2022-10-15 08:45:29 +02:00
sarthurdev
73e8670fc4
firewall: T2199: Updates to migrated firewall interface nodes
2022-10-14 20:24:21 +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
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
SquirePug
11e42fb21d
Add MSS clamp example
2022-10-06 15:21:36 +11: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
William Hughes
78dbc71354
conserver: T4717: Support for setting a name for console-server devices
2022-09-28 17:36:54 +13: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
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
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
Nicolas Fort
dce86e966e
Firewall. Update matching criteria for firewall rules
2022-09-06 13:41:31 -03: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
fett0
22de986f19
ospfv3 /mpls : worng commannds and description
2022-08-25 17:11:29 -03:00
fett0
6b99162a0b
ospfv3 /mpls : worng commannds and description
2022-08-25 17:03:55 -03:00
Nicolas Fort
28acbc3f0a
Wan Load Balancing: add warning message - it should not be ussed with dynamic routing protocols
2022-08-24 15:23:16 -03:00
Robert Göhler
656cc5732a
Merge pull request #833 from evie404/patch-2
...
Update generate public-key-command user subcommand for sagitta
2022-08-16 15:25:17 +02:00
Robert Göhler
0599c6cb41
Merge pull request #834 from evie404/static-mapping
...
Add ipv4 DHCP static mapping example and fix ipv6 DHCP static mapping show output
2022-08-16 15:24:16 +02:00
Robert Göhler
61ce38a482
Merge pull request #835 from evie404/patch-3
...
update ethernet hardware offload to reflect current options and order
2022-08-15 09:57:51 +02:00
Evelyn Pai
fb7b7f20ea
update ethernet hardware offload to reflect current options and order
2022-08-14 10:01:13 -07:00
Ricky Pai
e3c911777f
fix ipv6 dhcp mapping codeblock
2022-08-12 10:09:07 -07:00
Ricky Pai
1b65bcf2f7
ipv4 static mapping example
2022-08-12 10:08:35 -07:00
Evelyn Pai
47f9effb16
Update generate public-key-command user subcommand
2022-08-12 09:37:04 -07:00
Nicolas Fort
aa476d6ea3
T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_ports
2022-08-12 08:26:43 -03:00
Robert Göhler
764b8a5825
Merge pull request #827 from FileGo/pki-certificates-typo
...
Fix typo in command: "certificate" instead of "certificates"
2022-08-07 20:27:18 +02:00