diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 15:16:33 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 15:16:33 +0000 |
commit | cc63125ef5a5fc12e5dc68b10a6ab46f5707b6e9 (patch) | |
tree | fbe92ec6cbce1576fd6ccf02c773f2c2b2f908fa /net/Makefile | |
parent | c4e3d79cbccd46b52aff7abfa04afeca9094835f (diff) | |
download | ports-cc63125ef5a5fc12e5dc68b10a6ab46f5707b6e9.tar.gz ports-cc63125ef5a5fc12e5dc68b10a6ab46f5707b6e9.zip |
IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface
cards, such as IP addresses, net masks, and so forth. It is useful
for identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria,
such as the ability to multicast.
PR: ports/26876
Notes
Notes:
svn path=/head/; revision=42007
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2ee6cab318c7..919be0fff85e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -226,6 +226,7 @@ SUBDIR += p5-Archie SUBDIR += p5-Cflow SUBDIR += p5-Frontier-RPC + SUBDIR += p5-IO-Interface SUBDIR += p5-Mon SUBDIR += p5-Net SUBDIR += p5-Net-DNS |