itojun
565fad43fa
write up IPv6 operations (prefixlen and others)
1999-07-02 15:45:46 +00:00
simonb
42724dd4d2
More trailing white space.
1999-07-02 15:37:33 +00:00
sakamoto
0ef2d3f6e2
MD defines for the MI loadfile.
1999-07-02 15:36:51 +00:00
sakamoto
f789d4809c
Fix arg of delay. int -> unsigned int
1999-07-02 15:33:36 +00:00
itojun
d211125175
IPv6-ready route command (-inet6 and -prefixlen are added)
1999-07-02 15:29:02 +00:00
simonb
f68ec00b50
More trailing white space.
1999-07-02 15:28:49 +00:00
kleink
312f023d61
Need "namespace.h".
1999-07-02 15:27:08 +00:00
simonb
1528b77539
More trailing white space.
1999-07-02 15:14:07 +00:00
simonb
f7abd76933
Remove trailing white space.
1999-07-02 15:12:15 +00:00
itojun
e1b3627397
bark if mismatched address families are found on source route.
1999-07-02 15:11:53 +00:00
itojun
9bee021415
IPv6-ready telnet.
...
source route (telnet @localhost@localhost) works for IPv6 as well.
1999-07-02 15:09:10 +00:00
itojun
e4aa9b3d90
do tcp/udp checksum only if it is IPv4.
...
TODO: IPv6 tcp/udp pseudo header checksum
1999-07-02 14:51:22 +00:00
itojun
0be14eaf65
(shlib monor)++ for libpcap.
1999-07-02 14:50:25 +00:00
itojun
4b961b81e3
avoid "variable not initialized" warnings on some of the platforms.
1999-07-02 12:45:32 +00:00
itojun
243585320c
expand insque/remque (quick hack). fundamental fix should be done
...
while clarifying relationship between inpcb and in6pcb.
PR: 7891
1999-07-02 12:43:42 +00:00
itojun
bfa86f1cc9
route6d: RIPng daemon (similar to route6d)
...
rip6query: RIPng query (similar to ripquery)
NOTE: we usually do not run route6d on end nodes at startup (rtsol should do
the trick). So I figured that route6d can be in /usr/sbin, not in /sbin
(routed is in /sbin). Correct me if I'm wrong.
1999-07-02 11:47:12 +00:00
itojun
c282889c17
Pv6, IPsec, ospf6, ripng, dhcp and other protocols support.
1999-07-02 11:31:28 +00:00
itojun
c6f88a42f4
support IPv6 address and IPv6 protocols.
...
"tcp" will match both IPv4 TCP and IPv6 TCP.
"ip6" will match IPv6.
you can chase header chain by using "protochain" instead of "proto"
(but bpf code is not optimizable in this case)
commit to tcpdump will follow.
I've sent this fix to LBL guys to get no response. I wonder why it was.
1999-07-02 10:05:22 +00:00
itojun
22b07aaafd
upgrade libc minor version (sorry forgot this last day)
1999-07-02 10:00:59 +00:00
itojun
134b5f49f2
rtadvd: advertise IPv6 prefix info via router advertisement.
...
(to be run on routers)
1999-07-02 09:28:16 +00:00
itojun
c3e9b5eee9
IPv6/IPsec sysctl MIB support.
1999-07-02 08:58:21 +00:00
itojun
f8346292af
move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP),
...
so that you can perform sysctl operation when ESP is not compiled in.
1999-07-02 08:46:47 +00:00
itojun
8f071200a3
rtsol: Throw IPv6 router solicitation to request autoconfiguration
...
(to be used on end host).
1999-07-02 08:28:04 +00:00
itojun
d1a8e792f7
add dual-stack (IPv4/v6) support. hope I broke no other part...
1999-07-02 08:07:40 +00:00
itojun
5536a65571
IPv6 support.
1999-07-02 07:59:56 +00:00
itojun
932ab72aee
remove TIME_WAIT issue, it was false.
1999-07-02 07:36:33 +00:00
itojun
8ebf9f7039
add tcp6 port # oddity.
...
add splnet/splsoftnet issue.
1999-07-02 07:16:29 +00:00
itojun
3496d3aba4
close data socket when new EPRT command comes.
1999-07-02 07:11:36 +00:00
itojun
90db061921
add telnet on tcp6.
1999-07-02 06:32:32 +00:00
itojun
5b5d822bce
dual-stack telnetd.
1999-07-02 06:32:08 +00:00
itojun
5202885909
provide sample lines for IPv6 services (at this moment ftpd and fingerd)
1999-07-02 06:05:21 +00:00
itojun
98a141cc3f
dual-stack finger.
...
% finger itojun@::1
% finger itojun@127.0.0.1
% finger itojun@localhost
tries all addresses listed on DNS, uses first one with successful
connect(2).
1999-07-02 06:01:22 +00:00
itojun
7b9f155e5f
dual-stack fingerd. Run it from inetd like:
...
>>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
1999-07-02 06:00:06 +00:00
itojun
2005cef66b
typo fix: s/LPSV/LPRT/
1999-07-02 05:54:21 +00:00
itojun
c9b3e3ad3d
dual-stack ftpd. run this from inetd, like:
...
>>ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
1999-07-02 05:52:14 +00:00
lukem
a3f3aa25fd
make a pointers static again (that were made automatic as part of the
...
xfer rate stuff, but i never completed the changes that didn't need it
set).
fixes a coredump noticed on current-users@ by Chan Yiu Wah <c5666305@hkstar.com>
1999-07-02 05:41:45 +00:00
itojun
909714f4a5
IPsec support (specify policy on ping - quite useful to test
...
if IPsec is working or not) is added.
1999-07-02 04:53:23 +00:00
itojun
a77871b871
dual-stack inetd. you can write "tcp6" or "tcp4" into "protocol" field.
...
(the style is the rough consensus among v6 implementers so it will be
the standard style)
TODO: test rpc and tcpmux on IPv6.
TODO: test identd over IPv6.
1999-07-02 04:48:19 +00:00
thorpej
011b182801
Fix some printf format problems.
1999-07-02 00:19:44 +00:00
thorpej
e7d046463f
-D... belongs in CPPFLAGS
1999-07-02 00:04:53 +00:00
thorpej
62d68abdad
Fix LP64 printf format problem.
1999-07-01 23:59:11 +00:00
thorpej
8328f07bda
Fix printf format on LP64.
1999-07-01 22:47:56 +00:00
thorpej
14a2fa8169
Fix IPv6 software interrupt vector label.
1999-07-01 22:03:38 +00:00
itojun
2447462b5e
traceroute6: traceroute for IPv6.
...
TODO: better to be separate, or merged?
1999-07-01 20:55:03 +00:00
thorpej
30f651d5b0
Const poison local printf prototype.
1999-07-01 20:46:42 +00:00
is
456bf68494
Quick and dirty hook to compile a non-6888[12] libm for 68040 and 68060.
...
This is switched to by the M68040 or M68060 defines.
XXX Eventually, a M060SP based libm should be built for M68060.
1999-07-01 20:46:35 +00:00
itojun
4512445795
ifmcstat: show multicast groups currently joined (in per-interface manner).
1999-07-01 20:41:49 +00:00
itojun
4b8a1fec7e
ndp, "arp"-alike command for IPv6.
1999-07-01 20:33:55 +00:00
itojun
bad54b26c6
enable -DIPSEC.
1999-07-01 20:19:35 +00:00
itojun
5e4f18efbb
add LIBIPSEC for use from DPADD.
1999-07-01 20:19:18 +00:00