diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-23 20:48:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 20:48:26 +0100 |
commit | 9a7daff149440af2cd76c78b138fc0f4ffc3b8bf (patch) | |
tree | d7843f9355730676506994f7958486fbff335361 /docs/configuration | |
parent | f8c2d48a4da38d2587dfea87b2a9c5031b00bf13 (diff) | |
parent | 9cec1113fd780c547203a1aade08386c297b9631 (diff) | |
download | vyos-documentation-9a7daff149440af2cd76c78b138fc0f4ffc3b8bf.tar.gz vyos-documentation-9a7daff149440af2cd76c78b138fc0f4ffc3b8bf.zip |
Merge pull request #1160 from tooeffayy/circinus-mdns-example-fix
Fix mDNS documentation to correct Example issue
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/service/mdns.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/mdns.rst b/docs/configuration/service/mdns.rst index dcb01207..51fbf1a1 100644 --- a/docs/configuration/service/mdns.rst +++ b/docs/configuration/service/mdns.rst @@ -47,7 +47,7 @@ Configuration are launched in a subnet you will experience the mDNS packet storm death! Example -------- +======= To listen on both `eth0` and `eth1` mDNS packets and also repeat packets received on `eth0` to `eth1` (and vice-versa) use the following commands: |