Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

if_disc(4) [debian man page]

DISC(4) 						   BSD Kernel Interfaces Manual 						   DISC(4)

NAME
disc -- software discard network interface SYNOPSIS
device disc DESCRIPTION
The disc interface is a software discard mechanism which may be used for performance analysis and/or software testing. As with other network interfaces, the discard 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). Each disc 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 ALSO
inet(4), intro(4) HISTORY
The disc device appears to have been derived from the lo(4) device around the time of 4.4BSD. This manpage was adapted from lo(4) and first appeared in FreeBSD 5.0. BSD
May 25, 2002 BSD

Check Out this Related Man Page

EDSC(4) 						   BSD Kernel Interfaces Manual 						   EDSC(4)

NAME
edsc -- Ethernet discard network interface SYNOPSIS
device edsc DESCRIPTION
The 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 ALSO
ioctl(2), arp(4), if_bridge(4), inet(4), intro(4), vlan(4), rc.conf(5), arp(8), ifconfig(8) HISTORY
The edsc device was derived from the disc(4) device and first appeared in FreeBSD 6.3. This manpage was adapted from disc(4). CAVEATS
Since 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. BSD
March 25, 2007 BSD
Man Page

10 More Discussions You Might Find Interesting

1. Programming

Help with assembly code

I want make simple assembly code for some thing like this a^6+6a^2+2a and range of a is between -3 to 3. I tried but it is not working properly. As this is my first assembly program that I am going to try, I want some help with it. I found this example online but i dont want this kind of... (2 Replies)
Discussion started by: Learnerabc
2 Replies

2. Solaris

IPMP on Private interconnects

I have a Oracle dbase running in a Solaris 10 cluster and have two private interconnects that are being used for communication. Is there any way to connect these two interconnects together using IPMP for redundancy? I've made several attempts with no luck so far and was wondering if anyone had... (17 Replies)
Discussion started by: goose25
17 Replies

3. Shell Programming and Scripting

Alternative network messaging?

Hello people, which options do I have to send messages over a network from one station to another without using standard network messaging commands like write, talk und message? Thanks. (26 Replies)
Discussion started by: 123_abc
26 Replies

4. Shell Programming and Scripting

While loop - how to run processes one after another (2nd starts after first completes, and so on)

I'm a programming noob. I'm trying to run a memory intensive process for many files. But when I use the following script, it runs fine for the first 5-7 files, then runs out of memory. Monitoring the output files, it's clear the processes are going on in parallel. Once 5-7 of the files are being... (18 Replies)
Discussion started by: pathunkathunk
18 Replies

5. AIX

P550 9133 IPL Issues

First IPL of used P550 in Home Lab displayed this on Control Panel: Line-1(01 M F), Line-2(HMC=0 T). Issue #1: Changed "01" to "02" and "M" to "N" on line-1, but IPL failed; no change on display panel. Set "M" back to "N" and exit function "2", but function "3" for IPL restart would not display. ... (5 Replies)
Discussion started by: luw3486
5 Replies

6. Cybersecurity

Tor and vm's

Hello all! That's my first post here and I have some few questions about navigation with tor network: 1) Is it safe to use it to access mainstream websites such as facebook, google and so on? I mean, they will probably know by there that we are using tor. And they can of course send out this... (10 Replies)
Discussion started by: senhortempora
10 Replies

7. Web Development

Icecast2

Hi Everyone, Hope this is the right section for this topic. I am trying to start a streaming server from my MacBook Pro but I'm having some trouble. The structure I'm trying to set up is as follows: Soundflower collects the audio from the SoundCard -----> Darkice takes it and through... (0 Replies)
Discussion started by: Tameto
0 Replies

8. Shell Programming and Scripting

Mail sent from variable is not aligned in shell script

Hi Folks :( Scenario, Compared two values in two different files, if file1 value is greater than the value of file2 it trigger mail, I tried this, echo ${usep}; echo ${usep1}; for i in ${!usep}; do if } -gt 80 ]; then if } -gt ${usep1} ]; then ... (9 Replies)
Discussion started by: viay
9 Replies

9. Shell Programming and Scripting

Assigning basename result to another variable

This is a two part request for an assistance. I am not sure how retrieve value from basename command - line 270 -so in can be output as variable CLI_COMMAND - line 250 in whiptail input box. As coded I can input from keyboard ( stdin?) into input box using redirection. I can... (2 Replies)
Discussion started by: annacreek
2 Replies

10. Shell Programming and Scripting

Conditional delete

Hi Friends, I have somefiles like 20180720_1812.tar.gz 20180720_1912.tar.gz 20180720_2012.tar.gz 20180720_2112.tar.gz 20180721_0012.tar.gz 20180721_0112.tar.gz 20180721_0212.tar.gz 20180721_0312.tar.gz in a directory and so on..these files gets created every 3 hours where as... (28 Replies)
Discussion started by: onenessboy
28 Replies