From f356d2db616d9324efe8954cd040e3a5daf71539 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 02:35:36 +0300 Subject: docs: convert _include/interface-address-with-dhcp.txt MyST→RST (per RST-leftovers cleanup design) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_include/interface-address-with-dhcp.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'docs/_include') diff --git a/docs/_include/interface-address-with-dhcp.txt b/docs/_include/interface-address-with-dhcp.txt index 101a4e6d..8b7c3431 100644 --- a/docs/_include/interface-address-with-dhcp.txt +++ b/docs/_include/interface-address-with-dhcp.txt @@ -1,11 +1,9 @@ -::::{cfgcmd} set interfaces {{ var0 }} \ {{ var2 }} {{ var3 }} - -:::: +.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} {{ var5 }} {{ var6 }} address
- Configure interface `` with one or more interface addresses. + Configure interface ```` with one or more interface addresses. * **address** can be specified multiple times as IPv4 and/or IPv6 address, e.g. 192.0.2.1/24 and/or 2001:db8::1/64 @@ -14,15 +12,16 @@ * **dhcpv6** interface address is received by DHCPv6 from a DHCPv6 server on this segment. - :::{note} - When using DHCP to retrieve IPv4 address and if local + .. note:: + + When using DHCP to retrieve IPv4 address and if local + + customizations are needed, they should be possible using the enter and + exit hooks provided. The hook dirs are: - customizations are needed, they should be possible using the enter and - exit hooks provided. The hook dirs are: + * ``/config/scripts/dhcp-client/pre-hooks.d/`` + * ``/config/scripts/dhcp-client/post-hooks.d/`` - * ``/config/scripts/dhcp-client/pre-hooks.d/`` - * ``/config/scripts/dhcp-client/post-hooks.d/`` - ::: Example: .. code-block:: none -- cgit v1.2.3