File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,10 @@ ipv6_lab_cleanup: ## Deploys IPv6 lab environment
300300 make ipv6_lab_nat64_router_cleanup
301301 make ipv6_lab_network_cleanup
302302
303+ # some files in the work directory can get obsolete after a short time
304+ # and break further deployment attempts
305+ rm -rf ${IPV6_LAB_WORK_DIR}
306+
303307# #@ Attach interface
304308
305309.PHONY : attach_default_interface
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function build_dnsmasq {
101101 git clone http://thekelleys.org.uk/git/dnsmasq.git
102102 pushd ./dnsmasq
103103 make
104- sudo make install PREFIX=${WORK_DIR}
104+ make install PREFIX=${WORK_DIR}
105105 # Set selinux context to bin_t
106106 sudo chcon -t bin_t ${WORK_DIR} /sbin/dnsmasq
107107 popd
You can’t perform that action at this time.
0 commit comments