Skip to content

Commit a67be47

Browse files
noladealandekok
authored andcommitted
docs-v4: added more syntax examples for <type> field.
1 parent f404756 commit a67be47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/antora/modules/reference/pages/unlang/subrequest.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ If the _<type>_ field is omitted, then a child request is created
4848
using the same packet type as the current request.
4949
+
5050
If the _<type>_ field contains a protocol reference such as `@dhcpv4`,
51-
then this creates a new child request of a different protocol. The
52-
rest of the _<type>_ field is then parsed to see what kind of packet
53-
is created.
51+
`dhcpv4::Discover`, `dhcpv4::Disconnect-Request`, etc., then this
52+
creates a new child request of a different protocol. The rest of the
53+
_<type>_ field is then parsed to see what kind of packet is created.
5454
+
5555
The _<type> field is then parsed as an enumerated packet name such as
5656
`::Access-Request`, Please see the protocol dictionaries for a

0 commit comments

Comments
 (0)