diff options
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/srv6-sample-localsid/srv6_localsid_sample.h | 4 | ||||
-rw-r--r-- | src/examples/srv6-sample-localsid/srv6_sample_localsid_doc.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/srv6-sample-localsid/srv6_localsid_sample.h b/src/examples/srv6-sample-localsid/srv6_localsid_sample.h index 474b5de2d49..ef74ea3e5a6 100644 --- a/src/examples/srv6-sample-localsid/srv6_localsid_sample.h +++ b/src/examples/srv6-sample-localsid/srv6_localsid_sample.h @@ -17,8 +17,8 @@ #include <vnet/vnet.h> #include <vnet/ip/ip.h> -#include <vnet/sr/sr.h> -#include <vnet/sr/sr_packet.h> +#include <vnet/srv6/sr.h> +#include <vnet/srv6/sr_packet.h> #include <vppinfra/hash.h> #include <vppinfra/error.h> diff --git a/src/examples/srv6-sample-localsid/srv6_sample_localsid_doc.md b/src/examples/srv6-sample-localsid/srv6_sample_localsid_doc.md index 78e91ab3a7f..cd717db8135 100644 --- a/src/examples/srv6-sample-localsid/srv6_sample_localsid_doc.md +++ b/src/examples/srv6-sample-localsid/srv6_sample_localsid_doc.md @@ -26,5 +26,5 @@ Notice that the plugin only 'defines' a new SRv6 LocalSID behavior, but the exis ## Graph node The current graph node uses the function 'end_srh_processing' to do the Segment Routing Endpoint behavior. Notice that it does not allow the cleanup of a Segment Routing header (as per the SRv6 behavior specs). -This function is identical to the one found in /src/vnet/sr/sr_localsid.c +This function is identical to the one found in /src/vnet/srv6/sr_localsid.c In case that by some other reason you want to do decapsulation, or SRH clean_up you can use the functions 'end_decaps_srh_processing' or 'end_psp_srh_processing' respectively. |