diff options
author | Dave Barach <dave@barachs.net> | 2016-08-30 17:01:52 -0400 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2016-08-31 21:53:01 +0000 |
commit | b84a3e56e1287389528b188aefc4f69bc0bb8ae7 (patch) | |
tree | d5642e2e4738b230aacad640134852cebc3cccea /vnet/Makefile.am | |
parent | 1edfba9a6394128ee5fad2b413e9e0a05972ef48 (diff) |
VPP-369 Add an L2 output classification feature
Change-Id: If03162d328c1ea179249e734537ebb01bade3331
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index fd9c3e508b7..71680b99aeb 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -111,7 +111,8 @@ libvnet_la_SOURCES += \ vnet/l2/feat_bitmap.c \ vnet/l2/l2_bd.c \ vnet/l2/l2_bvi.c \ - vnet/l2/l2_classify.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 \ |