diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:14 +0100 |
commit | a71cdcec33caaeb9e9667d66e8248de1a47122a8 (patch) | |
tree | 337f7e40535f675f4319db39f3d3ca6ac31a8406 /docs/routing/igmp-proxy.rst | |
parent | c4eaab5a8a3785a84cdcb09ce56757344d1647d0 (diff) | |
download | vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.tar.gz vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.zip |
docs: remove all trailing whitespaces
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
Diffstat (limited to 'docs/routing/igmp-proxy.rst')
-rw-r--r-- | docs/routing/igmp-proxy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/routing/igmp-proxy.rst b/docs/routing/igmp-proxy.rst index 3a44ced6..6cf5187e 100644 --- a/docs/routing/igmp-proxy.rst +++ b/docs/routing/igmp-proxy.rst @@ -16,7 +16,7 @@ Interface eth1 LAN is behind NAT. In order to subscribe 10.0.0.0/23 subnet multi .. code-block:: console - # show protocols igmp-proxy + # show protocols igmp-proxy interface eth0 { alt-subnet 10.0.0.0/23 role upstream |