Revert "SEBA-597 Add the EAPOL trap flow manually for 'make latest'"

This reverts commit ef0710766ae2b63d1e26227e8d34db4f5c8606ce.

Change-Id: Id50be4550f576bb026b46c3e9621f60348bd10cb
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index 57338e8..e8bb651 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -31,7 +31,6 @@
 HELM_VOLTHA_ARGS ?= $(HELM_GLOBAL_ARGS)
 
 NEM_WORKFLOW ?= att-workflow
-ADD_TRAP_FLOW := false
 
 # Targets
 ponsim: $(M)/siab
@@ -43,7 +42,6 @@
 
 # https://ftp.gnu.org/old-gnu/Manuals/make-3.79.1/html_chapter/make_6.html#SEC69
 latest: SEBAVALUES := configs/seba-ponsim-latest.yaml
-latest: ADD_TRAP_FLOW := true
 latest: ponsim
 
 stable: SEBAVALUES := configs/seba-ponsim.yaml
@@ -240,7 +238,6 @@
 	timeout 2m bash -c "until http -a admin@opencord.org:letmein GET http://127.0.0.1:30001/xosapi/v1/tt-workflow-driver/ttworkflowdriverserviceinstances |jq '.items[0].dhcp_state'|grep -q AWAITING; do echo 'waiting for TT Workflow Driver ServiceInstance to be in AWAITING state'; sleep 10; done"
 	echo "[passed] TT Workflow Driver ServiceInstance is in AWAITING state"
 endif
-	if $(ADD_TRAP_FLOW); then $(WORKSPACE)/cord/helm-charts/examples/add-trap-flow.sh; fi
 	sudo iptables -P FORWARD ACCEPT
 	sudo apparmor_parser -R /etc/apparmor.d/sbin.dhclient || true
 	touch $@