Provide ability to filter activity IPv4/v6 mask(s)
--------------------------------------------------

                 Key: CORE-5816
                 URL: http://tracker.firebirdsql.org/browse/CORE-5816
             Project: Firebird Core
          Issue Type: Improvement
          Components: TRACEMGR
            Reporter: Pavel Zotov
            Priority: Trivial


It will be *extremely* useful (for real practice purpuces) to have ability 
catch via TRACE all kinds of actions that are done on one or many hosts if 
weknow their IP addresses.
This can be implemented just as already existing filters, i.e.  by adding 
parameters like "include_ip_filter" and "exclude_ip_filter".

For example, if one need to log activity for all machines that are included in 
sub-networks with IP masks:
1) 172.16.*, 172.15.*, 
2) 192.168.21.* and 
3) 192.168.22.*.
- we can use following pattern:

include_ip_filter = '(172.((16)|(15)).%)|(192.168.((21)|(22)).%)'


2 hvlad: PLEASE, consider to add this ability in FB 3.x. This is need that 
really often occurs in practice.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to