1090 Commits

Author SHA1 Message Date
currite
a31185f895 wan-load-balancing: add wiki image for sticky connections 2020-11-04 18:09:17 +01:00
Christian Poessinger
168247e76a ip-commands: add "none" on code-block directives 2020-11-03 17:04:57 +01:00
Daniil Baturin
40d1e8a905
Merge pull request #358 from currite/ip-commands
routing/ip-commands: add a collection of IPv4 and IPv6 commands missi…
2020-11-02 22:13:54 +07:00
currite
ed86dcfe5f routing/ip-commands: add a collection of IPv4 and IPv6 commands missing in the manual. 2020-11-02 13:37:53 +01:00
Christian Poessinger
cdb3bceacd
Merge pull request #356 from currite/openvpn-troubleshooting
openvpn: add troubleshooting subsection
2020-10-30 09:31:40 +01:00
currite
bf45f93b03
Update openvpn.rst 2020-10-28 21:25:01 +01:00
currite
d8cae20060 openvpn: add troubleshooting subsection 2020-10-28 20:57:10 +01:00
Christian Poessinger
5b2cde1eaa routing: adjust chapter headers 2020-10-28 20:06:25 +01:00
currite
8c401562a8 ipoe-server: fix hierarchy tree 2020-10-28 10:48:59 +01:00
Cédric Jeanneret
5f0d33af1a Correct the scp URI
A standard `scp` call implies a ":" between the remote host
and the remote path. Let's reflect it in the doc to avoid
any confusion.
2020-10-26 19:28:17 +01:00
currite
ed9449fa47 qos: warning about possible IFB error 2020-10-23 19:31:38 +02:00
Christian Poessinger
e8cfda5cda
Merge pull request #351 from noah-de/forking-workflow-revisions
Forking Workflow: revisions to the forking workflow instructions
2020-10-23 13:20:45 +02:00
Noah Spahn
8295342ac1 revisions to the forking instructions
main changes include a consistent reference to the branch name
installing requirements before building locally
an alternate method for adding a commit message
2020-10-22 12:07:04 -07:00
Noah Spahn
439af25b06
Minor typo correction
harder doesn't make sense. The intention must have been to say 'hardware'.
2020-10-21 22:21:34 -07:00
Cheeze_It
c44aa8aeac MPLS: fix conf-mode definitions and line breaks
Moved the configuration mode commands and descriptions to fit VyOS template.
2020-10-19 19:42:40 -06:00
Christian Poessinger
46d1c98105 MPLS: fix op-mode definitions and line breaks 2020-10-19 12:54:36 +02:00
Cheeze-It
ad28f19e2c
MPLS: extend documentation with new functionality 2020-10-19 12:40:58 +02:00
root
61acd8021f vxlan syntax correction: link and remote-port parameters are not available in rolling release
Replaced "link" with "source-interface" and "remote-port" with "port"

.. code-block:: none

  vyos@vyos# set int vxlan vxlan1
  Possible completions:
  +  address      IP address
     description  Interface specific description
     disable      Administratively disable interface
   > firewall     Firewall options
   group        Multicast group address for VXLAN interface
   > ip           IPv4 routing parameters
   > ipv6         IPv6 routing parameters
     mac          Media Access Control (MAC) address
     mtu          Maximum Transmission Unit (MTU)
   > policy       Policy route options
     port         Destination port of VXLAN tunnel (default: 8472)
     remote       Remote address of VXLAN tunnel
     source-address
                VXLAN source address
     source-interface
                Physical interface used for connection
     vni          Virtual Network Identifier
