Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
dee442a6
Commit
dee442a6
authored
Jul 13, 2016
by
Shawn Routhier
Browse files
[master] Uncomment the example column from some rows in the list of classifciation values
parent
62c94100
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
dee442a6
1142. [doc] sar
Uncomment the example columns in some rows in the table
listing the classificaiton examples.
(None, git TBD)
1141. [func] marcin
Pkt4, Pkt6 and Pkt4o6 objects passed to hooks libraries
return copies of DHCP options to avoid unintended modification
...
...
doc/guide/classify.xml
View file @
dee442a6
...
...
@@ -217,21 +217,21 @@
<row>
<entry>
DHCPv6 Relay Options
</entry>
<entry>
relay6[nest].option[code].hex
</entry>
<!--
<entry>Value of the option</entry>
-->
<entry>
Value of the option
</entry>
<entry>
The value of the option with code "code" from the
relay encapsulation "nest"
</entry>
</row>
<row>
<entry>
DHCPv6 Relay Peer Address
</entry>
<entry>
relay6[nest].peeraddr
</entry>
<!--
<entry>2001:DB8::1</entry>
-->
n
<entry>
2001:DB8::1
</entry>
<entry>
The value of the peer address field from the
relay encapsulation "nest"
</entry>
</row>
<row>
<entry>
DHCPv6 Relay Link Address
</entry>
<entry>
relay6[nest].linkaddr
</entry>
<!--
<entry>2001:DB8::1</entry>
-->
n
<entry>
2001:DB8::1
</entry>
<entry>
The value of the link address field from the
relay encapsulation "nest"
</entry>
</row>
...
...
@@ -280,14 +280,14 @@
<row>
<entry>
Message Type in DHCPv6 packet
</entry>
<entry>
pkt6.msgtype
</entry>
<!--
<entry>1</entry>
-->
<entry>
1
</entry>
<entry>
The value of the message type field in the DHCPv6
packet.
</entry>
</row>
<row>
<entry>
Transaction ID in DHCPv6 packet
</entry>
<entry>
pkt6.transid
</entry>
<!--
<entry>12345</entry>
-->
<entry>
12345
</entry>
<entry>
The value of the transaction id in the DHCPv6
packet.
</entry>
</row>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment