]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Uncomment the example column from some rows in the list of classifciation...
authorShawn Routhier <sar@isc.org>
Wed, 13 Jul 2016 19:20:50 +0000 (12:20 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 13 Jul 2016 19:20:50 +0000 (12:20 -0700)
ChangeLog
doc/guide/classify.xml

index 16ec828d5aaa905fdfdc43e19cc00d18bc5e7b41..83305b860b7f342b3681633a428fed01550ac414 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 869218de7f1d99f90d9539e756b0013e113e09be..322cb467978320c1cc901e70bf60696e342cfc79 100644 (file)
             <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>
             <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>