|
@@ -4,7 +4,11 @@ from kamcli.cli import pass_context
|
|
from kamcli.iorpc import command_ctl
|
|
from kamcli.iorpc import command_ctl
|
|
|
|
|
|
|
|
|
|
[email protected]("pike", help="Manage pike module (source IP tracking)")
|
|
|
|
|
|
[email protected](
|
|
|
|
+ "pike",
|
|
|
|
+ help="Manage pike module (source IP tracking)",
|
|
|
|
+ short_help="Manage pike module",
|
|
|
|
+)
|
|
@pass_context
|
|
@pass_context
|
|
def cli(ctx):
|
|
def cli(ctx):
|
|
pass
|
|
pass
|