diff options
author | rebortg <github@ghlr.de> | 2022-06-23 21:46:21 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-06-23 21:46:21 +0200 |
commit | 655334a87ade58c4e981825c14ee6afa2e6bbb82 (patch) | |
tree | 57b9abee4e9c0cceaa5b97ed21cfd96d9dcb208a /docs/configuration/service | |
parent | f5d85cec11b192f480a5d895b68e7e43f61e32fb (diff) | |
download | vyos-documentation-655334a87ade58c4e981825c14ee6afa2e6bbb82.tar.gz vyos-documentation-655334a87ade58c4e981825c14ee6afa2e6bbb82.zip |
broadcast-relay: add missing commands
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/broadcast-relay.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/service/broadcast-relay.rst b/docs/configuration/service/broadcast-relay.rst index df48bfd6..0b0e1054 100644 --- a/docs/configuration/service/broadcast-relay.rst +++ b/docs/configuration/service/broadcast-relay.rst @@ -28,6 +28,11 @@ Configuration want to receive/relay packets on both `eth1` and `eth2` both interfaces need to be added. +.. cfgcmd:: set service broadcast-relay id <n> address <address> + + Set a optional source IP of the forwarded packets, + otherwise the original sender address is used. + .. cfgcmd:: set service broadcast-relay id <n> port <port> The UDP port number used by your apllication. It is mandatory for this kind |