Modify network-basic so that functional components are also-added
rather than included to enable users to remove those they do not
want later on.
---
bundles/network-basic | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/bundles/network-basic b/bundles/network-basic
index b3083b5c..d121e9af 100644
--- a/bundles/network-basic
+++ b/bundles/network-basic
@@ -4,42 +4,44 @@
# [CAPABILITIES]:
# [TAGS]: Tools and Utilities, Networking
# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
-# perl-basic and tcl-basic included to avoid duplication
-include(clr-network-troubleshooter)
-include(ethtool)
-include(iproute2)
-include(openssl)
+# perl-basic and python3-basic included to avoid duplication
include(perl-basic)
include(python3-basic)
-include(wpa_supplicant)
+
+also-add(clr-network-troubleshooter)
+also-add(curl)
+also-add(dpdk)
+also-add(ethtool)
+also-add(iproute2)
+also-add(iptables)
+also-add(net-tools)
+also-add(openssh-client)
+also-add(openssl)
+also-add(openvswitch)
+also-add(rsync)
+also-add(wget)
+also-add(wpa_supplicant)
+also-add(znc)
+
WireGuard
bind-utils
bridge-utils
connect-proxy
conntrack-tools
-include(curl)
-include(dpdk)
ebtables
ipset
-include(iptables)
iptraf
iputils
iw
links
-include(net-tools)
nftables
nmap-extras
openconnect
opensm
-include(openssh-client)
openvpn
-include(openvswitch)
pacrunner
rdma-core
redsocks
-include(rsync)
tcpdump
traceroute
-include(wget)
whois
-include(znc)
--
2.22.0