Fix documentation for slaac filter (#73294)

##### SUMMARY

One of the parameters to the slaac filter was unquoted causing a crash:

```
template error while templating string: expected token 'end of print statement', got ':'. String: {{ fdcf:1894:23b5:d38c:0000:0000:0000:0000 | slaac('c2:31:b3:83:bf:2b') }}
```

This adds the missing quotes.

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/73312/head
luto 3 years ago committed by GitHub
parent 13ea312cc8
commit 51e00c5e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -715,7 +715,7 @@ Generate an IPv6 address in Stateless Configuration (SLAAC)
the filter ``slaac()`` generates an IPv6 address for a given network and a MAC Address in Stateless Configuration::
# {{ fdcf:1894:23b5:d38c:0000:0000:0000:0000 | slaac('c2:31:b3:83:bf:2b') }}
# {{ 'fdcf:1894:23b5:d38c:0000:0000:0000:0000' | slaac('c2:31:b3:83:bf:2b') }}
fdcf:1894:23b5:d38c:c031:b3ff:fe83:bf2b
.. seealso::

Loading…
Cancel
Save