Query: edsc
OS: freebsd
Section: 4
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EDSC(4) BSD Kernel Interfaces Manual EDSC(4)NAMEedsc -- Ethernet discard network interfaceSYNOPSISdevice edscDESCRIPTIONThe edsc 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_bridge(4) and vlan(4). As with other network interfaces, an edsc 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 edsc 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.conf(5).SEE ALSOioctl(2), arp(4), if_bridge(4), inet(4), intro(4), vlan(4), rc.conf(5), arp(8), ifconfig(8)HISTORYThe edsc device was derived from the disc(4) device and first appeared in FreeBSD 6.3. This manpage was adapted from disc(4).CAVEATSSince outgoing packets are just discarded by edsc, ARP requests stay unreplied. Consequently, an IP packet cannot be sent via edsc until a static arp(4) entry is created for its next hop using arp(8). Initially an edsc interface has a zero link level address. It can be changed with ifconfig(8) lladdr if needed.BSDMarch 25, 2007 BSD
Related Man Pages |
---|
txp(4) - debian |
arp(8) - osx |
txp(4) - plan9 |
lo(4) - minix |
lo(4) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
HOW TO Changing ip address advice |
[C] Change IP and MAC address |
What arp -s is good for |
Are you allowed to use the same vswitch for 2 separate HPVMs? |
Using sed or awk |