@@ -146,6 +146,7 @@ cpp_library(
146146 name = "cmd-common-utils" ,
147147 srcs = [
148148 "utils/CmdUtilsCommon.cpp" ,
149+ "utils/InterfaceList.cpp" ,
149150 ],
150151 headers = [
151152 "commands/clear/CmdClearUtils.h" ,
@@ -154,6 +155,7 @@ cpp_library(
154155 "utils/CmdUtilsCommon.h" ,
155156 "utils/FilterUtils.h" ,
156157 "utils/HostInfo.h" ,
158+ "utils/InterfaceList.h" ,
157159 ],
158160 exported_deps = [
159161 ":cmd-global-options" ,
@@ -768,6 +770,7 @@ cpp_library(
768770 "commands/config/CmdConfigAppliedInfo.cpp" ,
769771 "commands/config/CmdConfigReload.cpp" ,
770772 "commands/config/history/CmdConfigHistory.cpp" ,
773+ "commands/config/interface/CmdConfigInterfaceDescription.cpp" ,
771774 "commands/config/rollback/CmdConfigRollback.cpp" ,
772775 "commands/config/session/CmdConfigSessionCommit.cpp" ,
773776 "commands/config/session/CmdConfigSessionDiff.cpp" ,
@@ -778,6 +781,8 @@ cpp_library(
778781 "commands/config/CmdConfigAppliedInfo.h" ,
779782 "commands/config/CmdConfigReload.h" ,
780783 "commands/config/history/CmdConfigHistory.h" ,
784+ "commands/config/interface/CmdConfigInterface.h" ,
785+ "commands/config/interface/CmdConfigInterfaceDescription.h" ,
781786 "commands/config/rollback/CmdConfigRollback.h" ,
782787 "commands/config/session/CmdConfigSessionCommit.h" ,
783788 "commands/config/session/CmdConfigSessionDiff.h" ,
0 commit comments