File Underlay/SingleHostUnderlay/TunOutDevice.ned

Contains:

simple TunOutDevice
    parameters:
	mtu: numeric;

    gates:
        in: netwIn;
        out: netwOut;
endsimple