summaryrefslogtreecommitdiff
path: root/etc/netconfig
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>2000-06-02 22:54:08 +0000
committerfvdl <fvdl@NetBSD.org>2000-06-02 22:54:08 +0000
commit02cd59a751362d2593ca1c5a39e45beb68b9cafc (patch)
tree71744557152aa14fea14be46f1df2415227ed423 /etc/netconfig
parent2a05365bbb5e42a915f852331586a8ea281ec0ca (diff)
* Portmap is now called rpcbind.
* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others) * Add netconfig file, needed for TI-RPC code.
Diffstat (limited to 'etc/netconfig')
-rw-r--r--etc/netconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/netconfig b/etc/netconfig
new file mode 100644
index 00000000000..800793ed6ac
--- /dev/null
+++ b/etc/netconfig
@@ -0,0 +1,19 @@
+# $NetBSD: netconfig,v 1.1 2000/06/02 22:54:10 fvdl Exp $
+#
+# The network configuration file. This file is currently only used in
+# conjunction with the (TI-) RPC code in the C library, unlike its
+# use in SVR4.
+#
+# Entries consist of:
+#
+# <network_id> <semantics> <flags> <protofamily> <protoname> \
+# <device> <nametoaddr_libs>
+#
+# The <device> and <nametoaddr_libs> fields are always empty in NetBSD.
+#
+udp6 tpi_clts v inet6 udp - -
+tcp6 tpi_cots_ord v inet6 tcp - -
+udp tpi_clts v inet udp - -
+tcp tpi_cots_ord v inet tcp - -
+rawip tpi_raw - inet - - -
+local tpi_cots_ord - loopback - - -