# 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
...