arp: source address selection
[vpp.git] / src / vnet / bier / bier_imp_node.c
index 5e3b3fb..fc75cb2 100644 (file)
@@ -15,7 +15,8 @@
 
 #include <vnet/bier/bier_imp.h>
 #include <vnet/bier/bier_hdr_inlines.h>
-#include <vnet/ip/ip.h>
+#include <vnet/ip/ip4_inlines.h>
+#include <vnet/ip/ip6_inlines.h>
 
 /**
  * @brief A struct to hold tracing information for the BIER imposition
@@ -143,8 +144,8 @@ bier_imp_dpo_inline (vlib_main_t * vm,
                                          BIER_HDR_ENTROPY_FIELD_SHIFT);
 
                 /*
-                 * use TTL 64 for the post enacp MPLS label/BIFT-ID
-                 * this we be decremeted in bier_output node.
+                 * use TTL 64 for the post encap MPLS label/BIFT-ID
+                 * this we be decremented in bier_output node.
                  */
                 vnet_buffer(b0)->mpls.ttl = 65;