diff --git a/install_requirements.sh b/install_requirements.sh index f2013d275e95feb59235837dd166330288aac458..213edef5af3f6efc75b060f12972926aee2e5c5c 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -20,7 +20,7 @@ # dlt : under design # pathcomp : under design ALL_COMPONENTS="context device service compute monitoring webui interdomain slice" -ALL_COMPONENTS="${ALL_COMPONENTS} dbscanserving opticalattackmitigator opticalcentralizedattackdetector" +ALL_COMPONENTS="${ALL_COMPONENTS} dbscanserving opticalattackmitigator opticalattackdetector" ALL_COMPONENTS="${ALL_COMPONENTS} l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector" TFS_COMPONENTS=${TFS_COMPONENTS:-$ALL_COMPONENTS}