260 Commits

Author SHA1 Message Date
Christian Poessinger
6643c43bd6 conntrack-sync: improve overall documentation
(cherry picked from commit 1c2d4401144553acd1dafdceadd6beda10ae87f1)
2021-05-15 11:06:59 +02:00
Christian Poessinger
ccf5338fb9 bond: add documentation for lacp-rate
(cherry picked from commit 9be325f7370d955f252f3ea46a4c5689e6dc7017)
2021-05-13 10:57:33 +02:00
Robert Göhler
b28d0d72b3
Merge pull request #521 from srividya0208/vrrp-e
VRRP(equuleus): addition  of rfc3768-compatibility definition
2021-05-03 20:28:32 +02:00
srividya0208
7e160bf3b7 VRRP(equuleus): addition of rfc3768-compatibility definition
Added the details of rfc3768-compatibility option and its command
2021-05-03 04:45:57 -04:00
Oguz Yilmaz
8f9d6e8ab6 firewall: typo fix in rule-sets matching criteria page
(cherry picked from commit a849f4045a6acc50591fdb4aa78fca9c6e0a5715)
2021-05-02 18:08:54 +02:00
srividya0208
c3b9667eea equueleus/console-server:correction of operational command 'connect'
Corrected the syntax for the operational command
from "connect console-server " to "connect console "
2021-04-25 14:02:43 -04:00
Christian Poessinger
bd028cc7ad wireguard: update roadwarrior configuration
(cherry picked from commit c508abed0015bd19f3b323b2a3f2c83248571e0f)
2021-04-25 09:45:52 +02:00
Christian Poessinger
c03f0c98d1 WireGuard: T1802: add mobile client config generation command
(cherry picked from commit d24b81bed22231d6efc561604809e3dacf2aa0e5)
2021-04-25 09:45:45 +02:00
Christian Poessinger
ada75b1ce9 vrf: note dynamic routing for VyOS 1.4 2021-04-16 19:25:52 +02:00
srividya0208
ca605c6942 T3458-e:1.3 ver:tunnel interface:replaced GRETAP with GRE-Bridge
Bymistakenly wrote gretap for 1.3 version, corrected with "GRE-Bridge"
    parameter as expected
2021-04-12 05:42:38 -04:00
Daniil Baturin
16fb2a71f9
Merge pull request #505 from srividya0208/T3458-e
T3458-e::tunnel interface:added GRETAP section for 1.3 ver
2021-04-12 00:57:21 +07:00
srividya0208
bab8bd3f5a T3458-e::tunnel interface:added GRETAP section for 1.3 ver
added the command configuration for gretap and corrected the syntax in
dhcp-relay example
2021-04-11 13:47:02 -04:00
Christian Poessinger
d93bdc3da7 pppoe: adjust to new prefix-delegation syntax
(cherry picked from commit 577c9d68f9c0c953cc4bb7583ed5f27efeaa854c)
2021-04-08 23:01:04 +02:00
Marco Muskus
fedcc80947 Update IPoE section with new syntax
(cherry picked from commit f6554fc6d947f24ea50e457d8d013b0c82f693cb)
2021-03-09 19:17:02 +01:00
rebortg
740fd0e911 HTTP-API: short line
(cherry picked from commit 414f5e5263526edf7943f1bd40e2dee3a3d6228c)
2021-03-08 19:51:31 +01:00
rebortg
f0f40dffed HTTP-API: rewrite and add config multiple commands
(cherry picked from commit a1503a89215094dbcefbb480d92f533ce684c781)
2021-03-08 19:51:22 +01:00
srividya0208
9b6f4d6e14 Correction in command syntax "set vpn l2tp remote-access dns-servers"
dns-servers parameter is replaced with name-server in the latest release

Old Syntax:
set vpn l2tp remote-access dns-servers server-1 '198.51.100.8'
set vpn l2tp remote-access dns-servers server-2 '198.51.100.4'

New Syntax:
set vpn l2tp remote-access name-server '198.51.100.8'
set vpn l2tp remote-access name-server '198.51.100.4'
2021-03-05 09:23:58 -05:00
Marco Muskus
8a5286b648 Update ipoe-server.rst
updated the docs with new syntax in the 1.3 version

