adding etc_netconfig to root directory
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
fb87e417fc
commit
1b7a5f6c6c
1 changed files with 19 additions and 0 deletions
19
etc_netconfig
Normal file
19
etc_netconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
#
|
||||||
|
# The network configuration file. This file is currently only used in
|
||||||
|
# conjunction with the TI-RPC code in the libtirpc library.
|
||||||
|
#
|
||||||
|
# Entries consist of:
|
||||||
|
#
|
||||||
|
# <network_id> <semantics> <flags> <protofamily> <protoname> \
|
||||||
|
# <device> <nametoaddr_libs>
|
||||||
|
#
|
||||||
|
# The <device> and <nametoaddr_libs> fields are always empty in this
|
||||||
|
# implementation.
|
||||||
|
#
|
||||||
|
udp tpi_clts v inet udp - -
|
||||||
|
tcp tpi_cots_ord v inet tcp - -
|
||||||
|
udp6 tpi_clts v inet6 udp - -
|
||||||
|
tcp6 tpi_cots_ord v inet6 tcp - -
|
||||||
|
rawip tpi_raw - inet - - -
|
||||||
|
local tpi_cots_ord - loopback - - -
|
||||||
|
unix tpi_cots_ord - loopback - - -
|
||||||
Loading…
Add table
Add a link
Reference in a new issue