aboutsummaryrefslogtreecommitdiffstats
path: root/NOTICE
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-11-11 09:44:38 +0100
committerpmikus <pmikus@cisco.com>2021-11-11 09:44:38 +0100
commitef9c2349ca6e6a138bbe66593a60ef1c40d1f901 (patch)
tree89b5459a638fa1bba04525fca7dac56edaa804ca /NOTICE
parent885c2e223f18e26fa75ec6c1e4ef468e60cd6afd (diff)
fix(Ansible): Configure systemd as service manager
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I80ec9854b311af7a8da9363cf569598e1eb667f4
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions
#0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Copyright (c) 2018 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.

add_vpp_plugin(lacp
  SOURCES
  lacp.c
  lacp_api.c
  selection.c
  rx_machine.c
  tx_machine.c
  mux_machine.c
  ptx_machine.c
  cli.c
  input.c
  node.c

  API_FILES
  lacp.api

  INSTALL_HEADERS
  protocol.h
  machine.h
  rx_machine.h
  tx_machine.h
  mux_machine.h
  ptx_machine.h
  node.h

  API_TEST_SOURCES
  lacp_test.c
)