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.135.247.237


Current Path : /proc/thread-self/root/snap/core/current/etc/network/if-down.d/
Upload File :
Current File : //proc/thread-self/root/snap/core/current/etc/network/if-down.d/upstart

#!/bin/sh -e

if [ -e /lib/lsb/init-functions ]; then
    . /lib/lsb/init-functions
fi

if ! init_is_upstart; then
    exit 0
fi

# Let's ignore meta entries (ifdown -a)
if [ "$ADDRFAM" = "meta" ]; then
    exit 0
fi

initctl emit -n net-device-down \
	"IFACE=$IFACE" \
	"LOGICAL=$LOGICAL" \
	"ADDRFAM=$ADDRFAM" \
	"METHOD=$METHOD"