diff --git a/doc/admin-guide/source/networking-use.rst b/doc/admin-guide/source/networking-use.rst index c4e89ab488..a6039c3014 100644 --- a/doc/admin-guide/source/networking-use.rst +++ b/doc/admin-guide/source/networking-use.rst @@ -174,6 +174,18 @@ advanced network operations: **Advanced Networking operations** +.. note:: + + During port creation and update, specific extra-dhcp-options can be left blank. + For example, ``router`` and ``classless-static-route``. This causes dnsmasq + to have an empty option in the ``opts`` file related to the network. + For example: + + .. code-block:: console + + tag:tag0,option:classless-static-route, + tag:tag0,option:router, + Use Compute with Networking ~~~~~~~~~~~~~~~~~~~~~~~~~~~