NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)
[vpp.git] / src / vnet.am
index 9a985ba..52b4329 100644 (file)
@@ -542,6 +542,25 @@ nobase_include_HEADERS +=                  \
 
 API_FILES += vnet/udp/udp.api
 
+########################################
+# Layer 4 protocol: sctp
+########################################
+libvnet_la_SOURCES +=                          \
+  vnet/sctp/sctp.c                             \
+  vnet/sctp/sctp_pg.c                          \
+  vnet/sctp/sctp_input.c                       \
+  vnet/sctp/sctp_output.c                      \
+  vnet/sctp/sctp_format.c                      \
+  vnet/sctp/builtin_server.c                   \
+  vnet/sctp/builtin_client.c
+
+nobase_include_HEADERS +=                      \
+  vnet/sctp/sctp_error.def                     \
+  vnet/sctp/sctp_packet.h                      \
+  vnet/sctp/sctp_timer.h                       \
+  vnet/sctp/sctp.h                             \
+  vnet/sctp/builtin_client.h
+
 ########################################
 # Tunnel protocol: gre
 ########################################
@@ -724,7 +743,7 @@ API_FILES += vnet/lisp-gpe/lisp_gpe.api
 ########################################
 libvnet_la_SOURCES +=                          \
  vnet/dhcp/client.c                            \
- vnet/dhcp/client.h                            \
+ vnet/dhcp/dhcp_client_detect.c                        \
  vnet/dhcp/dhcp_api.c
 
 nobase_include_HEADERS +=                      \
@@ -904,16 +923,6 @@ nobase_include_HEADERS +=                  \
 
 API_FILES += vnet/devices/tap/tapv2.api
 
-########################################
-# ssvm ethernet
-########################################
-libvnet_la_SOURCES +=                          \
-  vnet/devices/ssvm/ssvm_eth.c                 \
-  vnet/devices/ssvm/node.c
-
-nobase_include_HEADERS +=                      \
-  vnet/devices/ssvm/ssvm_eth.h
-
 ########################################
 # session managmeent
 ########################################
@@ -1114,7 +1123,7 @@ libvnet_la_SOURCES +=                             \
   vnet/dpo/mpls_disposition.c                  \
   vnet/dpo/mpls_label_dpo.c                    \
   vnet/dpo/l3_proxy_dpo.c                      \
-  vnet/dpo/l2_bridge_dpo.c
+  vnet/dpo/dvr_dpo.c
 
 nobase_include_HEADERS +=                      \
   vnet/dpo/load_balance.h                      \