Files
Joachim Wiberg d53a35b867 confd: relocate /dhcp-client to /interfaces/interface/ipv4/dhcp
Please note, this change drops not only the global enabled flag, but also the
per-interface enabled flag, converting it to a presence container.  The name
of the container is also shortened from dhcp-client -> dhcp.  A pattern that
expected to be reused also for the DHCPv6 client.

Fixes #1109

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-11-02 14:11:53 +01:00
..

:testgroup:
== ietf-routing

Tests verifying IETF standard routing protocols and configuration:

 - Static routing configuration and forwarding behavior
 - OSPF basic neighbor discovery and LSA exchange
 - OSPF unnumbered interface configuration
 - OSPF multi-area configuration and inter-area routing
 - OSPF with BFD (Bidirectional Forwarding Detection) 
 - OSPF default route advertisement and propagation
 - Route preference handling for OSPF routes
 - Route preference handling for DHCP-learned routes
 - Administrative distance configuration (route preference 255)

include::static_routing/Readme.adoc[]

<<<

include::ospf_basic/Readme.adoc[]

<<<

include::ospf_unnumbered_interface/Readme.adoc[]

<<<

include::ospf_multiarea/Readme.adoc[]

<<<

include::ospf_bfd/Readme.adoc[]

<<<

include::ospf_default_route_advertise/Readme.adoc[]

<<<

include::route_pref_ospf/Readme.adoc[]

<<<

include::route_pref_dhcp/Readme.adoc[]

<<<

include::route_pref_255/Readme.adoc[]