(cherry picked from commit 6f5d627a9bed9711ef95971634378c164265e928)
2021-03-04 21:50:31 +01:00
rebortg
ce6aba8c6f service: add salt-minion
(cherry picked from commit 37dcf65eaffa63ec0205995a34ab3cf0640b1bef)
2021-02-23 20:43:52 +01:00
sever-sever
33a3a39871 bgp: Fix redistribute parameters
(cherry picked from commit f870e6ae93420a6f7eac202646ddc1050bcb382a)
2021-02-05 22:06:47 +01:00
erkin
85c87bbafa dns: Typographical/cosmetic corrections 2021-02-02 13:04:37 +03:00
Christian Poessinger
f701d667e6
Merge pull request #438 from samburney/master
pppoe: T3273: Add usage of each default-route mode
2021-01-31 15:52:40 +01:00
Christian Poessinger
c5272b1878 ssh: fix warning about "Explicit markup ends without a blank line" 2021-01-30 15:16:33 +01:00
Christian Poessinger
3a92f63ec0 ospf: adjust sections to section guidelines 2021-01-30 13:36:56 +01:00
Sam Burney
4842a37b7a pppoe: T3273: Fixed issue with line length 2021-01-30 09:53:53 +00:00
Sam Burney
a531335929 pppoe: T3273: Add usage of each default-route mode 2021-01-30 09:39:42 +00:00
Christian Poessinger
83c82dee8b rpki: update to reflect changes in the current branch 2021-01-29 11:18:40 +01:00
Christian Poessinger
d0ad9cf4a0 ssh: add op-mode commands 2021-01-29 10:59:46 +01:00
Leonid Voronkin
44647b95cb ospf: change redistribution metric value
due to T3194
2021-01-27 19:54:08 +01:00
rebortg
6dbe2feb4f rip: close cfgcmd string 2021-01-26 20:50:50 +01:00
rebortg
37729f367a bgp: fix build indentation warning 2021-01-26 20:49:02 +01:00
Leonid Voronkin
40996bae01
OSPF: added OSPFv3 commands and formated OSPFv2
Added OSPFv3 configuration and operation commands.
OSPFv2 formatted according to Style Guide.
added summarization commands for OSPFv2.
2021-01-19 19:39:13 +04:00
Leonid Voronkin
b6c5493342
bgp: change comand order, add route filterig
* bgp: change comand order, add route filterig

Placed upper more often used commands;
Add route filtering;
Add confederation commands;
Add route dampening.
2021-01-16 22:45:07 +01:00
jack9603301
694628045f bridge: Independent VLAN aware bridge document 2021-01-16 22:44:15 +01:00
Leonid Voronkin
636dadd817
isis: T3210: rename command to no-three-way-handshake 2021-01-15 20:13:27 +01:00
Leonid Voronkin
f428410ad0
bgp: fix linter errors 2021-01-13 20:36:36 +01:00
maehdros
16852e808e
BFD: Added explanation on the purpose 2021-01-12 21:58:28 +01:00
rebortg
f379d91963 disable empty pages, for the moment 2021-01-12 21:46:22 +01:00
Leonid Voronkin
3ab0c2e760
isis: add configuration commands and their explanations 2021-01-12 21:30:41 +01:00
Leonid Voronkin
0f51282eb4
bfd: add command for isis 2021-01-12 21:13:59 +01:00
Leonid Voronkin
ed39728bdf
rip: add all commands and their explanations 2021-01-11 19:42:37 +01:00
jack9603301
9c62938179
bridge: Add active VLAN aware option 2021-01-11 19:21:58 +08:00
Christian Poessinger
1a89ce7c32 Merge branch 'owen-01' of https://github.com/owendelong/vyos-documentation
* 'owen-01' of https://github.com/owendelong/vyos-documentation:
  Fixed line lenghts
  Integrated documentation of ip6gre into gre and added a corresponding configuration example
2021-01-09 20:51:01 +01:00
Leonid Voronkin
e9a0b93417
ospf: updates 2021-01-09 20:49:26 +01:00
Leonid Voronkin
188cf66956
ospf: update routing protocol command definitions 2021-01-08 18:39:29 +01:00
Owen DeLong
90ad8ca92e Fixed line lenghts 2021-01-08 09:38:56 -08:00
Owen DeLong
455aedc844
tunnel: add ip6gre configuration example 2021-01-08 18:38:37 +01:00
Owen DeLong
895dc5a3b2 Integrated documentation of ip6gre into gre and added a corresponding configuration example 2021-01-08 09:21:14 -08:00
Leonid Voronkin
bf5a8171be
Update ospf.rst 2021-01-07 15:08:11 +04:00
Leonid Voronkin
64781cbbfd
Update ospf.rst
add command and their explanation
2021-01-06 21:50:16 +04:00