This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a0c9463f015246f750c149575327d9b73d399f32 Author: hanzhijian <[email protected]> AuthorDate: Wed Jun 10 10:02:48 2026 +0800 fix: replace :kconfig:option: with plain backticks for Sphinx compatibility --- Documentation/applications/system/ip6tables/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/applications/system/ip6tables/index.rst b/Documentation/applications/system/ip6tables/index.rst index 563a133d0e9..a73409bb2e7 100644 --- a/Documentation/applications/system/ip6tables/index.rst +++ b/Documentation/applications/system/ip6tables/index.rst @@ -8,15 +8,15 @@ tables of IPv6 packet filter rules in the NuttX kernel. Configuration ============= -- :kconfig:option:`CONFIG_SYSTEM_IP6TABLES` -- :kconfig:option:`CONFIG_NET_IPTABLES` -- :kconfig:option:`CONFIG_NET_IPv6` +- ``CONFIG_SYSTEM_IP6TABLES`` +- ``CONFIG_NET_IPTABLES`` +- ``CONFIG_NET_IPv6`` The following additional options are available: -- :kconfig:option:`CONFIG_SYSTEM_IPTABLES_PRIORITY` - Task priority +- ``CONFIG_SYSTEM_IPTABLES_PRIORITY`` - Task priority (default: 100) -- :kconfig:option:`CONFIG_SYSTEM_IPTABLES_STACKSIZE` - Stack size +- ``CONFIG_SYSTEM_IPTABLES_STACKSIZE`` - Stack size (default: ``DEFAULT_TASK_STACKSIZE``) Usage @@ -63,7 +63,7 @@ Options Specify the table to manipulate. The default table is ``filter``. Only the ``filter`` table is currently supported (requires - :kconfig:option:`CONFIG_NET_IPFILTER`). + ``CONFIG_NET_IPFILTER``). ``-j, --jump target`` Specify the target of the rule; i.e., what to do if the packet @@ -157,4 +157,4 @@ Use negation to match all protocols except TCP: See Also ======== -- :doc:`../iptables/index` +- :doc:`../iptables/index``
