Skip to content

Commit

Permalink
[DCCP]: Introduce DCCPv6
Browse files Browse the repository at this point in the history
Still needs mucho polishing, specially in the checksum code, but works
just fine, inet_diag/iproute2 and all 8)

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Jan 3, 2006
1 parent 399c07d commit 3df80d9
Show file tree
Hide file tree
Showing 4 changed files with 1,491 additions and 1 deletion.
4 changes: 4 additions & 0 deletions net/dccp/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
obj-$(CONFIG_IPV6) += dccp_ipv6.o

dccp_ipv6-y := ipv6.o

obj-$(CONFIG_IP_DCCP) += dccp.o

dccp-y := ccid.o input.o ipv4.o minisocks.o options.o output.o proto.o \
Expand Down
Loading

0 comments on commit 3df80d9

Please sign in to comment.