diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-11-25 06:41:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-11-25 06:41:05 +0000 |
commit | d3e04a4d7ce6cdbbc6375ee37264d1528a6ae622 (patch) | |
tree | 8f3a914b278bc25d543e075d4832c33d4643f0d2 /src/trex/Makefile | |
parent | 656acff48dfba2f2945a3baf8d696007b8229200 (diff) | |
parent | 33918409da9a5d4b60d57cd05f3277c6ff1918cd (diff) |
Merge "Tools: User Latest Version of T-Rex."
Diffstat (limited to 'src/trex/Makefile')
-rw-r--r-- | src/trex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trex/Makefile b/src/trex/Makefile index 9a0704af..fd5c47bb 100644 --- a/src/trex/Makefile +++ b/src/trex/Makefile @@ -29,8 +29,8 @@ all: force_pull force_pull: $(TAG_DONE_FLAG) $(AT)cd $(WORK_DIR) && git pull $(TREX_URL) $(TREX_TAG) @echo "git pull done" - $(AT)wget https://raw.githubusercontent.com/phaethon/scapy/v0.18/scapy/layers/all.py -O $(WORK_DIR)/scripts/external_libs/scapy-2.3.1/python3/scapy/layers/all.py - @echo "orignal SCAPY 2.3.1 layers/all.py was restored" +# $(AT)wget https://raw.githubusercontent.com/phaethon/scapy/v0.18/scapy/layers/all.py -O $(WORK_DIR)/scripts/external_libs/scapy-2.3.1/python3/scapy/layers/all.py +# @echo "orignal SCAPY 2.3.1 layers/all.py was restored" $(WORK_DIR): $(AT)git clone $(TREX_URL) $(WORK_DIR) |