diff --git a/Makefile b/Makefile index fd8a33c..60f91d8 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,8 @@ IFUPDOWN_OBJ = ${IFUPDOWN_SRC:.c=.o} EXECUTOR_SCRIPTS = \ dhcp \ ipv6-ra \ - static + static \ + link CMD_OBJ = ${MULTICALL_OBJ} ${IFQUERY_OBJ} ${IFUPDOWN_OBJ} diff --git a/executor-scripts/linux/link b/executor-scripts/linux/link new file mode 100755 index 0000000..fb41a48 --- /dev/null +++ b/executor-scripts/linux/link @@ -0,0 +1,2 @@ +#!/bin/sh +${MOCK} ip link set $PHASE dev $IFACE