9911b0420a6946efe98caa9e172ee927f5b00b4f
[vpp.git] / src / vnet / CMakeLists.txt
1 # Copyright (c) 2018 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 add_definitions (-DWITH_LIBSSL=1)
15 include_directories(${OPENSSL_INCLUDE_DIR})
16
17 unset(VNET_SOURCES)
18 unset(VNET_HEADERS)
19 unset(VNET_API_FILES)
20 unset(VNET_MULTIARCH_SOURCES)
21
22 ##############################################################################
23 # Generic stuff
24 ##############################################################################
25 list(APPEND VNET_SOURCES
26   buffer.c
27   config.c
28   devices/devices.c
29   devices/netlink.c
30   flow/flow.c
31   flow/flow_cli.c
32   handoff.c
33   interface.c
34   interface_api.c
35   interface_cli.c
36   interface_format.c
37   interface_output.c
38   interface_stats.c
39   misc.c
40 )
41
42 list(APPEND VNET_MULTIARCH_SOURCES
43   interface_output.c
44   interface_stats.c
45   handoff.c
46 )
47
48 list(APPEND VNET_HEADERS
49   api_errno.h
50   buffer.h
51   config.h
52   devices/devices.h
53   devices/netlink.h
54   flow/flow.h
55   global_funcs.h
56   handoff.h
57   interface.h
58   interface_funcs.h
59   ip/ip4_to_ip6.h
60   ip/ip6_to_ip4.h
61   ip/ip_types_api.h
62   l3_types.h
63   plugin/plugin.h
64   pipeline.h
65   vnet.h
66   vnet_all_api_h.h
67   vnet_msg_enum.h
68   util/radix.h
69   util/refcount.h
70   format_fns.h
71   ip/ip_format_fns.h
72   ethernet/ethernet_format_fns.h
73 )
74
75 list(APPEND VNET_API_FILES
76   interface.api
77   interface_types.api
78   ip/ip_types.api
79 )
80
81 ##############################################################################
82 # Policer infra
83 ##############################################################################
84 list(APPEND VNET_SOURCES
85   policer/node_funcs.c
86   policer/policer.c
87   policer/xlate.c
88   policer/policer_api.c
89 )
90
91 list(APPEND VNET_MULTIARCH_SOURCES
92   policer/node_funcs.c
93 )
94
95 list(APPEND VNET_HEADERS
96   policer/police.h
97   policer/policer.h
98   policer/xlate.h
99 )
100
101 list(APPEND VNET_API_FILES
102   policer/policer.api
103   policer/policer_types.api
104 )
105
106 ##############################################################################
107 # Cop - junk filter
108 ##############################################################################
109 list(APPEND VNET_SOURCES
110   cop/cop.c
111   cop/node1.c
112   cop/ip4_whitelist.c
113   cop/ip6_whitelist.c
114   cop/cop_api.c
115 )
116
117 list(APPEND VNET_MULTIARCH_SOURCES
118   cop/node1.c
119   cop/ip4_whitelist.c
120   cop/ip6_whitelist.c
121 )
122
123 list(APPEND VNET_HEADERS
124   cop/cop.h
125 )
126
127 list(APPEND VNET_API_FILES cop/cop.api)
128
129 ##############################################################################
130 # Layer 2 protocols go here
131 ##############################################################################
132
133 ##############################################################################
134 # Layer 2 protocol: Ethernet
135 ##############################################################################
136 list(APPEND VNET_SOURCES
137   ethernet/arp_packet.c
138   ethernet/ethernet_types_api.c
139   ethernet/format.c
140   ethernet/init.c
141   ethernet/interface.c
142   ethernet/mac_address.c
143   ethernet/node.c
144   ethernet/pg.c
145   ethernet/sfp.c
146   ethernet/p2p_ethernet.c
147   ethernet/p2p_ethernet_input.c
148   ethernet/p2p_ethernet_api.c
149 )
150
151 list(APPEND VNET_MULTIARCH_SOURCES
152   ethernet/node.c
153   ethernet/p2p_ethernet_input.c
154 )
155
156 list(APPEND VNET_HEADERS
157   ethernet/error.def
158   ethernet/ethernet.h
159   ethernet/mac_address.h
160   ethernet/packet.h
161   ethernet/types.def
162   ethernet/sfp.h
163   ethernet/p2p_ethernet.h
164   ethernet/arp_packet.h
165 )
166
167 list(APPEND VNET_API_FILES
168   ethernet/p2p_ethernet.api
169   ethernet/ethernet_types.api)
170
171 ##############################################################################
172 # Layer 2 protocol: Ethernet bridging
173 ##############################################################################
174 list(APPEND VNET_SOURCES
175   l2/feat_bitmap.c
176   l2/l2_api.c
177   l2/l2_arp_term.c
178   l2/l2_bd.c
179   l2/l2_bvi.c
180   l2/l2_bvi_node.c
181   l2/l2_input_classify.c
182   l2/l2_output_classify.c
183   l2/l2_efp_filter.c
184   l2/l2_fib.c
185   l2/l2_flood.c
186   l2/l2_fwd.c
187   l2/l2_input.c
188   l2/l2_input_vtr.c
189   l2/l2_learn.c
190   l2/l2_output.c
191   l2/l2_in_out_acl.c
192   l2/l2_in_out_feat_arc.c
193   l2/l2_patch.c
194   l2/l2_rw.c
195   l2/l2_uu_fwd.c
196   l2/l2_vtr.c
197   l2/l2_xcrw.c
198 )
199
200 list(APPEND VNET_MULTIARCH_SOURCES
201   l2/l2_bvi_node.c
202   l2/l2_fwd.c
203   l2/l2_learn.c
204   l2/l2_output.c
205   l2/l2_patch.c
206   l2/l2_in_out_feat_arc.c
207   l2/l2_input_classify.c
208   l2/l2_input.c
209   l2/l2_output_classify.c
210   l2/l2_flood.c
211   l2/l2_uu_fwd.c
212   l2/l2_efp_filter.c
213   l2/l2_rw.c
214   l2/l2_xcrw.c
215   l2/l2_in_out_acl.c
216   l2/l2_input_vtr.c
217 )
218
219 list(APPEND VNET_HEADERS
220   l2/feat_bitmap.h
221   l2/l2_input.h
222   l2/l2_output.h
223   l2/l2_vtr.h
224   l2/l2_input_vtr.h
225   l2/l2_efp_filter.h
226   l2/l2_fwd.h
227   l2/l2_bd.h
228   l2/l2_bvi.h
229   l2/l2_flood.h
230   l2/l2_fib.h
231   l2/l2_rw.h
232   l2/l2_xcrw.h
233   l2/l2_classify.h
234 )
235
236 list(APPEND VNET_API_FILES l2/l2.api)
237
238 ##############################################################################
239 # Layer 2 protocol: SRP
240 ##############################################################################
241 list(APPEND VNET_SOURCES
242   srp/format.c
243   srp/interface.c
244   srp/node.c
245   srp/pg.c
246 )
247
248 list(APPEND VNET_HEADERS
249   srp/packet.h
250   srp/srp.h
251 )
252
253 ##############################################################################
254 # Layer 2 protocol: PPP
255 ##############################################################################
256 list(APPEND VNET_SOURCES
257   ppp/node.c
258   ppp/pg.c
259   ppp/ppp.c
260 )
261
262 list(APPEND VNET_HEADERS
263   ppp/error.def
264   ppp/ppp.h
265   ppp/packet.h
266 )
267
268 ##############################################################################
269 # Layer 2 protocol: HDLC
270 ##############################################################################
271 list(APPEND VNET_SOURCES
272   hdlc/node.c
273   hdlc/pg.c
274   hdlc/hdlc.c
275 )
276
277 list(APPEND VNET_HEADERS
278   hdlc/error.def
279   hdlc/hdlc.h
280   hdlc/packet.h
281 )
282
283 ##############################################################################
284 # Layer 2 protocol: LLC
285 ##############################################################################
286 list(APPEND VNET_SOURCES
287   llc/llc.c
288   llc/node.c
289   llc/pg.c
290 )
291
292 list(APPEND VNET_HEADERS
293   llc/llc.h
294 )
295
296 ##############################################################################
297 # Layer 2 protocol: SNAP
298 ##############################################################################
299 list(APPEND VNET_SOURCES
300   snap/snap.c
301   snap/node.c
302   snap/pg.c
303 )
304
305 list(APPEND VNET_HEADERS
306   snap/snap.h
307 )
308
309 ##############################################################################
310 # Layer 2 / vxlan
311 ##############################################################################
312 list(APPEND VNET_SOURCES
313   vxlan/vxlan.c
314   vxlan/encap.c
315   vxlan/decap.c
316   vxlan/vxlan_api.c
317 )
318
319 list(APPEND VNET_MULTIARCH_SOURCES
320   vxlan/encap.c
321 )
322
323 list(APPEND VNET_HEADERS
324   vxlan/vxlan.h
325   vxlan/vxlan_packet.h
326   vxlan/vxlan_error.def
327 )
328
329 list(APPEND VNET_MULTIARCH_SOURCES vxlan/decap.c)
330
331 list(APPEND VNET_API_FILES vxlan/vxlan.api)
332
333 ##############################################################################
334 # Layer 2 / Geneve
335 ##############################################################################
336 list(APPEND VNET_SOURCES
337   geneve/geneve.c
338   geneve/encap.c
339   geneve/decap.c
340   geneve/geneve_api.c
341 )
342
343 list(APPEND VNET_MULTIARCH_SOURCES
344   geneve/encap.c
345   geneve/decap.c
346 )
347
348 list(APPEND VNET_HEADERS
349   geneve/geneve.h
350   geneve/geneve_packet.h
351   geneve/geneve_error.def
352 )
353
354 list(APPEND VNET_API_FILES geneve/geneve.api)
355
356 ##############################################################################
357 # Layer 2 / Bonding
358 ##############################################################################
359 list(APPEND VNET_SOURCES
360   bonding/cli.c
361   bonding/node.c
362   bonding/device.c
363   bonding/bond_api.c
364 )
365
366 list(APPEND VNET_HEADERS
367   bonding/node.h
368 )
369
370 list(APPEND VNET_MULTIARCH_SOURCES bonding/node.c bonding/device.c)
371 list(APPEND VNET_API_FILES bonding/bond.api)
372
373 ##############################################################################
374 # Layer 2 / LLDP
375 ##############################################################################
376 list(APPEND VNET_SOURCES
377   lldp/lldp_input.c
378   lldp/lldp_node.c
379   lldp/lldp_output.c
380   lldp/lldp_cli.c
381   lldp/lldp_api.c
382 )
383
384 list(APPEND VNET_HEADERS
385   lldp/lldp_protocol.h
386   lldp/lldp.h
387 )
388
389 list(APPEND VNET_API_FILES lldp/lldp.api)
390
391 ##############################################################################
392 # Layer 2/3 "classify"
393 ##############################################################################
394 list(APPEND VNET_SOURCES
395   classify/vnet_classify.c
396   classify/trace_classify.h
397   classify/ip_classify.c
398   classify/in_out_acl.c
399   classify/policer_classify.c
400   classify/flow_classify.c
401   classify/flow_classify_node.c
402   classify/vnet_classify.h
403   classify/classify_api.c
404 )
405
406 list(APPEND VNET_MULTIARCH_SOURCES
407   classify/ip_classify.c
408   classify/flow_classify_node.c
409 )
410
411 list(APPEND VNET_HEADERS
412   classify/vnet_classify.h
413   classify/trace_classify.h
414   classify/in_out_acl.h
415   classify/policer_classify.h
416   classify/flow_classify.h
417 )
418
419 list(APPEND VNET_API_FILES classify/classify.api)
420
421 ##############################################################################
422 # Layer 3 protocols go here
423 ##############################################################################
424
425 ##############################################################################
426 # Layer 3 protocol: IP v4/v6
427 ##############################################################################
428 list(APPEND VNET_SOURCES
429   ip/format.c
430   ip/icmp4.c
431   ip/icmp6.c
432   ip/ip46_cli.c
433   ip/ip_types_api.c
434   ip/ip46_address.c
435   ip/ip4_format.c
436   ip/ip4_forward.c
437   ip/ip4_punt_drop.c
438   ip/ip4_input.c
439   ip/ip4_options.c
440   ip/ip4_mtrie.c
441   ip/ip4_pg.c
442   ip/ip4_source_and_port_range_check.c
443   ip/ip4_source_check.c
444   ip/reass/ip4_full_reass.c
445   ip/reass/ip4_sv_reass.c
446   ip/ip6_format.c
447   ip/ip6_forward.c
448   ip/ip6_ll_table.c
449   ip/ip6_ll_types.c
450   ip/ip6_punt_drop.c
451   ip/ip6_hop_by_hop.c
452   ip/ip6_input.c
453   ip/ip6_link.c
454   ip/ip6_pg.c
455   ip/reass/ip6_full_reass.c
456   ip/reass/ip6_sv_reass.c
457   ip/ip_api.c
458   ip/ip_checksum.c
459   ip/ip_frag.c
460   ip/ip.c
461   ip/ip_init.c
462   ip/ip_in_out_acl.c
463   ip/ip_punt_drop.c
464   ip/ip_types.c
465   ip/lookup.c
466   ip/punt_api.c
467   ip/punt.c
468   ip/punt_node.c
469   ip/vtep.c
470 )
471
472 list(APPEND VNET_MULTIARCH_SOURCES
473   ip/ip4_source_check.c
474   ip/ip4_punt_drop.c
475   ip/reass/ip4_full_reass.c
476   ip/ip6_hop_by_hop.c
477   ip/reass/ip6_full_reass.c
478   ip/reass/ip4_sv_reass.c
479   ip/ip6_hop_by_hop.c
480   ip/reass/ip6_full_reass.c
481   ip/reass/ip6_sv_reass.c
482   ip/ip6_input.c
483   ip/ip6_punt_drop.c
484   ip/punt_node.c
485   ip/ip_in_out_acl.c
486 )
487
488 list(APPEND VNET_HEADERS
489   ip/format.h
490   ip/icmp46_packet.h
491   ip/icmp4.h
492   ip/icmp6.h
493   ip/igmp_packet.h
494   ip/ip4_error.h
495   ip/ip4.h
496   ip/ip4_mtrie.h
497   ip/ip4_packet.h
498   ip/ip46_address.h
499   ip/ip6_error.h
500   ip/ip6.h
501   ip/ip6_hop_by_hop.h
502   ip/ip6_hop_by_hop_packet.h
503   ip/ip6_packet.h
504   ip/ip.h
505   ip/ip_packet.h
506   ip/ip_source_and_port_range_check.h
507   ip/ip_types.h
508   ip/lookup.h
509   ip/ports.def
510   ip/protocols.def
511   ip/punt_error.def
512   ip/punt.h
513 )
514
515 list(APPEND VNET_API_FILES
516   ip/ip.api
517   ip/punt.api
518 )
519
520 list(APPEND VNET_MULTIARCH_SOURCES
521   ip/ip4_forward.c
522   ip/ip6_forward.c
523   ip/ip4_input.c
524 )
525
526 ##############################################################################
527 # Layer 3 neighbours
528 ##############################################################################
529 list(APPEND VNET_SOURCES
530   ip-neighbor/ip_neighbor.c
531   ip-neighbor/ip_neighbor_api.c
532   ip-neighbor/ip_neighbor_dp.c
533   ip-neighbor/ip_neighbor_types.c
534   ip-neighbor/ip_neighbor_watch.c
535   ip-neighbor/ip4_neighbor.c
536   ip-neighbor/ip6_neighbor.c
537 )
538
539 list(APPEND VNET_HEADERS
540   ip-neighbor/ip_neighbor.h
541   ip-neighbor/ip_neighbor_types.h
542 )
543
544 list(APPEND VNET_API_FILES
545   ip-neighbor/ip_neighbor.api
546 )
547
548 ##############################################################################
549 # Bidirectional Forwarding Detection
550 ##############################################################################
551
552 list(APPEND VNET_HEADERS
553   bfd/bfd_protocol.h
554   bfd/bfd_main.h
555   bfd/bfd_api.h
556   bfd/bfd_udp.h
557 )
558
559 list(APPEND VNET_SOURCES
560   bfd/bfd_api.h
561   bfd/bfd_udp.c
562   bfd/bfd_main.c
563   bfd/bfd_protocol.c
564   bfd/bfd_cli.c
565   bfd/bfd_api.c
566 )
567
568 list(APPEND VNET_API_FILES bfd/bfd.api)
569
570 ##############################################################################
571 # Crypto
572 ##############################################################################
573
574 list(APPEND VNET_SOURCES
575   crypto/cli.c
576   crypto/crypto.c
577   crypto/format.c
578 )
579
580 list(APPEND VNET_HEADERS
581   crypto/crypto.h
582 )
583
584 ##############################################################################
585 # Layer 3 protocol: IPSec
586 ##############################################################################
587 list(APPEND VNET_SOURCES
588   ipsec/ipsec.c
589   ipsec/ipsec_cli.c
590   ipsec/ipsec_format.c
591   ipsec/ipsec_handoff.c
592   ipsec/ipsec_input.c
593   ipsec/ipsec_punt.c
594   ipsec/ipsec_sa.c
595   ipsec/ipsec_spd.c
596   ipsec/ipsec_spd_policy.c
597   ipsec/ipsec_tun.c
598   ipsec/ipsec_tun_in.c
599   ipsec/esp_format.c
600   ipsec/esp_encrypt.c
601   ipsec/esp_decrypt.c
602   ipsec/ah_decrypt.c
603   ipsec/ah_encrypt.c
604   ipsec/ipsec_api.c
605   ipsec/ipsec_types_api.c
606 )
607
608 list(APPEND VNET_MULTIARCH_SOURCES
609   ipsec/esp_encrypt.c
610   ipsec/esp_decrypt.c
611   ipsec/ah_decrypt.c
612   ipsec/ah_encrypt.c
613   ipsec/ipsec_handoff.c
614   ipsec/ipsec_output.c
615   ipsec/ipsec_input.c
616   ipsec/ipsec_tun_in.c
617 )
618
619 list(APPEND VNET_API_FILES ipsec/ipsec_types.api)
620 list(APPEND VNET_API_FILES ipsec/ipsec.api)
621
622 list(APPEND VNET_SOURCES
623   ipsec/ipsec_output.c
624 )
625
626 list(APPEND VNET_HEADERS
627   ipsec/ipsec.h
628   ipsec/ipsec_spd.h
629   ipsec/ipsec_spd_policy.h
630   ipsec/ipsec_sa.h
631   ipsec/ipsec_tun.h
632   ipsec/ipsec_types_api.h
633   ipsec/ipsec_punt.h
634   ipsec/esp.h
635   ipsec/ah.h
636 )
637
638 ##############################################################################
639 # Layer 3 protocol: osi
640 ##############################################################################
641 list(APPEND VNET_SOURCES
642   osi/node.c
643   osi/osi.c
644   osi/pg.c
645 )
646
647 list(APPEND VNET_HEADERS
648   osi/osi.h
649 )
650
651 ##############################################################################
652 # Layer 4 protocol: tcp
653 ##############################################################################
654 list(APPEND VNET_SOURCES
655   tcp/tcp_api.c
656   tcp/tcp_format.c
657   tcp/tcp_pg.c
658   tcp/tcp_syn_filter4.c
659   tcp/tcp_output.c
660   tcp/tcp_input.c
661   tcp/tcp_newreno.c
662   tcp/tcp_bt.c
663   tcp/tcp_cli.c
664   tcp/tcp_cubic.c
665   tcp/tcp_debug.c
666   tcp/tcp_sack.c
667   tcp/tcp.c
668 )
669
670 list(APPEND VNET_MULTIARCH_SOURCES
671   tcp/tcp_input.c
672   tcp/tcp_output.c
673   tcp/tcp_syn_filter4.c
674 )
675
676 list(APPEND VNET_HEADERS
677   tcp/tcp_packet.h
678   tcp/tcp_timer.h
679   tcp/tcp_bt.h
680   tcp/tcp_cc.h
681   tcp/tcp_debug.h
682   tcp/tcp_inlines.h
683   tcp/tcp_sack.h
684   tcp/tcp_types.h
685   tcp/tcp.h
686   tcp/tcp_error.def
687 )
688
689 list(APPEND VNET_API_FILES tcp/tcp.api)
690
691 ##############################################################################
692 # Layer 4 protocol: udp
693 ##############################################################################
694 list(APPEND VNET_SOURCES
695   udp/udp.c
696   udp/udp_cli.c
697   udp/udp_input.c
698   udp/udp_format.c
699   udp/udp_local.c
700   udp/udp_pg.c
701   udp/udp_encap_node.c
702   udp/udp_encap.c
703   udp/udp_api.c
704 )
705
706 list(APPEND VNET_MULTIARCH_SOURCES
707   udp/udp_local.c
708   udp/udp_encap_node.c
709 )
710
711 list(APPEND VNET_HEADERS
712   udp/udp_error.def
713   udp/udp.h
714   udp/udp_packet.h
715 )
716
717 list(APPEND VNET_API_FILES udp/udp.api)
718
719 ##############################################################################
720 # Tunnel protocol: gre
721 ##############################################################################
722 list(APPEND VNET_SOURCES
723   gre/gre.c
724   gre/node.c
725   gre/interface.c
726   gre/pg.c
727   gre/gre_api.c
728 )
729
730 list(APPEND VNET_MULTIARCH_SOURCES
731   gre/node.c
732   gre/gre.c
733 )
734
735 list(APPEND VNET_HEADERS
736   gre/gre.h
737   gre/packet.h
738   gre/error.def
739 )
740
741 list(APPEND VNET_API_FILES gre/gre.api)
742
743 ##############################################################################
744 # Tunnel protocol: ipip
745 ##############################################################################
746 list(APPEND VNET_SOURCES
747   ipip/ipip.c
748   ipip/node.c
749   ipip/sixrd.c
750   ipip/ipip_api.c
751   ipip/ipip_cli.c
752 )
753
754 list(APPEND VNET_MULTIARCH_SOURCES
755   ipip/node.c
756 )
757
758 list(APPEND VNET_HEADERS
759   ipip/ipip.h
760 )
761
762 list(APPEND VNET_API_FILES
763   ipip/ipip.api
764 )
765
766 ##############################################################################
767 # Tunnel infra
768 ##############################################################################
769 list(APPEND VNET_SOURCES
770   tunnel/tunnel.c
771   tunnel/tunnel_types_api.c
772 )
773
774 list(APPEND VNET_API_FILES
775   tunnel/tunnel_types.api
776 )
777
778 list(APPEND VNET_HEADERS
779   tunnel/tunnel.h
780   tunnel/tunnel_dp.h
781 )
782
783 ##############################################################################
784 # Tunnel protocol: l2tpv3
785 ##############################################################################
786 list(APPEND VNET_SOURCES
787   l2tp/l2tp.c
788   l2tp/encap.c
789   l2tp/decap.c
790   l2tp/pg.c
791   l2tp/l2tp_api.c
792 )
793
794 list(APPEND VNET_MULTIARCH_SOURCES
795   l2tp/encap.c
796   l2tp/decap.c
797 )
798
799 list(APPEND VNET_HEADERS
800   l2tp/l2tp.h
801   l2tp/packet.h
802 )
803
804 list(APPEND VNET_API_FILES l2tp/l2tp.api)
805
806 ##############################################################################
807 # Tunnel protocol: gre+mpls
808 ##############################################################################
809 list(APPEND VNET_SOURCES
810   mpls/mpls.c
811   mpls/mpls_lookup.c
812   mpls/mpls_output.c
813   mpls/mpls_features.c
814   mpls/mpls_input.c
815   mpls/interface.c
816   mpls/mpls_tunnel.c
817   mpls/pg.c
818   mpls/mpls_api.c
819 )
820
821 list(APPEND VNET_MULTIARCH_SOURCES
822   mpls/mpls_output.c
823   mpls/mpls_input.c
824   mpls/mpls_lookup.c
825   mpls/mpls_features.c
826 )
827
828 list(APPEND VNET_HEADERS
829   mpls/mpls.h
830   mpls/mpls_types.h
831   mpls/mpls_tunnel.h
832   mpls/packet.h
833   mpls/error.def
834 )
835
836 list(APPEND VNET_API_FILES mpls/mpls.api)
837
838 ##############################################################################
839 # Tunnel protocol: vxlan-gbp
840 ##############################################################################
841 list(APPEND VNET_SOURCES
842   vxlan-gbp/decap.c
843   vxlan-gbp/encap.c
844   vxlan-gbp/vxlan_gbp_api.c
845   vxlan-gbp/vxlan_gbp.c
846   vxlan-gbp/vxlan_gbp_packet.c
847 )
848
849 list (APPEND VNET_MULTIARCH_SOURCES
850   vxlan-gbp/decap.c
851   vxlan-gbp/encap.c
852 )
853
854 list(APPEND VNET_HEADERS
855   vxlan-gbp/vxlan_gbp.h
856   vxlan-gbp/vxlan_gbp_packet.h
857   vxlan-gbp/vxlan_gbp_error.def
858 )
859
860 list(APPEND VNET_API_FILES vxlan-gbp/vxlan_gbp.api)
861
862 ##############################################################################
863 # Tunnel protocol: vxlan-gpe
864 ##############################################################################
865
866 list(APPEND VNET_SOURCES
867   vxlan-gpe/vxlan_gpe.c
868   vxlan-gpe/encap.c
869   vxlan-gpe/decap.c
870   vxlan-gpe/vxlan_gpe_api.c
871 )
872
873 list (APPEND VNET_MULTIARCH_SOURCES
874   vxlan-gpe/decap.c
875 )
876
877 list(APPEND VNET_HEADERS
878   vxlan-gpe/vxlan_gpe.h
879   vxlan-gpe/vxlan_gpe_packet.h
880   vxlan-gpe/vxlan_gpe_error.def
881 )
882
883 list(APPEND VNET_API_FILES vxlan-gpe/vxlan_gpe.api)
884
885 ##############################################################################
886 # LISP control plane: lisp-cp
887 ##############################################################################
888
889 list(APPEND VNET_SOURCES
890   lisp-cp/lisp_types.c
891   lisp-cp/lisp_cp_dpo.c
892   lisp-cp/control.c
893   lisp-cp/gid_dictionary.c
894   lisp-cp/lisp_msg_serdes.c
895   lisp-cp/packets.c
896   lisp-cp/one_cli.c
897   lisp-cp/lisp_cli.c
898   lisp-cp/one_api.c
899   lisp-cp/lisp_api.c
900 )
901
902 list(APPEND VNET_HEADERS
903   lisp-cp/lisp_types.h
904   lisp-cp/packets.h
905   lisp-cp/gid_dictionary.h
906   lisp-cp/lisp_cp_messages.h
907   lisp-cp/lisp_msg_serdes.h
908   lisp-cp/control.h
909 )
910
911 list(APPEND VNET_API_FILES lisp-cp/lisp.api)
912 list(APPEND VNET_API_FILES lisp-cp/one.api)
913
914 ##############################################################################
915 # Tunnel protocol: lisp-gpe
916 ##############################################################################
917
918 list(APPEND VNET_SOURCES
919   lisp-gpe/lisp_gpe.c
920   lisp-gpe/lisp_gpe_sub_interface.c
921   lisp-gpe/lisp_gpe_adjacency.c
922   lisp-gpe/lisp_gpe_tunnel.c
923   lisp-gpe/lisp_gpe_fwd_entry.c
924   lisp-gpe/lisp_gpe_tenant.c
925   lisp-gpe/interface.c
926   lisp-gpe/decap.c
927   lisp-gpe/lisp_gpe_api.c
928 )
929
930 list(APPEND VNET_HEADERS
931   lisp-gpe/lisp_gpe.h
932   lisp-gpe/lisp_gpe_fwd_entry.h
933   lisp-gpe/lisp_gpe_tenant.h
934   lisp-gpe/lisp_gpe_packet.h
935   lisp-gpe/lisp_gpe_error.def
936 )
937
938 list(APPEND VNET_API_FILES lisp-gpe/lisp_gpe.api)
939
940 ##############################################################################
941 # ipv6 segment routing
942 ##############################################################################
943
944 list(APPEND VNET_SOURCES
945   srv6/sr.c
946   srv6/sr_localsid.c
947   srv6/sr_policy_rewrite.c
948   srv6/sr_steering.c
949   srv6/sr_api.c
950 )
951
952 list(APPEND VNET_HEADERS
953   srv6/sr_packet.h
954   srv6/sr.h
955 )
956
957 list(APPEND VNET_API_FILES
958   srv6/sr.api
959   srv6/sr_types.api
960 )
961
962 ##############################################################################
963 # mpls segment routing
964 ##############################################################################
965
966 list(APPEND VNET_SOURCES
967   srmpls/sr_mpls_policy.c
968   srmpls/sr_mpls_steering.c
969   srmpls/sr_mpls_api.c
970 )
971
972 list(APPEND VNET_HEADERS
973   srmpls/sr_mpls.h
974 )
975
976 list(APPEND VNET_API_FILES
977   srmpls/sr_mpls.api
978   srv6/sr_types.api
979 )
980
981 ##############################################################################
982 # IPFIX / netflow v10
983 ##############################################################################
984 list(APPEND VNET_SOURCES
985   ipfix-export/flow_report.c
986   ipfix-export/flow_api.c
987 )
988
989 list(APPEND VNET_HEADERS
990   ipfix-export/flow_report.h
991   ipfix-export/ipfix_info_elements.h
992   ipfix-export/ipfix_packet.h
993 )
994
995 list(APPEND VNET_API_FILES ipfix-export/ipfix_export.api)
996
997 ##############################################################################
998 # GSO
999 ##############################################################################
1000 list(APPEND VNET_SOURCES
1001   gso/cli.c
1002   gso/gso.c
1003   gso/gso_api.c
1004   gso/node.c
1005 )
1006
1007 list(APPEND VNET_HEADERS
1008   gso/gso.h
1009 )
1010
1011 list(APPEND VNET_API_FILES
1012   gso/gso.api
1013 )
1014
1015 ##############################################################################
1016 # IPFIX classify code
1017 ##############################################################################
1018
1019 list(APPEND VNET_SOURCES
1020   ipfix-export/flow_report_classify.c
1021 )
1022
1023 list(APPEND VNET_HEADERS
1024   ipfix-export/flow_report_classify.h
1025 )
1026
1027 ##############################################################################
1028 # lawful intercept
1029 ##############################################################################
1030
1031 list(APPEND VNET_SOURCES
1032   lawful-intercept/lawful_intercept.c
1033   lawful-intercept/node.c
1034 )
1035
1036 list(APPEND VNET_MULTIARCH_SOURCES
1037   lawful-intercept/node.c
1038 )
1039
1040 list(APPEND VNET_HEADERS
1041   lawful-intercept/lawful_intercept.h
1042 )
1043
1044 ##############################################################################
1045 # SPAN (port mirroring)
1046 ##############################################################################
1047
1048 list(APPEND VNET_SOURCES
1049   span/span_api.c
1050   span/span.c
1051   span/node.c
1052 )
1053
1054 list(APPEND VNET_MULTIARCH_SOURCES
1055   span/node.c
1056 )
1057
1058 list(APPEND VNET_HEADERS
1059   span/span.h
1060 )
1061
1062 list(APPEND VNET_API_FILES span/span.api)
1063
1064 ##############################################################################
1065 # Packet generator
1066 ##############################################################################
1067
1068 list(APPEND VNET_SOURCES
1069   pg/cli.c
1070   pg/edit.c
1071   pg/init.c
1072   pg/input.c
1073   pg/output.c
1074   pg/stream.c
1075   pg/pg_api.c
1076 )
1077
1078 list(APPEND VNET_HEADERS
1079   pg/pg.h
1080   pg/edit.h
1081 )
1082
1083 list(APPEND VNET_API_FILES pg/pg.api)
1084
1085 ##############################################################################
1086 # virtio
1087 ##############################################################################
1088
1089 list(APPEND VNET_SOURCES
1090   devices/virtio/cli.c
1091   devices/virtio/device.c
1092   devices/virtio/format.c
1093   devices/virtio/node.c
1094   devices/virtio/pci.c
1095   devices/virtio/vhost_user.c
1096   devices/virtio/vhost_user_input.c
1097   devices/virtio/vhost_user_output.c
1098   devices/virtio/vhost_user_api.c
1099   devices/virtio/virtio.c
1100   devices/virtio/virtio_api.c
1101   devices/virtio/virtio_types_api.c
1102 )
1103
1104 list(APPEND VNET_HEADERS
1105   devices/virtio/pci.h
1106   devices/virtio/virtio.h
1107   devices/virtio/vhost_user.h
1108   devices/virtio/virtio_types_api.h
1109 )
1110
1111 list(APPEND VNET_MULTIARCH_SOURCES
1112   devices/virtio/vhost_user_input.c
1113   devices/virtio/vhost_user_output.c
1114   devices/virtio/node.c
1115   devices/af_packet/node.c
1116   devices/virtio/device.c
1117 )
1118
1119 list(APPEND VNET_API_FILES
1120   devices/virtio/vhost_user.api
1121   devices/virtio/virtio.api
1122   devices/virtio/virtio_types.api
1123 )
1124
1125 ##############################################################################
1126 # tap interface (with virtio backend)
1127 ##############################################################################
1128
1129 list(APPEND VNET_SOURCES
1130   devices/tap/cli.c
1131   devices/tap/tap.c
1132   devices/tap/tapv2_api.c
1133 )
1134
1135 list(APPEND VNET_HEADERS
1136   devices/tap/tap.h
1137 )
1138
1139 list(APPEND VNET_API_FILES devices/tap/tapv2.api)
1140
1141 ##############################################################################
1142 # tap interface (with virtio backend)
1143 ##############################################################################
1144
1145 list(APPEND VNET_SOURCES
1146   devices/pipe/pipe_api.c
1147   devices/pipe/pipe.c
1148 )
1149
1150 list(APPEND VNET_HEADERS
1151   devices/pipe/pipe.h
1152 )
1153
1154 list(APPEND VNET_API_FILES devices/pipe/pipe.api)
1155
1156 ##############################################################################
1157 # session managmeent
1158 ##############################################################################
1159
1160 list(APPEND VNET_SOURCES
1161   session/session.c
1162   session/session_debug.c
1163   session/session_table.c
1164   session/session_rules_table.c
1165   session/session_lookup.c
1166   session/session_node.c
1167   session/transport.c
1168   session/application.c
1169   session/application_worker.c
1170   session/session_cli.c
1171   session/application_interface.c
1172   session/application_local.c
1173   session/application_namespace.c
1174   session/segment_manager.c
1175   session/session_api.c
1176 )
1177
1178 list(APPEND VNET_HEADERS
1179   session/session.h
1180   session/session_table.h
1181   session/session_rules_table.h
1182   session/session_types.h
1183   session/session_lookup.h
1184   session/application.h
1185   session/transport.h
1186   session/transport_types.h
1187   session/application_interface.h
1188   session/application_local.h
1189   session/application_namespace.h
1190   session/session_debug.h
1191   session/segment_manager.h
1192   session/mma_template.h
1193   session/mma_template.c
1194   session/mma_16.h
1195   session/mma_40.h
1196 )
1197
1198 list(APPEND VNET_API_FILES session/session.api)
1199
1200 ##############################################################################
1201 # TLS protocol
1202 ##############################################################################
1203
1204 list(APPEND VNET_SOURCES
1205   tls/tls.c
1206 )
1207
1208 list(APPEND VNET_HEADERS
1209   tls/tls.h
1210   tls/tls_test.h
1211 )
1212
1213 ##############################################################################
1214 # Linux packet interface
1215 ##############################################################################
1216
1217 list(APPEND VNET_SOURCES
1218   devices/af_packet/af_packet.c
1219   devices/af_packet/device.c
1220   devices/af_packet/node.c
1221   devices/af_packet/cli.c
1222   devices/af_packet/af_packet_api.c
1223 )
1224
1225 list(APPEND VNET_MULTIARCH_SOURCES
1226   devices/af_packet/device.c
1227 )
1228
1229 list(APPEND VNET_HEADERS
1230   devices/af_packet/af_packet.h
1231 )
1232
1233 list(APPEND VNET_API_FILES devices/af_packet/af_packet.api)
1234
1235 ##############################################################################
1236 # Driver feature graph arc support
1237 ##############################################################################
1238
1239 list(APPEND VNET_SOURCES
1240   feature/feature.c
1241   feature/feature_api.c
1242   feature/registration.c
1243 )
1244
1245 list(APPEND VNET_HEADERS
1246   feature/feature.h
1247 )
1248
1249 list(APPEND VNET_API_FILES feature/feature.api)
1250
1251 ##############################################################################
1252 # Unix kernel related
1253 ##############################################################################
1254
1255 # FIXME: unix/hgshm.c
1256
1257 list(APPEND VNET_SOURCES
1258   unix/gdb_funcs.c
1259   unix/tuntap.c
1260 )
1261
1262 list(APPEND VNET_HEADERS
1263   unix/tuntap.h
1264 )
1265
1266 ##############################################################################
1267 # FIB
1268 ##############################################################################
1269
1270 list(APPEND VNET_SOURCES
1271   fib/fib.c
1272   fib/ip4_fib.c
1273   fib/ip6_fib.c
1274   fib/mpls_fib.c
1275   fib/fib_table.c
1276   fib/fib_walk.c
1277   fib/fib_types.c
1278   fib/fib_node.c
1279   fib/fib_node_list.c
1280   fib/fib_entry.c
1281   fib/fib_entry_src.c
1282   fib/fib_entry_src_adj.c
1283   fib/fib_entry_src_api.c
1284   fib/fib_entry_src_drop.c
1285   fib/fib_entry_src_interface.c
1286   fib/fib_entry_src_interpose.c
1287   fib/fib_entry_src_lisp.c
1288   fib/fib_entry_src_mpls.c
1289   fib/fib_entry_src_simple.c
1290   fib/fib_entry_src_rr.c
1291   fib/fib_entry_cover.c
1292   fib/fib_entry_delegate.c
1293   fib/fib_entry_track.c
1294   fib/fib_path_list.c
1295   fib/fib_path.c
1296   fib/fib_path_ext.c
1297   fib/fib_source.c
1298   fib/fib_urpf_list.c
1299   fib/fib_attached_export.c
1300   fib/fib_api.c
1301   fib/fib_bfd.c
1302 )
1303
1304 list(APPEND VNET_HEADERS
1305   fib/fib.h
1306   fib/fib_api.h
1307   fib/ip4_fib.h
1308   fib/ip6_fib.h
1309   fib/fib_types.h
1310   fib/fib_table.h
1311   fib/fib_node.h
1312   fib/fib_node_list.h
1313   fib/fib_entry.h
1314   fib/fib_entry_delegate.h
1315   fib/fib_source.h
1316 )
1317
1318 list(APPEND VNET_API_FILES fib/fib_types.api)
1319
1320 ##############################################################################
1321 # ADJ
1322 ##############################################################################
1323
1324 list(APPEND VNET_SOURCES
1325   adj/adj_nbr.c
1326   adj/adj_glean.c
1327   adj/adj_midchain.c
1328   adj/adj_midchain_delegate.c
1329   adj/adj_mcast.c
1330   adj/adj_l2.c
1331   adj/adj_nsh.c
1332   adj/adj.c
1333   adj/rewrite.c
1334   adj/adj_bfd.c
1335   adj/adj_delegate.c
1336 )
1337
1338 list(APPEND VNET_MULTIARCH_SOURCES
1339   adj/adj_nsh.c
1340   adj/adj_l2.c
1341 )
1342
1343 list(APPEND VNET_HEADERS
1344   adj/adj.h
1345   adj/adj_types.h
1346   adj/adj_glean.h
1347   adj/adj_nsh.h
1348   adj/adj_nbr.h
1349   adj/adj_midchain.h
1350   adj/rewrite.h
1351 )
1352
1353 ##############################################################################
1354 # Data-Plane Objects
1355 ##############################################################################
1356
1357 list(APPEND VNET_SOURCES
1358   dpo/dpo.c
1359   dpo/drop_dpo.c
1360   dpo/ip_null_dpo.c
1361   dpo/ip6_ll_dpo.c
1362   dpo/punt_dpo.c
1363   dpo/receive_dpo.c
1364   dpo/load_balance.c
1365   dpo/load_balance_map.c
1366   dpo/lookup_dpo.c
1367   dpo/classify_dpo.c
1368   dpo/replicate_dpo.c
1369   dpo/interface_rx_dpo.c
1370   dpo/interface_tx_dpo.c
1371   dpo/mpls_disposition.c
1372   dpo/mpls_label_dpo.c
1373   dpo/l3_proxy_dpo.c
1374   dpo/dvr_dpo.c
1375   dpo/pw_cw.c
1376 )
1377
1378 list(APPEND VNET_MULTIARCH_SOURCES
1379   dpo/lookup_dpo.h
1380   dpo/mpls_disposition.c
1381   dpo/dvr_dpo.c
1382   dpo/mpls_label_dpo.c
1383   dpo/interface_rx_dpo.c
1384 )
1385
1386 list(APPEND VNET_HEADERS
1387   dpo/load_balance.h
1388   dpo/drop_dpo.h
1389   dpo/lookup_dpo.h
1390   dpo/punt_dpo.h
1391   dpo/classify_dpo.h
1392   dpo/receive_dpo.h
1393   dpo/ip_null_dpo.h
1394   dpo/replicate_dpo.h
1395   dpo/dpo.h
1396 )
1397
1398 ##############################################################################
1399 # Multicast FIB
1400 ##############################################################################
1401
1402 list(APPEND VNET_SOURCES
1403   mfib/mfib_forward.c
1404   mfib/ip4_mfib.c
1405   mfib/ip6_mfib.c
1406   mfib/mfib_api.c
1407   mfib/mfib_types.c
1408   mfib/mfib_signal.c
1409   mfib/mfib_itf.c
1410   mfib/mfib_entry.c
1411   mfib/mfib_entry.c
1412   mfib/mfib_entry_cover.c
1413   mfib/mfib_entry_delegate.c
1414   mfib/mfib_entry_src.c
1415   mfib/mfib_entry_src_rr.c
1416   mfib/mfib_table.c
1417 )
1418
1419 list(APPEND VNET_MULTIARCH_SOURCES
1420   mfib/mfib_forward.c
1421 )
1422
1423 list(APPEND VNET_HEADERS
1424   mfib/ip4_mfib.h
1425   mfib/mfib_types.h
1426   mfib/mfib_table.h
1427 )
1428
1429 list(APPEND VNET_API_FILES mfib/mfib_types.api)
1430
1431 ##############################################################################
1432 # Utilities
1433 ##############################################################################
1434
1435 list(APPEND VNET_SOURCES
1436   util/radix.c
1437   util/refcount.c
1438   util/throttle.c
1439   util/trajectory.c
1440 )
1441
1442 list(APPEND VNET_HEADERS
1443   util/throttle.h
1444 )
1445
1446 ##############################################################################
1447 # QoS
1448 ##############################################################################
1449
1450 list(APPEND VNET_SOURCES
1451   qos/qos_types.c
1452   qos/qos_api.c
1453   qos/qos_egress_map.c
1454   qos/qos_record.c
1455   qos/qos_record_node.c
1456   qos/qos_store.c
1457   qos/qos_store_node.c
1458   qos/qos_mark.c
1459   qos/qos_mark_node.c
1460 )
1461
1462 list(APPEND VNET_MULTIARCH_SOURCES
1463   qos/qos_record_node.c
1464   qos/qos_mark_node.c
1465 )
1466
1467 list(APPEND VNET_API_FILES qos/qos.api)
1468
1469 ##############################################################################
1470 # BIER
1471 ##############################################################################
1472
1473 list(APPEND VNET_SOURCES
1474   bier/bier_bit_string.c
1475   bier/bier_entry.c
1476   bier/bier_fmask.c
1477   bier/bier_fmask_db.c
1478   bier/bier_input.c
1479   bier/bier_lookup.c
1480   bier/bier_output.c
1481   bier/bier_table.c
1482   bier/bier_types.c
1483   bier/bier_api.c
1484   bier/bier_drop.c
1485   bier/bier_update.c
1486   bier/bier_imp_node.c
1487   bier/bier_imp.c
1488   bier/bier_disp_entry.c
1489   bier/bier_disp_lookup_node.c
1490   bier/bier_disp_dispatch_node.c
1491   bier/bier_disp_table.c
1492   bier/bier_bift_table.c
1493 )
1494
1495 list(APPEND VNET_MULTIARCH_SOURCES
1496   bier/bier_disp_dispatch_node.c
1497   bier/bier_disp_lookup_node.c
1498   bier/bier_imp_node.c
1499 )
1500
1501 list(APPEND VNET_HEADERS
1502   bier/bier_types.h
1503   bier/bier_entry.h
1504   bier/bier_update.h
1505   bier/bier_table.h
1506 )
1507
1508 list(APPEND VNET_API_FILES bier/bier.api)
1509
1510 ##############################################################################
1511 # SYSLOG
1512 ##############################################################################
1513
1514 list (APPEND VNET_SOURCES
1515   syslog/syslog_api.c
1516   syslog/syslog_udp.c
1517   syslog/syslog.c
1518 )
1519
1520 list(APPEND VNET_HEADERS
1521   syslog/syslog_udp.h
1522   syslog/syslog.h
1523 )
1524
1525 list(APPEND VNET_API_FILES syslog/syslog.api)
1526
1527 ##############################################################################
1528 # Tunnel Endpoint Information Base
1529 ##############################################################################
1530
1531 list (APPEND VNET_SOURCES
1532   teib/teib_api.c
1533   teib/teib_cli.c
1534   teib/teib.c
1535 )
1536
1537 list(APPEND VNET_HEADERS
1538   teib/teib.h
1539 )
1540
1541 list(APPEND VNET_API_FILES teib/teib.api)
1542
1543 ##############################################################################
1544 # ARP/ND
1545 ##############################################################################
1546
1547 list (APPEND VNET_SOURCES
1548   arp/arp_api.c
1549   arp/arp.c
1550   arp/arp_proxy.c
1551 )
1552
1553 list(APPEND VNET_HEADERS
1554   arp/arp.h
1555 )
1556
1557 list(APPEND VNET_API_FILES arp/arp.api)
1558
1559 list (APPEND VNET_SOURCES
1560   ip6-nd/ip6_mld.c
1561   ip6-nd/ip6_nd.c
1562   ip6-nd/ip6_nd_api.c
1563   ip6-nd/ip6_nd_proxy.c
1564   ip6-nd/ip6_ra.c
1565   ip6-nd/rd_cp.c
1566   ip6-nd/rd_cp_api.c
1567 )
1568
1569 list(APPEND VNET_HEADERS
1570   ip6-nd/ip6_nd.h
1571 )
1572
1573 list(APPEND VNET_API_FILES
1574   ip6-nd/ip6_nd.api
1575   ip6-nd/rd_cp.api
1576 )
1577
1578 ##############################################################################
1579 # VNET Library
1580 ##############################################################################
1581
1582 add_vpp_library(vnet
1583   SOURCES ${VNET_SOURCES}
1584   MULTIARCH_SOURCES ${VNET_MULTIARCH_SOURCES}
1585   INSTALL_HEADERS ${VNET_HEADERS}
1586   API_FILES ${VNET_API_FILES}
1587   LINK_LIBRARIES vppinfra svm vlib ${OPENSSL_LIBRARIES}
1588   DEPENDS vpp_version_h api_headers
1589 )
1590
1591 ##############################################################################
1592 # vpp api test client library
1593 ##############################################################################
1594
1595 add_vpp_library (vatclient
1596   SOURCES ip/ip_types_api.c
1597   DEPENDS api_headers
1598 )
1599
1600 ##############################################################################