2020-10-16 08:57:36 -04:00
Christian Poessinger
302b2f1769
Merge pull request #345 from currite/fix-fq-codel-example
qos: fix fq-codel example
2020-10-08 20:06:38 +02:00
currite
e2b75f6be4 qos: fix fq-codel example 2020-10-06 14:03:06 +02:00
Christian Poessinger
d0a50a0383 sstp: adjust to latest CLI commands 2020-10-04 20:41:05 +02:00
Christian Poessinger
71f73a88a0 sstp: T2953: adjust to new ppp-options CLI node 2020-10-02 17:56:56 +02:00
Christian Poessinger
840bfc9e2a
development: fix __main__ of Python skeleton 2020-09-25 20:10:42 +02:00
Christian Poessinger
cbb29ca10c
development: update python skeleton 2020-09-25 20:08:59 +02:00
kroy-the-rabbit
ad5f61e19e
build-iso: kernel: small spelling/wording update 2020-09-24 22:48:22 +02:00
Christian Poessinger
7bc844be7f build-vyos: kernel: add more verbose build output as example 2020-09-24 21:37:41 +02:00
Christian Poessinger
e9171f34fb build-vyos: add instructions how to build Linux Kernel 2020-09-24 21:17:11 +02:00
Christian Poessinger
352c018d28
Merge pull request #342 from currite/config-load
configuration mgmt: add saving and loading manually
2020-09-21 22:29:36 +02:00
Christian Poessinger
3a08bef1db
Merge pull request #340 from currite/pxe-keep-squashfs-name
install: pxe: warn about keeping filesytem.squashfs name
2020-09-21 22:29:09 +02:00
currite
6b7cb55d6d configuration mgmt: add saving and loading manually 2020-09-21 22:24:28 +02:00
currite
7de85e0e94 install: pxe: warn about keeping filesytem.squashfs name
https://support.sentrium.io/agent/go/ticket/1268
2020-09-21 20:46:26 +02:00
Christian Poessinger
59fb884e37 wwan: rename CLI command "ondemand" to "connect-on-demand" 2020-09-20 14:36:41 +02:00
Eron Lloyd
f95ed893ca
Update quick-start.rst
Adding a few minor edits to clean up the descriptions and add some consistency to them.
2020-09-19 12:04:04 -04:00
currite
f9cfad8e8f nptv6: replace outside-interface command with outbound-interface command 2020-09-18 01:44:16 +02:00
Christian Poessinger
0393c23f6e
Merge pull request #332 from currite/mss-clamping
mss-clamping: remove unnecessary disable commnad, add directives and …
2020-09-17 21:47:55 +02:00
Daniil Baturin
a537134a55
Merge pull request #334 from currite/commit-confirm
configuration-overview: fix commit-confirm definition
2020-09-17 19:55:39 +07:00
currite
fe6e27c2c4 configuration-overview: fix commit-confirm definition 2020-09-17 14:46:59 +02:00
currite
96f91545fa mss-clamping: remove unnecessary disable commnad, add directives and explanations 2020-09-17 13:32:10 +02:00
currite
1c2a5fb508 configuration overview: add set and comment to editing subsection 2020-09-16 13:59:24 +02:00
currite
64a4ac7b79
Update configuration-overview.rst 2020-09-16 13:36:13 +02:00
currite
e17f32e743 configuration overview: create subsection for compare configurations 2020-09-16 12:40:22 +02:00
Christian Poessinger
9f7cd4c790
Merge pull request #326 from currite/system-rollback
image management: create system rollback subsection
2020-09-15 19:09:25 +02:00
Christian Poessinger
4131c411e6
Merge pull request #325 from currite/qos-hint
qos: improve hint on choosing policy
2020-09-15 19:09:08 +02:00
Christian Poessinger
7c9212f782
Merge pull request #324 from currite/from-wiki-CLI
configuration overview: add missing contents from old wiki.
2020-09-15 19:08:55 +02:00
currite
6782d740ea image management: create system rollback subsection 2020-09-15 13:36:41 +02:00
currite
fc94b0cfd7 qos: improve hint on choosing policy 2020-09-15 10:28:07 +02:00
currite
7a132cdfdb configuration overview: add missing contents from old wiki.
Add commands: commit-confirm, copy, rename, show system commit diff <number>.
Add few little clarifications too.
2020-09-15 02:13:07 +02:00
Christian Poessinger
a010ef5190 bonding: add example with Arista EOS 2020-09-14 21:03:33 +02:00
Christian Poessinger
910fa1ab3a openvpn: fix WARNING: Title level inconsistent 2020-09-14 19:58:20 +02:00
Christian Poessinger
2862a9318f bonding: extend operational mode commands 2020-09-13 16:08:12 +02:00