From 566c95d3c4818d2a9088bc50cd5667e88d35b6b7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 23 Jan 2020 23:34:41 +0100 Subject: [PATCH] [#950] Wrapped long lines --- doc/sphinx/arm/dhcp4-srv.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 2e8988d1b7..d3e5146d0e 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -2167,12 +2167,17 @@ The definition used to decode a VSI option is: is determined as follows: - If defined at the global scope this definition is used - - If defined at client class scope and the packet belongs to this class the client class definition is used - - If not defined at global scope nor in a client class to which the packet belongs, the built-in last resort definition is used. This definition only says the sub-option space is "vendor-encapsulated-options-space" + - If defined at client class scope and the packet belongs to this + class the client class definition is used + - If not defined at global scope nor in a client class to which the + packet belongs, the built-in last resort definition is used. This + definition only says the sub-option space is + "vendor-encapsulated-options-space" The output definition selection is a bit simpler: - - If the packet belongs to a client class which defines the option 43 use this definition + - If the packet belongs to a client class which defines the option + 43 use this definition - If defined at the global scope use this definition - Otherwise use the built-in last resot definition.