Skip to content

Commit 3df80d9

Browse files
Arnaldo Carvalho de MeloDavid S. Miller
Arnaldo Carvalho de Melo
authored and
David S. Miller
committed
[DCCP]: Introduce DCCPv6
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 399c07d commit 3df80d9

File tree

4 files changed

+1491
-1
lines changed

4 files changed

+1491
-1
lines changed

net/dccp/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
obj-$(CONFIG_IPV6) += dccp_ipv6.o
2+
3+
dccp_ipv6-y := ipv6.o
4+
15
obj-$(CONFIG_IP_DCCP) += dccp.o
26

37
dccp-y := ccid.o input.o ipv4.o minisocks.o options.o output.o proto.o \

0 commit comments

Comments
 (0)