diff options
Diffstat (limited to 'src/vnet/mpls/mpls_lookup.h')
-rw-r--r-- | src/vnet/mpls/mpls_lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/mpls/mpls_lookup.h b/src/vnet/mpls/mpls_lookup.h index 95558e05a4e..17f9468f0ac 100644 --- a/src/vnet/mpls/mpls_lookup.h +++ b/src/vnet/mpls/mpls_lookup.h @@ -23,7 +23,7 @@ /** * The arc/edge from the MPLS lookup node to the MPLS replicate node */ -u32 mpls_lookup_to_replicate_edge; +extern u32 mpls_lookup_to_replicate_edge; /** * Enum of statically configred MPLS lookup next nodes |