# Copyright (c) 2015 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. lib_LTLIBRARIES += libvnet.la libvnet_la_SOURCES = libvnet_la_DEPENDENCIES = \ libvppinfra.la \ libvlib.la \ libsvmdb.la \ libsvm.la \ libvlibmemory.la libvnet_la_LIBADD = $(libvnet_la_DEPENDENCIES) -lm -lpthread -ldl -lrt if WITH_LIBSSL libvnet_la_LIBADD += -lcrypto endif ######################################## # Generic stuff ######################################## libvnet_la_SOURCES += \ vnet/config.c \ vnet/devices/devices.c \ vnet/handoff.c \ vnet/interface.c \ vnet/interface_api.c \ vnet/interface_cli.c \ vnet/interface_format.c \ vnet/interface_output.c \ vnet/misc.c \ vnet/replication.c nobase_include_HEADERS += \ vnet/api_errno.h \ vnet/buffer.h \ vnet/config.h \ vnet/devices/devices.h \ vnet/global_funcs.h \ vnet/handoff.h \ vnet/interface.h \ vnet/interface.api.h \ vnet/interface_funcs.h \ vnet/ip/ip4_to_ip6.h \ vnet/ip/ip6_to_ip4.h \ vnet/l3_types.h \ vnet/pipeline.h \ vnet/replication.h \ vnet/vnet.h \ vnet/vnet_all_api_h.h \ vnet/vnet_msg_enum.h \ vnet/util/radix.h API_FILES += vnet/interface.api ######################################## # Policer infra ######################################## libvnet_la_SOURCES += \ vnet/policer/node_funcs.c \ vnet/policer/policer.c \ vnet/policer/xlate.c \ vnet/policer/policer_api.c nobase_include_HEADERS += \ vnet/policer/police.h \ vnet/policer/policer.h \ vnet/policer/xlate.h \ vnet/policer/policer.api.h API_FILES += vnet/policer/policer.api ######################################## # Cop - junk filter ######################################## libvnet_la_SOURCES += \ vnet/cop/cop.c \ vnet/cop/node1.c \ vnet/cop/ip4_whitelist.c \ vnet/cop/ip6_whitelist.c \ vnet/cop/cop_api.c nobase_include_HEADERS += \ vnet/cop/cop.h \ vnet/cop/cop.api.h API_FILES += vnet/cop/cop.api ######################################## # Layer 2 protocols go here ######################################## ######################################## # Layer 2 protocol: Ethernet ######################################## libvnet_la_SOURCES += \ vnet/ethernet/arp.c \ vnet/ethernet/format.c \ vnet/ethernet/init.c \ vnet/ethernet/interface.c \ vnet/ethernet/node.c \ vnet/ethernet/pg.c \ vnet/ethernet/sfp.c \ vnet/ethernet/p2p_ethernet.c \ vnet/ethernet/p2p_ethernet_input.c \ vnet/ethernet/p2p_ethernet_api.c nobase_include_HEADERS += \ vnet/ethernet/arp_packet.h \ vnet/ethernet/error.def \ vnet/ethernet/ethernet.h \ vnet/ethernet/packet.h \ vnet/ethernet/types.def \ vnet/ethernet/sfp.h \ vnet/ethernet/p2p_ethernet.api.h \ vnet/ethernet/p2p_ethernet.h API_FILES += vnet/ethernet/p2p_ethernet.api ######################################## # Layer 2 protocol: Ethernet bridging ######################################## libvnet_la_SOURCES += \ vnet/l2/feat_bitmap.c \ vnet/l2/l2_api.c \ vnet/l2/l2_bd.c \ vnet/l2/l2_bvi.c \ vnet/l2/l2_input_classify.c \ vnet/l2/l2_output_classify.c \ vnet/l2/l2_efp_filter.c \ vnet/l2/l2_fib.c \ vnet/l2/l2_flood.c \ vnet/l2/l2_fwd.c \ vnet/l2/l2_input_acl.c \ vnet/l2/l2_input.c \ vnet/l2/l2_input_vtr.c \ vnet/l2/l2_learn.c \ vnet/l2/l2_output_acl.c \ vnet/l2/l2_output.c \ vnet/l2/l2_patch.c \ vnet/l2/l2_rw.c \ vnet/l2/l2_vtr.c \ vnet/l2/l2_xcrw.c nobase_include_HEADERS += \ vnet/l2/feat_bitmap.h \ vnet/l2/l2_input.h \ vnet/l2/l2_output.h \ vnet/l2/l2_vtr.h \ vnet/l2/l2_input_vtr.h \ vnet/l2/l2_efp_filter.h \ vnet/l2/l2_fwd.h \ vnet/l2/l2_bd.h \ vnet/l2/l2_bvi.h \ vnet/l2/l2_flood.h \ vnet/l2/l2_fib.h \ vnet/l2/l2_rw.h \ vnet/l2/l2_xcrw.h \ vnet/l2/l2_classify.h \ vnet/l2/l2.api.h API_FILES += vnet/l2/l2.api ######################################## # Layer 2 protocol: SRP ######################################## libvnet_la_SOURCES += \ vnet/srp/format.c \ vnet/srp/interface.c \ vnet/srp/node.c \ vnet/srp/pg.c nobase_include_HEADERS += \ vnet/srp/packet.h \ vnet/srp/srp.h ######################################## # Layer 2 protocol: PPP ######################################## libvnet_la_SOURCES += \ vnet/ppp/node.c \ vnet/ppp/pg.c \ vnet/ppp/ppp.c nobase_include_HEADERS += \ vnet/ppp/error.def \ vnet/ppp/ppp.h \ vnet/ppp/packet.h ######################################## # Layer 2 protocol: HDLC ######################################## libvnet_la_SOURCES += \ vnet/hdlc/node.c \ vnet/hdlc/pg.c \ vnet/hdlc/hdlc.c nobase_include_HEADERS += \ vnet/hdlc/error.def \ vnet/hdlc/hdlc.h \ vnet/hdlc/packet.h ######################################## # Layer 2 protoc
---
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: true
BinPackParameters: true
BreakBeforeBraces: GNU
ColumnLimit:     79
IndentCaseLabels: false
MaxEmptyLinesToKeep: 1
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 60
PenaltyBreakString: 1000
PenaltyBreakFirstLessLess: 120
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerBindsToType: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Always
SpacesBeforeTrailingComments: 1
SpacesInParentheses: false
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpaceAfterControlStatementKeyword: true
Cpp11BracedListStyle: true
Standard:        Cpp11
SortIncludes: false
IndentWidth:     2
TabWidth:        4
UseTab:          Never
IndentFunctionDeclarationAfterType: false
ContinuationIndentWidth: 4
...
PPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_lisp_types_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_cp_serdes_LDADD = $(LDS) test_lisp_types_LDADD = $(LDS) endif ######################################## # Tunnel protocol: lisp-gpe ######################################## libvnet_la_SOURCES += \ vnet/lisp-gpe/lisp_gpe.c \ vnet/lisp-gpe/lisp_gpe_sub_interface.c \ vnet/lisp-gpe/lisp_gpe_adjacency.c \ vnet/lisp-gpe/lisp_gpe_tunnel.c \ vnet/lisp-gpe/lisp_gpe_fwd_entry.c \ vnet/lisp-gpe/lisp_gpe_tenant.c \ vnet/lisp-gpe/interface.c \ vnet/lisp-gpe/decap.c \ vnet/lisp-gpe/lisp_gpe_api.c nobase_include_HEADERS += \ vnet/lisp-gpe/lisp_gpe.h \ vnet/lisp-gpe/lisp_gpe_fwd_entry.h \ vnet/lisp-gpe/lisp_gpe_tenant.h \ vnet/lisp-gpe/lisp_gpe_packet.h \ vnet/lisp-gpe/lisp_gpe_error.def \ vnet/lisp-gpe/lisp_gpe.api.h API_FILES += vnet/lisp-gpe/lisp_gpe.api ######################################## # DHCP client ######################################## libvnet_la_SOURCES += \ vnet/dhcp/client.c \ vnet/dhcp/client.h \ vnet/dhcp/dhcp_api.c nobase_include_HEADERS += \ vnet/dhcp/client.h \ vnet/dhcp/dhcp.api.h API_FILES += vnet/dhcp/dhcp.api ######################################## # DHCP proxy ######################################## libvnet_la_SOURCES += \ vnet/dhcp/dhcp6_proxy_node.c \ vnet/dhcp/dhcp4_proxy_node.c \ vnet/dhcp/dhcp_proxy.c nobase_include_HEADERS += \ vnet/dhcp/dhcp4_packet.h \ vnet/dhcp/dhcp6_packet.h \ vnet/dhcp/dhcp_proxy.h \ vnet/dhcp/dhcp6_proxy_error.def \ vnet/dhcp/dhcp4_proxy_error.def ######################################## # ipv6 segment routing ######################################## libvnet_la_SOURCES += \ vnet/srv6/sr.c \ vnet/srv6/sr_localsid.c \ vnet/srv6/sr_policy_rewrite.c \ vnet/srv6/sr_steering.c \ vnet/srv6/sr_api.c nobase_include_HEADERS += \ vnet/srv6/sr_packet.h \ vnet/srv6/sr.h \ vnet/srv6/sr.api.h API_FILES += vnet/srv6/sr.api ######################################## # mpls segment routing ######################################## libvnet_la_SOURCES += \ vnet/srmpls/sr_mpls_policy.c \ vnet/srmpls/sr_mpls_steering.c nobase_include_HEADERS += \ vnet/srmpls/sr.h ######################################## # IPFIX / netflow v10 ######################################## libvnet_la_SOURCES += \ vnet/flow/flow_report.c \ vnet/flow/flow_api.c nobase_include_HEADERS += \ vnet/flow/flow_report.h \ vnet/flow/ipfix_info_elements.h \ vnet/flow/ipfix_packet.h \ vnet/flow/flow.api.h API_FILES += vnet/flow/flow.api ######################################## # IPFIX classify code ######################################## libvnet_la_SOURCES += \ vnet/flow/flow_report_classify.c nobase_include_HEADERS += \ vnet/flow/flow_report_classify.h ######################################## # lawful intercept ######################################## libvnet_la_SOURCES += \ vnet/lawful-intercept/lawful_intercept.c \ vnet/lawful-intercept/node.c nobase_include_HEADERS += \ vnet/lawful-intercept/lawful_intercept.h ######################################## # SPAN (port mirroring) ######################################## libvnet_la_SOURCES += \ vnet/span/span_api.c \ vnet/span/span.c \ vnet/span/node.c nobase_include_HEADERS += \ vnet/span/span.api.h \ vnet/span/span.h API_FILES += vnet/span/span.api ######################################## # Packet generator ######################################## libvnet_la_SOURCES += \ vnet/pg/cli.c \ vnet/pg/edit.c \ vnet/pg/init.c \ vnet/pg/input.c \ vnet/pg/output.c \ vnet/pg/stream.c nobase_include_HEADERS += \ vnet/pg/pg.h \ vnet/pg/edit.h ######################################## # virtio ######################################## libvnet_la_SOURCES += \ vnet/devices/virtio/vhost-user.c \ vnet/devices/virtio/vhost_user_api.c nobase_include_HEADERS += \ vnet/devices/virtio/vhost-user.h \ vnet/devices/virtio/vhost_user.api.h API_FILES += vnet/devices/virtio/vhost_user.api ######################################## # ssvm ethernet ######################################## libvnet_la_SOURCES += \ vnet/devices/ssvm/ssvm_eth.c \ vnet/devices/ssvm/node.c nobase_include_HEADERS += \ vnet/devices/ssvm/ssvm_eth.h ######################################## # session managmeent ######################################## libvnet_la_SOURCES += \ vnet/session/session.c \ vnet/session/session_lookup.c \ vnet/session/session_node.c \ vnet/session/transport_interface.c \ vnet/session/application.c \ vnet/session/session_cli.c \ vnet/session/application_interface.c \ vnet/session/segment_manager.c \ vnet/session/session_api.c nobase_include_HEADERS += \ vnet/session/session.h \ vnet/session/stream_session.h \ vnet/session/session_lookup.h \ vnet/session/application.h \ vnet/session/transport.h \ vnet/session/transport_interface.h \ vnet/session/application_interface.h \ vnet/session/session_debug.h \ vnet/session/segment_manager.h \ vnet/session/session.api.h API_FILES += vnet/session/session.api ######################################## # Linux packet interface ######################################## libvnet_la_SOURCES += \ vnet/devices/af_packet/af_packet.c \ vnet/devices/af_packet/device.c \ vnet/devices/af_packet/node.c \ vnet/devices/af_packet/cli.c \ vnet/devices/af_packet/af_packet_api.c nobase_include_HEADERS += \ vnet/devices/af_packet/af_packet.h \ vnet/devices/af_packet/af_packet.api.h API_FILES += vnet/devices/af_packet/af_packet.api ######################################## # NETMAP interface ######################################## libvnet_la_SOURCES += \ vnet/devices/netmap/netmap.c \ vnet/devices/netmap/device.c \ vnet/devices/netmap/node.c \ vnet/devices/netmap/cli.c \ vnet/devices/netmap/netmap_api.c nobase_include_HEADERS += \ vnet/devices/netmap/netmap.h \ vnet/devices/netmap/netmap.api.h API_FILES += vnet/devices/netmap/netmap.api ######################################## # Driver feature graph arc support ######################################## libvnet_la_SOURCES += \ vnet/feature/feature.c \ vnet/feature/registration.c nobase_include_HEADERS += \ vnet/feature/feature.h ######################################## # Unix kernel related ######################################## # FIXME: vnet/unix/hgshm.c libvnet_la_SOURCES += \ vnet/unix/gdb_funcs.c \ vnet/unix/pcap.c \ vnet/unix/tap_api.c \ vnet/unix/tapcli.c \ vnet/unix/tuntap.c nobase_include_HEADERS += \ vnet/unix/pcap.h \ vnet/unix/tuntap.h \ vnet/unix/tap.api.h \ vnet/unix/tapcli.h API_FILES += vnet/unix/tap.api ######################################## # FIB ######################################## libvnet_la_SOURCES += \ vnet/fib/fib.c \ vnet/fib/fib_test.c \ vnet/fib/ip4_fib.c \ vnet/fib/ip6_fib.c \ vnet/fib/mpls_fib.c \ vnet/fib/fib_table.c \ vnet/fib/fib_walk.c \ vnet/fib/fib_types.c \ vnet/fib/fib_node.c \ vnet/fib/fib_node_list.c \ vnet/fib/fib_entry.c \ vnet/fib/fib_entry_src.c \ vnet/fib/fib_entry_src_rr.c \ vnet/fib/fib_entry_src_interface.c \ vnet/fib/fib_entry_src_default_route.c \ vnet/fib/fib_entry_src_special.c \ vnet/fib/fib_entry_src_api.c \ vnet/fib/fib_entry_src_adj.c \ vnet/fib/fib_entry_src_mpls.c \ vnet/fib/fib_entry_src_lisp.c \ vnet/fib/fib_entry_cover.c \ vnet/fib/fib_entry_delegate.c \ vnet/fib/fib_path_list.c \ vnet/fib/fib_path.c \ vnet/fib/fib_path_ext.c \ vnet/fib/fib_urpf_list.c \ vnet/fib/fib_attached_export.c \ vnet/fib/fib_bfd.c nobase_include_HEADERS += \ vnet/fib/fib.h \ vnet/fib/fib_api.h \ vnet/fib/ip4_fib.h \ vnet/fib/ip6_fib.h \ vnet/fib/fib_types.h \ vnet/fib/fib_table.h \ vnet/fib/fib_node.h \ vnet/fib/fib_node_list.h \ vnet/fib/fib_entry.h \ vnet/fib/fib_entry_delegate.h ######################################## # ADJ ######################################## libvnet_la_SOURCES += \ vnet/adj/adj_nbr.c \ vnet/adj/adj_glean.c \ vnet/adj/adj_midchain.c \ vnet/adj/adj_mcast.c \ vnet/adj/adj_l2.c \ vnet/adj/adj_nsh.c \ vnet/adj/adj.c \ vnet/adj/rewrite.c \ vnet/adj/adj_bfd.c \ vnet/adj/adj_delegate.c nobase_include_HEADERS += \ vnet/adj/adj.h \ vnet/adj/adj_types.h \ vnet/adj/adj_glean.h \ vnet/adj/adj_nsh.h \ vnet/adj/adj_nbr.h \ vnet/adj/rewrite.h ######################################## # Data-Plane Objects ######################################## libvnet_la_SOURCES += \ vnet/dpo/dpo.c \ vnet/dpo/drop_dpo.c \ vnet/dpo/ip_null_dpo.c \ vnet/dpo/punt_dpo.c \ vnet/dpo/receive_dpo.c \ vnet/dpo/load_balance.c \ vnet/dpo/load_balance_map.c \ vnet/dpo/lookup_dpo.c \ vnet/dpo/classify_dpo.c \ vnet/dpo/replicate_dpo.c \ vnet/dpo/interface_dpo.c \ vnet/dpo/mpls_disposition.c \ vnet/dpo/mpls_label_dpo.c nobase_include_HEADERS += \ vnet/dpo/load_balance.h \ vnet/dpo/drop_dpo.h \ vnet/dpo/lookup_dpo.h \ vnet/dpo/punt_dpo.h \ vnet/dpo/classify_dpo.h \ vnet/dpo/receive_dpo.h \ vnet/dpo/ip_null_dpo.h \ vnet/dpo/dpo.h ######################################## # Multicast FIB ######################################## libvnet_la_SOURCES += \ vnet/mfib/mfib_test.c \ vnet/mfib/mfib_forward.c \ vnet/mfib/ip4_mfib.c \ vnet/mfib/ip6_mfib.c \ vnet/mfib/mfib_types.c \ vnet/mfib/mfib_signal.c \ vnet/mfib/mfib_itf.c \ vnet/mfib/mfib_entry.c \ vnet/mfib/mfib_table.c nobase_include_HEADERS += \ vnet/mfib/ip4_mfib.h \ vnet/mfib/mfib_types.h \ vnet/mfib/mfib_table.h ######################################## # Utilities ######################################## libvnet_la_SOURCES += \ vnet/util/radix.c ######################################## # Plugin client library ######################################## nobase_include_HEADERS += \ vnet/plugin/plugin.h pcap2pg_SOURCES = \ vnet/unix/pcap2pg.c \ vnet/unix/pcap.h pcap2pg_LDFLAGS = -static pcap2pg_LDADD = libvnet.la libvppinfra.la -lpthread libvlibmemory.la -lm -ldl noinst_PROGRAMS += pcap2pg # vi:syntax=automake