Skip to content

Commit

Permalink
@6040361 minor modifcation to new ACL API comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Kumar committed Sep 21, 2017
1 parent fef8b7f commit eec4f46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eos/acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ class EOS_SDK_PUBLIC acl_mgr : public base_mgr<acl_handler> {

/**
* Check a connection against any applied ACL to determine if it should be
* dropped. For use with SOCK_STREAM or SOCK_DGRAM.
* dropped, incrementing the ACL counter if so. For use with SOCK_STREAM or
* SOCK_DGRAM.
*
* @param ip_addr_t Source IP address
* @param ip_addr_t Destination IP address
Expand All @@ -298,7 +299,7 @@ class EOS_SDK_PUBLIC acl_mgr : public base_mgr<acl_handler> {

/**
* Check a packet against any applied ACL to determine if it should be
* dropped. For use with SOCK_DGRAM only.
* dropped, incrementing the ACL counter if so. For use with SOCK_DGRAM only.
*
* @param ip_addr_t Source IP address
* @param ip_addr_t Destination IP address
Expand Down

0 comments on commit eec4f46

Please sign in to comment.