From 0468f475dc2579fbf9045d0d54bae7a0368216f7 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 4 Jul 2022 18:58:20 +0200 Subject: [PATCH] M #-: Add missing comment (cherry picked from commit cdab570d65e65fbfa6cbcd26db2c32599903e80a) --- src/vnm_mad/remotes/lib/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vnm_mad/remotes/lib/command.rb b/src/vnm_mad/remotes/lib/command.rb index f5d79382be..bae3fae762 100644 --- a/src/vnm_mad/remotes/lib/command.rb +++ b/src/vnm_mad/remotes/lib/command.rb @@ -18,6 +18,7 @@ require 'open3' module VNMMAD + # Network related commands for VN drivers module VNMNetwork # Command configuration for common network commands. This CAN be adjust