if_edsc (4)
Leading comments
Copyright (c) 1983, 1991, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the fol...
NAME
edsc - Ethernet discard network interfaceSYNOPSIS
device edscDESCRIPTION
The ifconfig interface is a software discard mechanism which may be used for performance analysis and software testing. It imitates an Ethernet device, which allows for its use in conjunction with such drivers as if_bridge4 and vlan(4).As with other network interfaces, an ifconfig interface must have network addresses assigned for each address family with which it is to be used. These addresses may be set or changed with the SIOCSIFADDR ioctl(2) or ifconfig(8) utility.
Each ifconfig interface is created at runtime using interface cloning. This is most easily done with the ifconfig(8) create command or using the cloned_interfaces variable in rc.conf5.
SEE ALSO
ioctl(2), arp(4), if_bridge4, inet(4), intro(4), vlan(4), rc.conf5, arp(8), ifconfig(8)HISTORY
The ifconfig device was derived from the disc(4) device and first appeared in Fx 6.3 . This manpage was adapted from disc(4).CAVEATS
Since outgoing packets are just discarded by , ARP requests stay unreplied. Consequently, an IP packet cannot be sent via ifconfig until a static arp(4) entry is created for its next hop using arp(8).Initially an ifconfig interface has a zero link level address. It can be changed with ifconfig(8) lladdr if needed.