#!/bin/sh # bvirt-up-host NAME=$1 TID=$2 /sbin/ip link add type veth /sbin/ip link set dev veth1 netns $TID /sbin/ifconfig veth0 192.168.44.2 exit 0