715 Commits

Author SHA1 Message Date
Christian Poessinger
9ee929766b nptv6: move into dedicated chapter 2020-01-21 12:52:07 +01:00
Christian Poessinger
ca482df616 nat: rename "Destination NAT" chapter to "DNAT" 2020-01-21 12:47:03 +01:00
Christian Poessinger
28f54cd324 nat: rename "Source NAT" chapter to "SNAT" 2020-01-21 12:46:45 +01:00
Christian Poessinger
12884aeff5 tftp-server: remove directory example from CLI definition 2020-01-21 12:39:59 +01:00
Christian Poessinger
5698c2e186 ssh: use comma separated list on mac/cipher suites 2020-01-21 12:38:03 +01:00
Christian Poessinger
4151910b8a pppoe-server: grammar fix 2020-01-21 12:34:11 +01:00
Christian Poessinger
7ffd333ba5 mdns-repeater: tiny rewording, eliminate broadcast term 2020-01-21 12:32:57 +01:00
Christian Poessinger
3d96045e7e dhcp-relay: make CLI syntax more consistent 2020-01-21 12:29:21 +01:00
hagbard-01
9bac097c6e
Merge pull request #188 from JayBeale/patch-1
Correcting syntax for showing a keypair
2020-01-19 09:06:11 -08:00
kroy
58cc285c04 install: new section about known issues that can't be fixed 2020-01-18 22:00:14 -06:00
Jay Beale
f6dae4b3ce
Correcting syntax for showing a keypair
When running the command listed on this page, I receive this error:

run show wireguard named-keypairs pubkey KP01

  Invalid command: show wireguard [named-keypairs]

When I instead run the following, the desired output arrives:  run show wireguard keypairs pubkey KP01
2020-01-18 15:44:21 -08:00
Stephen James
74c5a1fc3c Fix some typos and capitalizations 2020-01-11 23:37:28 -05:00
Robert Göhler
689756182b
Merge pull request #182 from currite/image-mgmt-typo
image management: fix typo at last paragraph
2020-01-11 09:33:35 +01:00
currite
dbc5291322 image management: fix typo at last paragraph 2020-01-10 18:40:02 +01:00
Robert Göhler
e680a4ac47
Merge pull request #181 from currite/log-privacy02
syslog: hint on show log strip-private
2020-01-10 18:31:44 +01:00
currite
eb98403c36 syslog: fix typo on strip-private 2020-01-10 18:28:47 +01:00
currite
a49928959d syslog: hint on show log strip-private 2020-01-10 17:23:05 +01:00
currite
016cfa0e58 update vyos: indicate latest image URL
show hint for URL https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
2020-01-10 13:07:55 +01:00
currite
865ff07ba7 command tree configmode: expand explanation and example of edit command
recycling https://blog.vyos.io/copying/renaming-node-comments-and-other-little-known-features-of-the-vyos-cli
2020-01-09 21:18:10 +01:00
Pedro Perez
2a59df86ae Fixed active-active typo 2020-01-09 14:01:50 +00:00
Pedro Perez
78219f484f Linked redudant doc from single tunnel doc
Updated as some folks missed the dual/redundant configuration examples.
2020-01-09 14:00:20 +00:00
Robert Göhler
5e23f4966f Configuration Overview: erase space and fix layout 2020-01-04 20:10:25 +01:00
Christian Poessinger
50352bbf62 dhcp: use documented section style guide 2020-01-04 16:33:09 +01:00
Christian Poessinger
811129e2e3 dhcp: use proper indent on description inside failover section 2020-01-04 16:25:54 +01:00
Christian Poessinger
389f5fb8e5 dhcp: add dedicated failover example 2020-01-04 16:25:54 +01:00
Christian Poessinger
3bc405eaa0 dhcp: remove example statements from cfgcmd definition 2020-01-04 16:25:54 +01:00
Christian Poessinger
36da6f8bc5 dhcp: use 80 character line breaks 2020-01-04 16:03:41 +01:00
Christian Poessinger
e9b576ebe9 flow-accounting: proper indent by 3 the cfgcmd explanations 2020-01-04 15:47:56 +01:00
Robert Göhler
1d7328e3b7 BGP: fix ref error 2020-01-04 14:21:49 +01:00
Robert Göhler
52595595f7 Merge branch 'master' into newdirectives 2020-01-04 14:12:53 +01:00
Robert Göhler
156eef1779 Documentation: add :cfgcmd: and :opcmd: inline commands 2020-01-04 14:09:08 +01:00
Robert Göhler
5b3160976a conf.py: resolve merge conflict 2020-01-04 12:56:19 +01:00
Robert Göhler
a4fbdcf4b0 Merge branch 'newdirectives' 2020-01-04 12:54:56 +01:00
Robert Göhler
d2159df647 sphinx: implement latex layout 2020-01-04 12:48:07 +01:00
Robert Göhler
fa0a2ec10c latex: add preamble for directive block 2020-01-04 12:42:18 +01:00
Christian Poessinger
57913db57a interfaces: move common "ipv6 addr autoconf" description to include file
This reduces the amount of duplicated text.
2020-01-04 10:48:32 +01:00
Christian Poessinger
92c9eccd72 nat: update hairpin/reflection example 2020-01-03 16:44:21 +01:00
Christian Poessinger
334675c997 nat: fix wrong call to cfgcmd 2020-01-03 16:33:03 +01:00
Christian Poessinger
3dee0da1e8 nat: add overview description about Network Address Translation 2020-01-02 22:29:01 +01:00
Christian Poessinger
373de424d9 nat: use documented section style guide 2020-01-02 22:16:45 +01:00
Christian Poessinger
10d015f053 dummy: loopback: add usage hint 2020-01-02 22:14:51 +01:00
Christian Poessinger
432f13801f release-notes: use new vytask command 2020-01-02 22:06:49 +01:00
Christian Poessinger
f352db0d0d rename releasenotes -> release-notes 2020-01-02 22:05:03 +01:00
Daniil Baturin
03c76ba9f3
Re-generate 1.2.4 release notes 2020-01-01 21:36:37 +07:00
Christian Poessinger
4e7203eb89 vxlan: add IPv6 support 2019-12-31 13:37:30 +01:00
Christian Poessinger
551db355da bond: fix example (bad CLI syntax) 2019-12-31 12:17:33 +01:00
Christian Poessinger
b572987387 bond: fix type bridge -> bonding 2019-12-31 12:17:17 +01:00
Christian Poessinger
3e538495e8 bond: add vyos example 2019-12-31 10:50:43 +01:00
Christian Poessinger
395a550919 bond: add Juniper and Aruba examples 2019-12-31 10:39:30 +01:00
Christian Poessinger
a9971891ee bond: add marker for cisco portchannel example 2019-12-31 00:36:33 +01:00