#!/bin/bash [ "$interface" = "enp0s20f0u4c2" ] && [ "$reason" = "INFORM" ] && /usr/sbin/ip a add 172.16.246.254/24 dev "$interface"