#!/bin/bash
sed -ie '/^LOOPBACKv4/d' /etc/wit-net.conf
if [ ! -z $new_loopbackv4 ]; then
echo "LOOPBACKv4=$new_loopbackv4" >>/etc/wit-net.conf
fi