0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.14.245.172


Current Path : /proc/thread-self/root/snap/core/16928/etc/network/if-down.d/
Upload File :
Current File : //proc/thread-self/root/snap/core/16928/etc/network/if-down.d/ubuntu-fan

#!/bin/sh

set -e

case "$IFACE" in
lo)	exit 0 ;;
fan-*)	exit 0 ;;
esac

case "$ADDRFAM" in
inet) ;;
*) exit 0 ;;
esac

# NOTE: NetworkManager simply does not call out to the normal
#       down hooks as it only checks _after_ the interface has
#       been lost.  Roll with this.
case "$PHASE::$METHOD" in
post-up::static|post-up::dhcp|post-up::NetworkManager)          ;;
pre-down::static|pre-down::dhcp|post-down::NetworkManager)      ;;
*) exit 0 ;;
esac

case "$MODE" in
start|stop)	;;
*) exit 0 ;;
esac

/usr/sbin/fanctl net "$MODE" "$IFACE"