diff options
author | Francois Clad <fclad@cisco.com> | 2018-01-17 12:18:41 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-01-29 11:05:48 +0000 |
commit | b4d43d7901b49bdda4345adb86b4d15a5d72f7ff (patch) | |
tree | 96d4865f45b8eb80448b3c9316a382f2ee7da516 /src/plugins/srv6_ad.am | |
parent | b93078df66f6f4c4014eb4c0262608b9964e019e (diff) |
SRv6 dynamic proxy plugin
Change-Id: Ie460005510b8a70d00de31b6651e762cc3a63229
Signed-off-by: Francois Clad <fclad@cisco.com>
Diffstat (limited to 'src/plugins/srv6_ad.am')
-rw-r--r-- | src/plugins/srv6_ad.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/plugins/srv6_ad.am b/src/plugins/srv6_ad.am new file mode 100644 index 00000000000..ea1297b7aaa --- /dev/null +++ b/src/plugins/srv6_ad.am @@ -0,0 +1,22 @@ +# Copyright (c) 2016 Cisco Systems, Inc. +# 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. + +vppplugins_LTLIBRARIES += srv6ad_plugin.la + +srv6ad_plugin_la_SOURCES = \ + srv6-ad/ad.c \ + srv6-ad/node.c + +noinst_HEADERS += srv6-ad/ad.h + +# vi:syntax=automake |