diff options
Diffstat (limited to 'dhcp-controller.lua')
-rw-r--r-- | dhcp-controller.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dhcp-controller.lua b/dhcp-controller.lua index c6d2c83..bb85950 100644 --- a/dhcp-controller.lua +++ b/dhcp-controller.lua @@ -49,6 +49,11 @@ dep = function( self ) return ( cfe ({ msg = msg }) ) end +help = function( self ) + + return ( cfe ({ option = "" }) ) +end + delnet = function( self ) local net = {} |