Added ICMP4 error node.
[vpp.git] / vnet / Makefile.am
1 # Copyright (c) 2015 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 AUTOMAKE_OPTIONS = foreign subdir-objects
15
16 AM_CFLAGS = -Wall @DPDK@ @VIRL@
17
18 libvnet_la_SOURCES =
19 libvnetplugin_la_SOURCES =
20 nobase_include_HEADERS =
21 noinst_PROGRAMS =
22
23 ########################################
24 # Generic stuff
25 ########################################
26 libvnet_la_SOURCES +=                                   \
27   vnet/config.c                                         \
28   vnet/interface.c                                      \
29   vnet/interface_cli.c                                  \
30   vnet/interface_format.c                               \
31   vnet/interface_output.c                               \
32   vnet/misc.c                                           \
33   vnet/replication.c                                    \
34   vnet/rewrite.c                                
35
36 nobase_include_HEADERS +=                       \
37   vnet/api_errno.h                              \
38   vnet/buffer.h                                 \
39   vnet/config.h                                 \
40   vnet/global_funcs.h                           \
41   vnet/interface.h                              \
42   vnet/interface_funcs.h                        \
43   vnet/l3_types.h                               \
44   vnet/pipeline.h                               \
45   vnet/replication.h                            \
46   vnet/rewrite.h                                \
47   vnet/vnet.h
48
49 ########################################
50 # Policer infra
51 ########################################
52
53 libvnet_la_SOURCES +=                           \
54   vnet/policer/node_funcs.c                     \
55   vnet/policer/policer.c                        \
56   vnet/policer/xlate.c
57
58 nobase_include_HEADERS +=                       \
59   vnet/policer/police.h                         \
60   vnet/policer/xlate.h
61
62
63 ########################################
64 # Layer 2 protocols go here
65 ########################################
66
67 ########################################
68 # Layer 2 protocol: Ethernet
69 ########################################
70 libvnet_la_SOURCES +=                           \
71  vnet/ethernet/arp.c                            \
72  vnet/ethernet/cli.c                            \
73  vnet/ethernet/format.c                         \
74  vnet/ethernet/init.c                           \
75  vnet/ethernet/interface.c                      \
76  vnet/ethernet/node.c                           \
77  vnet/ethernet/pg.c
78
79 nobase_include_HEADERS +=                       \
80  vnet/ethernet/arp_packet.h                     \
81  vnet/ethernet/error.def                        \
82  vnet/ethernet/ethernet.h                       \
83  vnet/ethernet/packet.h                         \
84  vnet/ethernet/types.def
85
86 ########################################
87 # Layer 2 protocol: Ethernet bridging
88 ########################################
89 libvnet_la_SOURCES +=                           \
90  vnet/l2/feat_bitmap.c                          \
91  vnet/l2/l2_bd.c                                \
92  vnet/l2/l2_bvi.c                               \
93  vnet/l2/l2_classify.c                          \
94  vnet/l2/l2_efp_filter.c                        \
95  vnet/l2/l2_fib.c                               \
96  vnet/l2/l2_flood.c                             \
97  vnet/l2/l2_fwd.c                               \
98  vnet/l2/l2_input_acl.c                         \
99  vnet/l2/l2_input.c                             \
100  vnet/l2/l2_input_vtr.c                         \
101  vnet/l2/l2_learn.c                             \
102  vnet/l2/l2_output_acl.c                        \
103  vnet/l2/l2_output.c                            \
104  vnet/l2/l2_patch.c                             \
105  vnet/l2/l2_vtr.c                               \
106  vnet/l2/l2_xcrw.c
107
108 nobase_include_HEADERS +=                       \
109  vnet/l2/feat_bitmap.h                          \
110  vnet/l2/l2_input.h                             \
111  vnet/l2/l2_output.h                            \
112  vnet/l2/l2_vtr.h                               \
113  vnet/l2/l2_input_vtr.h                         \
114  vnet/l2/l2_efp_filter.h                        \
115  vnet/l2/l2_fwd.h                               \
116  vnet/l2/l2_bd.h                                \
117  vnet/l2/l2_bvi.h                               \
118  vnet/l2/l2_flood.h                             \
119  vnet/l2/l2_fib.h                               \
120  vnet/l2/l2_xcrw.h                              \
121  vnet/l2/l2_classify.h
122
123 ########################################
124 # Layer 2 protocol: SRP
125 ########################################
126 libvnet_la_SOURCES +=                           \
127  vnet/srp/format.c                              \
128  vnet/srp/interface.c                           \
129  vnet/srp/node.c                                \
130  vnet/srp/pg.c
131
132 nobase_include_HEADERS +=                       \
133  vnet/srp/packet.h                              \
134  vnet/srp/srp.h
135
136 ########################################
137 # Layer 2 protocol: PPP
138 ########################################
139 libvnet_la_SOURCES +=                           \
140   vnet/ppp/node.c                               \
141   vnet/ppp/pg.c                                 \
142   vnet/ppp/ppp.c
143
144 nobase_include_HEADERS +=                       \
145  vnet/ppp/error.def                             \
146  vnet/ppp/ppp.h                                 \
147  vnet/ppp/packet.h
148
149 ########################################
150 # Layer 2 protocol: HDLC
151 ########################################
152 libvnet_la_SOURCES +=                           \
153   vnet/hdlc/node.c                              \
154   vnet/hdlc/pg.c                                \
155   vnet/hdlc/hdlc.c
156
157 nobase_include_HEADERS +=                       \
158  vnet/hdlc/error.def                            \
159  vnet/hdlc/hdlc.h                               \
160  vnet/hdlc/packet.h
161
162 ########################################
163 # Layer 2 protocol: LLC
164 ########################################
165 libvnet_la_SOURCES +=                           \
166   vnet/llc/llc.c                                \
167   vnet/llc/node.c                               \
168   vnet/llc/pg.c
169
170 nobase_include_HEADERS +=                       \
171  vnet/llc/llc.h
172
173 ########################################
174 # Layer 2 protocol: SNAP
175 ########################################
176 libvnet_la_SOURCES +=                           \
177   vnet/snap/snap.c                              \
178   vnet/snap/node.c                              \
179   vnet/snap/pg.c
180
181 nobase_include_HEADERS +=                       \
182  vnet/snap/snap.h
183
184 ########################################
185 # Layer 2 / vxlan
186 ########################################
187 libvnet_la_SOURCES +=                           \
188   vnet/vxlan/vxlan.c                            \
189   vnet/vxlan/encap.c                            \
190   vnet/vxlan/decap.c    
191
192 nobase_include_HEADERS +=                       \
193   vnet/vxlan/vxlan.h                            \
194   vnet/vxlan/vxlan_packet.h         \
195   vnet/vxlan/vxlan_error.def
196
197 ########################################
198 # Layer 2/3 "classify"
199 ########################################
200 libvnet_la_SOURCES +=                           \
201   vnet/classify/vnet_classify.c                 \
202   vnet/classify/ip_classify.c                   \
203   vnet/classify/input_acl.c                     \
204   vnet/classify/vnet_classify.h
205
206 nobase_include_HEADERS +=                       \
207   vnet/classify/vnet_classify.h                 \
208   vnet/classify/input_acl.h
209
210 ########################################
211 # Layer 3 protocols go here
212 ########################################
213
214 # vnet/ip/tcp.c                                 \
215 # vnet/ip/tcp_format.c                          \
216 # vnet/ip/tcp_init.c                            \
217 # vnet/ip/tcp_pg.c                              
218
219
220 ########################################
221 # Layer 3 protocol: IP v4/v6
222 ########################################
223 libvnet_la_SOURCES +=                           \
224  vnet/ip/format.c                               \
225  vnet/ip/icmp4.c                                \
226  vnet/ip/icmp6.c                                \
227  vnet/ip/ip46_cli.c                             \
228  vnet/ip/ip4_format.c                           \
229  vnet/ip/ip4_forward.c                          \
230  vnet/ip/ip4_hop_by_hop.c                       \
231  vnet/ip/ip4_input.c                            \
232  vnet/ip/ip4_mtrie.c                            \
233  vnet/ip/ip4_pg.c                               \
234  vnet/ip/ip4_source_check.c                     \
235  vnet/ip/ip6_format.c                           \
236  vnet/ip/ip6_forward.c                          \
237  vnet/ip/ip6_hop_by_hop.c                       \
238  vnet/ip/ip6_input.c                            \
239  vnet/ip/ip6_neighbor.c                         \
240  vnet/ip/ip6_pg.c                               \
241  vnet/ip/ip_checksum.c                          \
242  vnet/ip/ip.h                                   \
243  vnet/ip/ip_init.c                              \
244  vnet/ip/lookup.c                               \
245  vnet/ip/udp_format.c                           \
246  vnet/ip/udp_init.c                             \
247  vnet/ip/udp_local.c                            \
248  vnet/ip/udp_pg.c                               \
249  vnet/ip/ip_input_acl.c                         \
250  vnet/ip/ip_frag.c
251
252 nobase_include_HEADERS +=                       \
253  vnet/ip/format.h                               \
254  vnet/ip/icmp46_packet.h                        \
255  vnet/ip/icmp4.h                                \
256  vnet/ip/icmp6.h                                \
257  vnet/ip/igmp_packet.h                          \
258  vnet/ip/ip.h                                   \
259  vnet/ip/ip4.h                                  \
260  vnet/ip/ip4_mtrie.h                            \
261  vnet/ip/ip4_error.h                            \
262  vnet/ip/ip4_packet.h                           \
263  vnet/ip/ip6.h                                  \
264  vnet/ip/ip6_error.h                            \
265  vnet/ip/ip6_hop_by_hop.h                       \
266  vnet/ip/ip6_hop_by_hop_packet.h                \
267  vnet/ip/ip6_packet.h                           \
268  vnet/ip/lookup.h                               \
269  vnet/ip/ip_packet.h                            \
270  vnet/ip/ports.def                              \
271  vnet/ip/protocols.def                          \
272  vnet/ip/tcp.h                                  \
273  vnet/ip/tcp_packet.h                           \
274  vnet/ip/udp.h                                  \
275  vnet/ip/udp_error.def                          \
276  vnet/ip/udp_packet.h
277
278 ########################################
279 # Layer 3 protocol: IPSec
280 ########################################
281 if WITH_DPDK
282 libvnet_la_SOURCES +=                           \
283  vnet/ipsec/ipsec.c                             \
284  vnet/ipsec/ipsec_cli.c                         \
285  vnet/ipsec/ipsec_format.c                      \
286  vnet/ipsec/ipsec_output.c                      \
287  vnet/ipsec/ipsec_input.c                       \
288  vnet/ipsec/ipsec_if.c                          \
289  vnet/ipsec/ipsec_if_in.c                       \
290  vnet/ipsec/ipsec_if_out.c                      \
291  vnet/ipsec/esp_encrypt.c                       \
292  vnet/ipsec/esp_decrypt.c                       \
293  vnet/ipsec/ikev2.c                             \
294  vnet/ipsec/ikev2_crypto.c                      \
295  vnet/ipsec/ikev2_cli.c                         \
296  vnet/ipsec/ikev2_payload.c                     \
297  vnet/ipsec/ikev2_format.c
298
299 nobase_include_HEADERS +=                       \
300  vnet/ipsec/ipsec.h                             \
301  vnet/ipsec/esp.h                               \
302  vnet/ipsec/ikev2.h                             \
303  vnet/ipsec/ikev2_priv.h
304 endif 
305
306 ########################################
307 # Layer 3 protocol: osi
308 ########################################
309 libvnet_la_SOURCES +=                           \
310  vnet/osi/node.c                                \
311  vnet/osi/osi.c                                 \
312  vnet/osi/pg.c
313
314 nobase_include_HEADERS +=                       \
315  vnet/osi/osi.h
316
317 ########################################
318 # Layer 3 protocol: MAP
319 ########################################
320 libvnet_la_SOURCES +=                           \
321  vnet/map/map.c                                 \
322  vnet/map/ip4_map.c                             \
323  vnet/map/ip6_map.c                             \
324  vnet/map/sixrd.c                               \
325  vnet/map/ip4_sixrd.c                           \
326  vnet/map/ip6_sixrd.c                           \
327  vnet/map/ip4_map_t.c                           \
328  vnet/map/ip6_map_t.c
329
330 nobase_include_HEADERS +=                       \
331  vnet/map/map.h                                 \
332  vnet/map/sixrd.h
333
334 ########################################
335 # Tunnel protocol: gre
336 ########################################
337 libvnet_la_SOURCES +=                           \
338  vnet/gre/gre.c                                 \
339  vnet/gre/node.c                                \
340  vnet/gre/interface.c                           \
341  vnet/gre/pg.c
342  
343 nobase_include_HEADERS +=                       \
344  vnet/gre/gre.h                                 \
345  vnet/gre/packet.h                              \
346  vnet/gre/error.def
347
348 ########################################
349 # Tunnel protocol: l2tpv3
350 ########################################
351 libvnet_la_SOURCES +=                           \
352  vnet/l2tp/l2tp.c                               \
353  vnet/l2tp/encap.c                              \
354  vnet/l2tp/decap.c                              \
355  vnet/l2tp/pg.c
356  
357 nobase_include_HEADERS +=                       \
358  vnet/l2tp/l2tp.h                               \
359  vnet/l2tp/packet.h                             
360
361 ########################################
362 # Tunnel protocol: gre+mpls
363 ########################################
364 libvnet_la_SOURCES +=                           \
365  vnet/mpls-gre/mpls.c                           \
366  vnet/mpls-gre/node.c                           \
367  vnet/mpls-gre/interface.c                      \
368  vnet/mpls-gre/policy_encap.c                   \
369  vnet/mpls-gre/pg.c
370  
371 nobase_include_HEADERS +=                       \
372  vnet/mpls-gre/mpls.h                           \
373  vnet/mpls-gre/packet.h                         \
374  vnet/mpls-gre/error.def
375
376
377 ########################################
378 # Tunnel protocol: nsh-gre
379 ########################################
380
381 libvnet_la_SOURCES +=                           \
382  vnet/nsh-gre/nsh_gre.c                         \
383  vnet/nsh-gre/encap.c                           \
384  vnet/nsh-gre/decap.c
385
386 nobase_include_HEADERS +=                       \
387  vnet/nsh-gre/nsh_gre.h                         \
388  vnet/nsh-gre/nsh_gre_packet.h                  \
389  vnet/nsh-gre/nsh_gre_error.def
390
391 ########################################
392 # Tunnel protocol: nsh-vxlan-gpe
393 ########################################
394
395 libvnet_la_SOURCES +=                           \
396  vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c             \
397  vnet/nsh-vxlan-gpe/encap.c                     \
398  vnet/nsh-vxlan-gpe/decap.c
399
400 nobase_include_HEADERS +=                       \
401  vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.h             \
402  vnet/nsh-vxlan-gpe/vxlan_gpe_packet.h          \
403  vnet/nsh-vxlan-gpe/nsh_vxlan_gpe_error.def
404
405 ########################################
406 # Tunnel protocol: lisp-gpe
407 ########################################
408
409 libvnet_la_SOURCES +=                           \
410  vnet/lisp-gpe/lisp_gpe.c                       \
411  vnet/lisp-gpe/encap.c                          \
412  vnet/lisp-gpe/decap.c
413
414 nobase_include_HEADERS +=                       \
415  vnet/lisp-gpe/lisp_gpe.h                       \
416  vnet/lisp-gpe/lisp_gpe_packet.h                \
417  vnet/lisp-gpe/lisp_gpe_error.def
418
419 ########################################
420 # DHCP client
421 ########################################
422 libvnet_la_SOURCES +=                           \
423  vnet/dhcp/client.c                             \
424  vnet/dhcp/client.h     
425
426 nobase_include_HEADERS +=                       \
427  vnet/dhcp/client.h     
428
429 ########################################
430 # DHCP proxy
431 ########################################
432 libvnet_la_SOURCES +=                           \
433  vnet/dhcp/proxy_node.c                         \
434  vnet/dhcp/proxy.h
435  
436 nobase_include_HEADERS +=                       \
437  vnet/dhcp/packet.h                             \
438  vnet/dhcp/proxy.h                              \
439  vnet/dhcp/proxy_error.def
440
441 ########################################
442 # ipv6 segment routing
443 ########################################
444 libvnet_la_SOURCES +=                           \
445  vnet/sr/sr.c
446  
447 nobase_include_HEADERS +=                       \
448  vnet/sr/sr_packet.h                            \
449  vnet/sr/sr_error.def                           \
450  vnet/sr/sr.h
451
452 ########################################
453 # CGN
454 #########################################
455 libvnet_la_SOURCES +=                                           \
456  vnet/vcgn/cnat_bulk_port.c                                     \
457  vnet/vcgn/cnat_config.c                                        \
458  vnet/vcgn/cnat_db_scanner.c                                    \
459  vnet/vcgn/cnat_db_v2.c                                         \
460  vnet/vcgn/cnat_debug_msg_handler.c                             \
461  vnet/vcgn/cnat_cli_handler.c                                   \
462  vnet/vcgn/cnat_global.c                                        \
463  vnet/vcgn/cnat_ipv4_udp_inside_input.c                         \
464  vnet/vcgn/cnat_ipv4_udp_inside_input_exceptions.c              \
465  vnet/vcgn/cnat_ipv4_udp_outside_input.c                        \
466  vnet/vcgn/cnat_ipv4_tcp_inside_input.c                         \
467  vnet/vcgn/cnat_ipv4_tcp_inside_input_exceptions.c              \
468  vnet/vcgn/cnat_ipv4_tcp_outside_input.c                        \
469  vnet/vcgn/cnat_ipv4_icmp_query_inside_input.c                  \
470  vnet/vcgn/cnat_ipv4_icmp_query_inside_input_exception.c        \
471  vnet/vcgn/cnat_ipv4_icmp_query_outside_input.c                 \
472  vnet/vcgn/cnat_ipv4_icmp_error_inside_input.c                  \
473  vnet/vcgn/cnat_ipv4_icmp_error_outside_input.c                 \
474  vnet/vcgn/cnat_logging.c                                       \
475  vnet/vcgn/cnat_ports.c                                         \
476  vnet/vcgn/cnat_util.c                                          \
477  vnet/vcgn/cnat_show.c                                          \
478  vnet/vcgn/cnat_syslog.c                                        \
479  vnet/vcgn/cnat_v4_functions.c                                  \
480  vnet/vcgn/index_list.c                                         \
481  vnet/vcgn/spp_platform_trace_log.c                             \
482  vnet/vcgn/vcgn_classify.c
483
484 ########################################
485 # DHCPv6 proxy
486 ########################################
487 libvnet_la_SOURCES +=                           \
488  vnet/dhcpv6/proxy_node.c
489  
490 nobase_include_HEADERS +=                       \
491  vnet/dhcpv6/packet.h                           \
492  vnet/dhcpv6/proxy.h                            \
493  vnet/dhcpv6/proxy_error.def
494
495 ########################################
496 # IPFIX / netflow v10 
497 ########################################
498 libvnet_la_SOURCES +=                           \
499  vnet/flow/flow_report.c
500
501 nobase_include_HEADERS +=                       \
502  vnet/flow/flow_report.h                        \
503  vnet/flow/ipfix_info_elements.h                \
504  vnet/flow/ipfix_packet.h
505
506 ########################################
507 # IPFIX sample code
508 ########################################
509
510 libvnet_la_SOURCES +=                           \
511   vnet/flow/flow_report_sample.c
512
513 nobase_include_HEADERS +=                       \
514   vnet/flow/flow_report_sample.h
515
516 ########################################
517 # lawful intercept
518 ########################################
519
520 libvnet_la_SOURCES +=                           \
521   vnet/lawful-intercept/lawful_intercept.c      \
522   vnet/lawful-intercept/node.c
523
524 nobase_include_HEADERS +=                       \
525   vnet/dpdk_replication.h                       \
526   vnet/lawful-intercept/lawful_intercept.h
527
528 ########################################
529 # Packet generator
530 ########################################
531
532 libvnet_la_SOURCES +=                           \
533   vnet/pg/cli.c                                 \
534   vnet/pg/edit.c                                \
535   vnet/pg/init.c                                \
536   vnet/pg/input.c                               \
537   vnet/pg/output.c                              \
538   vnet/pg/stream.c
539
540 nobase_include_HEADERS +=                       \
541   vnet/pg/pg.h                                  \
542   vnet/pg/edit.h
543
544 ########################################
545 # Intel DPDK
546 ########################################
547 if WITH_DPDK
548 libvnet_la_SOURCES +=                           \
549   vnet/devices/dpdk/dpdk_priv.h         \
550   vnet/devices/dpdk/device.c            \
551   vnet/devices/dpdk/init.c                      \
552   vnet/devices/dpdk/node.c                      \
553   vnet/devices/dpdk/threads.c       \
554   vnet/devices/dpdk/vhost_user.c    \
555   vnet/devices/dpdk/cli.c
556
557 nobase_include_HEADERS +=                       \
558   vnet/devices/dpdk/dpdk.h                      \
559   vnet/devices/dpdk/threads.h
560 endif
561
562 ########################################
563 # virtio
564 ########################################
565
566 if WITH_DPDK
567 libvnet_la_SOURCES +=       \
568   vnet/devices/virtio/vhost-user.c
569
570 nobase_include_HEADERS +=     \
571   vnet/devices/virtio/vhost-user.h
572 endif WITH_DPDK
573
574 ########################################
575 # ssvm ethernet
576 ########################################
577 libvnet_la_SOURCES +=                           \
578   vnet/devices/ssvm/ssvm_eth.c                  \
579   vnet/devices/ssvm/node.c
580
581 nobase_include_HEADERS +=                       \
582   vnet/devices/ssvm/ssvm_eth.h
583
584 ########################################
585 # Unix kernel related
586 ########################################
587
588 # FIXME: vnet/unix/hgshm.c 
589
590 libvnet_la_SOURCES +=                           \
591   vnet/unix/gdb_funcs.c                         \
592   vnet/unix/pcap.c                              \
593   vnet/unix/tapcli.c                            \
594   vnet/unix/tuntap.c
595
596 nobase_include_HEADERS +=                       \
597   vnet/unix/pcap.h                              \
598   vnet/unix/tuntap.h                            \
599   vnet/unix/tapcli.h
600
601 ########################################
602 # Plugin client library
603 ########################################
604
605 libvnetplugin_la_SOURCES +=                     \
606   vnet/plugin/p1.c
607
608 nobase_include_HEADERS +=                       \
609   vnet/plugin/plugin.h
610
611 lib_LTLIBRARIES = libvnet.la libvnetplugin.la
612
613 dpdk_libs = 
614
615 if WITH_DPDK
616 dpdk_libs += -l:libdpdk.a
617 endif
618
619 pcap2pg_SOURCES =                               \
620   vnet/unix/pcap2pg.c                           \
621   vnet/unix/pcap.h
622
623 pcap2pg_LDFLAGS = -static
624 pcap2pg_LDADD = libvnet.la -l:libvppinfra.a -lpthread -lm -ldl
625
626 noinst_PROGRAMS += pcap2pg