Distributed Virtual Router Support
[vpp.git] / src / vnet.am
index ebcf0a0..aa3ada1 100644 (file)
@@ -115,6 +115,7 @@ libvnet_la_SOURCES +=                               \
  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 +=                      \
@@ -465,6 +466,7 @@ endif
 # Layer 4 protocol: tcp
 ########################################
 libvnet_la_SOURCES +=                          \
+ vnet/tcp/tcp_api.c                            \
  vnet/tcp/tcp_format.c                         \
  vnet/tcp/tcp_pg.c                             \
  vnet/tcp/tcp_syn_filter4.c                    \
@@ -474,6 +476,7 @@ libvnet_la_SOURCES +=                               \
  vnet/tcp/builtin_client.c                     \
  vnet/tcp/builtin_server.c                     \
  vnet/tcp/builtin_http_server.c                        \
+ vnet/tcp/builtin_proxy.c                      \
  vnet/tcp/tcp_test.c                           \
  vnet/tcp/tcp.c
 
@@ -481,7 +484,10 @@ nobase_include_HEADERS +=                  \
  vnet/tcp/tcp_packet.h                         \
  vnet/tcp/tcp_timer.h                          \
  vnet/tcp/tcp_debug.h                          \
- vnet/tcp/tcp.h
+ vnet/tcp/tcp.h                                        \
+ vnet/tcp/tcp.api.h
+
+API_FILES += vnet/tcp/tcp.api
 
 ########################################
 # Layer 4 protocol: udp
@@ -832,19 +838,22 @@ nobase_include_HEADERS +=                 \
 
 libvnet_la_SOURCES +=                          \
   vnet/session/session.c                       \
-  vnet/session/node.c                          \
-  vnet/session/transport.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/hashes.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               \
@@ -1003,9 +1012,11 @@ libvnet_la_SOURCES +=                            \
   vnet/dpo/lookup_dpo.c                        \
   vnet/dpo/classify_dpo.c                      \
   vnet/dpo/replicate_dpo.c                     \
-  vnet/dpo/interface_dpo.c                     \
+  vnet/dpo/interface_rx_dpo.c                          \
+  vnet/dpo/interface_tx_dpo.c                          \
   vnet/dpo/mpls_disposition.c                  \
-  vnet/dpo/mpls_label_dpo.c
+  vnet/dpo/mpls_label_dpo.c                    \
+  vnet/dpo/l2_bridge_dpo.c
 
 nobase_include_HEADERS +=                      \
   vnet/dpo/load_balance.h                      \