]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] replace DENY with DROP in developer documentation
authorJeremy C. Reed <jreed@ISC.org>
Thu, 30 Jun 2011 14:15:41 +0000 (09:15 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 30 Jun 2011 14:15:41 +0000 (09:15 -0500)
src/lib/acl/loader.h

index 6b024c9b3ba1f87b062f9198302a765d413d840f..a2aa2f8efac76e43b2c3bc93e02d05659e242255 100644 (file)
@@ -81,7 +81,7 @@ public:
  * or if it doesn't contain one of the accepted values.
  *
  * \param action The JSON representation of the action. It must be a string
- *     and contain one of "ACCEPT", "REJECT" or "DENY".
+ *     and contain one of "ACCEPT", "REJECT" or "DROP.
  * \note We could define different names or add aliases if needed.
  */
 BasicAction defaultActionLoader(data::ConstElementPtr action);