add link executor
This commit is contained in:
parent
e046ea6a24
commit
83ccb4f81d
2 changed files with 4 additions and 1 deletions
3
Makefile
3
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}
|
||||
|
||||
|
|
2
executor-scripts/linux/link
Executable file
2
executor-scripts/linux/link
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
${MOCK} ip link set $PHASE dev $IFACE
|
Loading…
Reference in a new issue