diff options
author | rebortg <github@ghlr.de> | 2022-06-15 20:46:32 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-06-15 20:46:32 +0200 |
commit | 0603dc6da88edf620241f77533090d893e50012e (patch) | |
tree | 6b01c0abb52a6965ed8b40f1ae271e598642376b /docs | |
parent | 05de5262bf1afeed7bbec0d6f0ab983602c841cd (diff) | |
download | vyos-documentation-0603dc6da88edf620241f77533090d893e50012e.tar.gz vyos-documentation-0603dc6da88edf620241f77533090d893e50012e.zip |
broadcast-relay: add missing command
Diffstat (limited to 'docs')
-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..b6e2bed7 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 <ipv4-address> + + Set the source IP of forwarded packets, otherwise original senders 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 |