This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
gluon-supernode-docker/fastd/on_up.sh

7 lines
274 B
Bash
Raw Normal View History

2021-12-07 01:05:27 +00:00
#!/bin/sh
ip link set up dev ${INTERFACE}
[ "${FASTD_ON_UP_MASTER_INTERFACE}" ] &&
/sbin/ip link set ${INTERFACE} master "${FASTD_ON_UP_MASTER_INTERFACE}"
[ "${FASTD_BATMAN_INTERFACE}" ] && \
/usr/sbin/batctl meshif "${FASTD_BATMAN_INTERFACE}" if add "${INTERFACE}"