diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-07 19:03:03 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-07 19:03:03 +0200 |
commit | 5252da1b9589b64914a2e37dadd4fb4b7cbfb488 (patch) | |
tree | 9e7e67ef352fe5fae296eacc0bcd95715aabb585 | |
parent | 751f1f95950a4157e3cb95cba88a0027a2050492 (diff) | |
download | vyos-documentation-5252da1b9589b64914a2e37dadd4fb4b7cbfb488.tar.gz vyos-documentation-5252da1b9589b64914a2e37dadd4fb4b7cbfb488.zip |
Update UDP bcast relay description
-rw-r--r-- | docs/services.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/services.rst b/docs/services.rst index f66cc343..c1902f62 100644 --- a/docs/services.rst +++ b/docs/services.rst @@ -834,8 +834,8 @@ broadcasts to other configured networks. Every UDP port which will be forward requires one unique ID. Currently we support 99 IDs! -To Forward broadcasts on port 1900 for eth3, eth4 and eth5 configure the service -as follows: +Example #1: To forward all broadcast packets received on `UDP port 1900` on +`eth3`, `eth4` or `eth5` to all other interfaces in this configuration. .. code-block:: sh @@ -845,7 +845,8 @@ as follows: set service broadcast-relay id 1 interface 'eth5' set service broadcast-relay id 1 port '1900' -Forward broadcasts on port 6969 for eth3, eth4 +Example #2: To Forward all broadcasts packets received on `UDP port 6969` on +`eth3` or `eth4` to the other interface in this configuration. .. code-block:: sh @@ -854,8 +855,11 @@ Forward broadcasts on port 6969 for eth3, eth4 set service broadcast-relay id 2 interface 'eth4' set service broadcast-relay id 2 port '6969' +Disable Instance(s) +^^^^^^^^^^^^^^^^^^^ + Each broadcast relay instance can be individually disabled without deleting the -configured node by: +configured node by using the following command: .. code-block:: sh |