Browse Source

[4481] Changed lease6_select API doc to show query6 as "in" only

Thomas Markwalder 9 years ago
parent
commit
c79107c8e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/dhcp6_hooks.dox

+ 1 - 1
src/bin/dhcp6/dhcp6_hooks.dox

@@ -111,7 +111,7 @@ packet processing. Hook points that are not specific to packet processing
 @subsection dhcpv6HooksLease6Select lease6_select
 
  - @b Arguments:
-   - name: @b query6, type: isc::dhcp::Pkt6Ptr, direction: <b>in/out</b>
+   - name: @b query6, type: isc::dhcp::Pkt6Ptr, direction: <b>in</b>
    - name: @b subnet6, type: isc::dhcp::Subnet6Ptr, direction: <b>in</b>
    - name: @b fake_allocation, type: bool, direction: <b>in</b>
    - name: @b lease6, type: isc::dhcp::Lease6Ptr, direction: <b>in/out</b>