Update of /cvsroot/irc-dev/ipv6
In directory usw-pr-cvs1:/tmp/cvs-serv13639
Modified Files:
CAMBIOS.Ipv6 Ipv6.zoltan Makefile.in
Log Message:
INET6.4
Index: CAMBIOS.Ipv6
===================================================================
RCS file: /cvsroot/irc-dev/ipv6/CAMBIOS.Ipv6,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CAMBIOS.Ipv6 12 Sep 2002 19:10:26 -0000 1.3
+++ CAMBIOS.Ipv6 14 Sep 2002 14:42:04 -0000 1.4
@@ -1,3 +1,8 @@
+* 2002/09/14 zo...@ir... INET6.4
+-----------------------------------------------------------------------
+Creamos un define para la delimitacion de campos del ircd.conf ya que
+el : estandar es incompatible con el IPv6.
+
* 2002/09/12 zo...@ir... INET6.3
-----------------------------------------------------------------------
Se adjunta el ircd.conf de IPv6.
Index: Ipv6.zoltan
===================================================================
RCS file: /cvsroot/irc-dev/ipv6/Ipv6.zoltan,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Ipv6.zoltan 12 Sep 2002 19:10:26 -0000 1.7
+++ Ipv6.zoltan 14 Sep 2002 14:42:04 -0000 1.8
@@ -34,7 +34,7 @@
5º Definir un macro en "inet.h" para la delimitacion de los campos de las lineas
del ircd.conf ya que como en INET6 usan ':', entonces para el ircd.conf utilizaremos
- el '%' si el ircd se compila para INET6.
+ el '%' si el ircd se compila para INET6. (HECHO)
6º Adaptar el inetntoa al IPv6 o cambiar por una funcion nueva inetntop (numerico a
puntero) para tanto IPv4 como IPv6.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/irc-dev/ipv6/Makefile.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.in 11 Sep 2002 10:09:07 -0000 1.1.1.1
+++ Makefile.in 14 Sep 2002 14:42:04 -0000 1.2
@@ -126,6 +126,6 @@
# Indent all headers and source files:
indent:
- @test "`indent --version`" = "GNU indent 2.2.8a" || \
+ @test "`indent --version`" = "GNU indent 2.2.6" || \
(echo "You need GNU indent 2.2.8a; See doc/readme.indent" && exit -1);
VERSION_CONTROL=none indent include/*.h ircd/*.c
|