summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-19 17:50:17 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-19 17:50:17 +0100
commit3e757c63ee192df7112fa6aaa0a862112e4afb28 (patch)
treef0517d89b8beb0d78c86ce7024b1c59e61d9a583 /docs
parent5b201d326fd960cb10e1acb95301a407960bdba0 (diff)
downloadvyos-documentation-3e757c63ee192df7112fa6aaa0a862112e4afb28.tar.gz
vyos-documentation-3e757c63ee192df7112fa6aaa0a862112e4afb28.zip
udp-broadcast-relay: add additional indent on command description
Diffstat (limited to 'docs')
-rw-r--r--docs/services/udp-broadcast-relay.rst23
1 files changed, 11 insertions, 12 deletions
diff --git a/docs/services/udp-broadcast-relay.rst b/docs/services/udp-broadcast-relay.rst
index 6127b79f..10939c9d 100644
--- a/docs/services/udp-broadcast-relay.rst
+++ b/docs/services/udp-broadcast-relay.rst
@@ -19,29 +19,29 @@ Configuration
.. cfgcmd:: set service broadcast-relay id '<n>' description '<description>'
-A description can be added for each and every unique relay ID. This is usefull
-to distinguish between multiple different ports/appliactions.
+ A description can be added for each and every unique relay ID. This is
+ usefull to distinguish between multiple different ports/appliactions.
.. cfgcmd:: set service broadcast-relay id '<n>' interface '<interface>'
-The interface used to receive and relay individual broadcast packets. If you
-want to receive/relay packets on both `eth1` and `eth2` both interfaces need
-to be added.
+ The interface used to receive and relay individual broadcast packets. If you
+ want to receive/relay packets on both `eth1` and `eth2` both interfaces need
+ to be added.
.. cfgcmd:: set service broadcast-relay id '<n>' port '<port>'
-The UDP port number used by your apllication. It is mandatory for this kind
-of operation.
+ The UDP port number used by your apllication. It is mandatory for this kind
+ of operation.
.. cfgcmd:: set service broadcast-relay id '<n>' disable
-Each broadcast relay instance can be individually disabled without deleting the
-configured node by using the following command:
+ Each broadcast relay instance can be individually disabled without deleting
+ the configured node by using the following command:
.. cfgcmd:: set service broadcast-relay disable
-In addition you can also disable the whole service without the need to remove
-it from the current configuration.
+ In addition you can also disable the whole service without the need to remove
+ it from the current configuration.
.. note:: You can run the UDP broadcast relay service on multiple routers
connected to a subnet. There is **NO** UDP broadcast relay packet storm!
@@ -59,4 +59,3 @@ or `eth5` to all other interfaces in this configuration.
set service broadcast-relay id 1 interface 'eth4'
set service broadcast-relay id 1 interface 'eth5'
set service broadcast-relay id 1 port '1900'
-