Use 'firewallvm' name by default
While for us it might be obvious what 'fwvm' stands for, a typical user might be more puzzeld.
This commit is contained in:
parent
41d112b127
commit
ae33d7b67f
@ -33,7 +33,7 @@ N_ = lambda x: x
|
||||
|
||||
class moduleClass(Module):
|
||||
netvm_name = "netvm"
|
||||
fwvm_name = "fwvm"
|
||||
fwvm_name = "firewallvm"
|
||||
|
||||
def __init__(self):
|
||||
Module.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user