summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-10interface: document dhcp(v6)-options on CLIChristian Poessinger
2020-11-10interfaces: document dhcp-optionsChristian Poessinger
2020-11-10interfaces: introduce new common-with|without-dhcp includeChristian Poessinger
Now we have one single include dealing with all the common interface stuff which is present on every interface.
2020-11-10interfaces: add common description include fileChristian Poessinger
2020-11-10interfaces: advanced-index: also add ethernet and loopbackChristian Poessinger
2020-11-10interfaces: extend usage of new cmdinclude directive for bridge, bond, eth, ↵Christian Poessinger
peth, vxlan Commit c46473a ("docs: add ..cmdinclude:: directive") added support for including common text but only replacing individual labels so there can be source of truth also for the documentation.
2020-11-09Bridge: convert address to cmdincluderebortg
2020-11-09docs: add ..cmdinclude:: directiverebortg
2020-11-10Merge pull request #371 from currite/wlb-examplesDaniil Baturin
examples: add wan-load-balancing
2020-11-09examples: add wan-load-balancingcurrite
2020-11-09dhcp: Remove link to obsolete wikierkin
2020-11-08documentation: add link to RST directivesChristian Poessinger
2020-11-06Merge pull request #367 from currite/system-dnsDaniil Baturin
system: add system dns page
2020-11-05system: add system dns pagecurrite
2020-11-05Merge pull request #363 from currite/sticky-conn-imgChristian Poessinger
wan-load-balancing: add wiki image for sticky connections
2020-11-05interfaces: add IPv6 DHCPv6-PD documentation for PPPoE and EthernetChristian Poessinger
2020-11-05Merge pull request #365 from currite/boot-optionsDaniil Baturin
advanced-system: boot options (migrated from old wiki)
2020-11-04advanced-system: boot options (migrated from old wiki)currite
The following options have not been migrated because we did not find its valid and correct use: no-vyos-configure Do not load the config, leaves you with plain Linux system. no-vyos-rl-system Disables getting the system into clean state before loading the config.
2020-11-04wan-load-balancing: add wiki image for sticky connectionscurrite
2020-11-04Merge pull request #362 from tjharman/patch-1Christian Poessinger
Update conntrack.rst to document Unicast sync
2020-11-04Update conntrack.rst to document Unicast syncTim Harman
Make it clear that it's possible to use the "peer" statement after the interface command, to enable UDP mode instead of Multicast mode.
2020-11-03ip-commands: add "none" on code-block directivesChristian Poessinger
2020-11-02Merge pull request #358 from currite/ip-commandsDaniil Baturin
routing/ip-commands: add a collection of IPv4 and IPv6 commands missi…
2020-11-02routing/ip-commands: add a collection of IPv4 and IPv6 commands missing in ↵currite
the manual.
2020-10-30Merge pull request #356 from currite/openvpn-troubleshootingChristian Poessinger
openvpn: add troubleshooting subsection
2020-10-28Update openvpn.rstcurrite
2020-10-28openvpn: add troubleshooting subsectioncurrite
2020-10-28routing: adjust chapter headersChristian Poessinger
2020-10-28Merge pull request #355 from currite/ipoe-treeChristian Poessinger
ipoe-server: fix hierarchy tree
2020-10-28ipoe-server: fix hierarchy treecurrite
2020-10-27Merge pull request #354 from cjeanneret/correct-scp-URIDaniil Baturin
Correct the scp URI
2020-10-26Correct the scp URICédric Jeanneret
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-24Merge pull request #352 from currite/ifb-errorDaniil Baturin
qos: warning about possible IFB error
2020-10-23qos: warning about possible IFB errorcurrite
2020-10-23Merge pull request #351 from noah-de/forking-workflow-revisionsChristian Poessinger
Forking Workflow: revisions to the forking workflow instructions
2020-10-22revisions to the forking instructionsNoah Spahn
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-22Merge pull request #350 from noah-de/patch-1Robert Göhler
Minor typo correction
2020-10-21Minor typo correctionNoah Spahn
harder doesn't make sense. The intention must have been to say 'hardware'.
2020-10-20Merge pull request #349 from Cheeze-It/masterChristian Poessinger
MPLS: fix conf-mode definitions and line breaks
2020-10-19MPLS: fix conf-mode definitions and line breaksCheeze_It
Moved the configuration mode commands and descriptions to fit VyOS template.
2020-10-19MPLS: remove superfluous whitespace after abbr keyChristian Poessinger
2020-10-19MPLS: fix op-mode definitions and line breaksChristian Poessinger
2020-10-19MPLS: extend documentation with new functionalityCheeze-It
2020-10-16Merge pull request #347 from srividya0208/vxlan_syntaxChristian Poessinger
vxlan syntax correction: link and remote-port parameters are not available in rolling release
2020-10-16vxlan syntax correction: link and remote-port parameters are not available ↵root
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-08Merge pull request #345 from currite/fix-fq-codel-exampleChristian Poessinger
qos: fix fq-codel example
2020-10-06qos: fix fq-codel examplecurrite
2020-10-04sstp: adjust to latest CLI commandsChristian Poessinger
2020-10-02sstp: T2953: adjust to new ppp-options CLI nodeChristian Poessinger
2020-09-25development: fix __main__ of Python skeletonChristian Poessinger