summaryrefslogtreecommitdiff
path: root/module/jails-tree.def
diff options
context:
space:
mode:
Diffstat (limited to 'module/jails-tree.def')
-rw-r--r--module/jails-tree.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/jails-tree.def b/module/jails-tree.def
index fc70afd..6d5a79a 100644
--- a/module/jails-tree.def
+++ b/module/jails-tree.def
@@ -46,15 +46,19 @@
(1 jailEntry : INTEGER op_jailentry
(0 jailIndex INTEGER GET)
(1 jailHost OCTETSTRING GET)
+
(10 jailInOctets COUNTER64 GET)
(11 jailInPackets COUNTER64 GET)
(12 jailOutOctets COUNTER64 GET)
(13 jailOutPackets COUNTER64 GET)
+
+ (20 jailProcesses INTEGER GET)
)
)
# Valid only during configuration
(100 jailNetworkFilter OCTETSTRING op_jailconfig GET SET)
+ (101 jailRefreshInterval TIMETICKS op_jailconfig GET SET)
)
)
)