745 Commits

Author SHA1 Message Date
maehdros
d5c25cf25d pbr: fix typos 2020-01-27 19:58:50 +01:00
Nicholas Humfrey
5e650e97c9 firewall: format fixes for zone 2020-01-24 16:56:08 +01:00
Daniel Foster
2a86215b07 dhcp-relay: remove no longer required need on two interfaces
Phabricator T1978 for full explanation, dhcp-relay doesn't require specification of more than one interface.
2020-01-23 18:53:14 +01:00
Christian Poessinger
082feeaedd toc: move command-scripting to appendix 2020-01-23 07:04:53 +01:00
Christian Poessinger
6bf3368b75 ipoe: use 80 character line break 2020-01-23 07:02:35 +01:00
Christian Poessinger
c00dae8d72 ipoe: use documented section style guide 2020-01-23 07:02:14 +01:00
Christian Poessinger
af806a910f sstp: use documented section style guide 2020-01-23 07:00:38 +01:00
Christian Poessinger
b82eaecc24 dhcp-relay: remove example from cfgcmd definition 2020-01-23 06:52:11 +01:00
Christian Poessinger
75899e2e86 dhcp: remove example from cfgcmd definition 2020-01-23 06:50:35 +01:00
Christian Poessinger
41d26cd023 arp: remove example from cfgcmd definition 2020-01-23 06:48:44 +01:00
Christian Poessinger
70f05cd9d8 appendix: bgp: use documented section style guide 2020-01-23 06:44:39 +01:00
Christian Poessinger
42f1e0022f appendix: ospf: use documented section style guide 2020-01-23 06:44:31 +01:00
Christian Poessinger
2b92ab8473 appendix: dmvpn: use documented section style guide 2020-01-23 06:44:19 +01:00
Christian Poessinger
4149dc4f15 appendix: tunnelbroker: use 80 character line break 2020-01-23 06:41:07 +01:00
Christian Poessinger
fad3736ed1 appendix: tunnelbroker: use documented section style guide 2020-01-23 06:36:06 +01:00
Christian Poessinger
ef2e6b23c5 appendix: ha: use 80 character line break 2020-01-23 06:33:30 +01:00
Christian Poessinger
050d935db0 appendix: ha: use documented section style guide 2020-01-23 06:22:17 +01:00
Christian Poessinger
3e002d2690 geneve: remove example address from remote command 2020-01-22 20:27:53 +01:00
Christian Poessinger
895d4ae1f5 geneve: remove examples from command definition 2020-01-22 20:26:33 +01:00
Christian Poessinger
63a14bcb14 dhcpv6-relay: remove example values from cmd definition 2020-01-22 20:20:13 +01:00
Christian Poessinger
0c036b1eaa commandtree: remove as it's replaced by dynamic cmd-list 2020-01-22 20:06:42 +01:00
Christian Poessinger
19b7504f4c cmdlist: combine operational and configuration in one umbrella chapter 2020-01-22 20:04:55 +01:00
Christian Poessinger
f114a867f5 quick-start: rename Hardening chapter 2020-01-22 20:01:15 +01:00
Christian Poessinger
a6653cbb0e quick-start: remove QoS chapter
QoS is explained in a dedicated chapter and should not below to a real
VyOS quick-start guide as it's an advanced topic.
2020-01-22 20:00:31 +01:00
Christian Poessinger
a306589c50 quick-start: fix SSH chapter name 2020-01-22 19:58:12 +01:00
Christian Poessinger
e5c9dd37b0 bfd: add more or less blank chapter 2020-01-21 14:04:27 +01:00
Christian Poessinger
8d278e8949 conf: copyright 2020 2020-01-21 14:00:00 +01:00
Christian Poessinger
8266ed004e conf: remove empty pages after each chapter 2020-01-21 13:18:17 +01:00
Christian Poessinger
992b3f969f nptv6: add missing reference to _ULAs 2020-01-21 13:17:26 +01:00
currite
f0106f6a5c troubleshooting: remove old monitor interfaces command
remove monitor interfaces command and replace tshark with tcpdump
2020-01-21 12:55:52 +01:00
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