]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/unix-socket: Add missing commands and detail
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 20 Feb 2019 10:17:01 +0000 (15:47 +0530)
committerVictor Julien <victor@inliniac.net>
Sun, 24 Feb 2019 19:00:55 +0000 (20:00 +0100)
Add missing commands and their corresponding details in unix-socket
userguide.

Closes redmine ticket #2800

doc/userguide/unix-socket.rst

index cdd77d22dfeca2ac389be178393376182eb5a4b8..38a706beb7d08cae242610a1d9e0ca9369e01c12 100644 (file)
@@ -78,6 +78,15 @@ The set of existing commands is the following:
 * memcap-set: update memcap value of an item specified
 * memcap-show: show memcap value of an item specified
 * memcap-list: list all memcap values available
+* reload-rules: alias of ruleset-reload-rules
+* register-tenant-handler: register a tenant handler with the specified mapping
+* unregister-tenant-handler: unregister a tenant handler with the specified mapping
+* register-tenant: register tenant with a particular ID and filename
+* unregister-tenant: unregister tenant with a particular ID
+* reload-tenant: reload a tenant with specified ID and filename
+* add-hostbit: add hostbit on a host IP with a particular bit name and time of expiry
+* remove-hostbit: remove hostbit on a host IP with specified bit name
+* list-hostbit: list hostbit for a particular host IP
 
 You can access to these commands with the provided example script which
 is named ``suricatasc``. A typical session with ``suricatasc`` will looks like: