X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=lib%2Fmatch.h;h=0a6ac29ceeca79896217b932d67669af902bb7a7;hp=650a203d3c64b37c99c0b3ed48fe3ccff122af00;hb=bef3f465bcd5f81823c7fb8750e3f639486b3587;hpb=e175dc83c5772438466bafb23a17ceb2e052e1c2 diff --git a/lib/match.h b/lib/match.h index 650a203d3..0a6ac29ce 100644 --- a/lib/match.h +++ b/lib/match.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc. + * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,6 +120,8 @@ void match_set_any_mpls_tc(struct match *, int idx); void match_set_mpls_tc(struct match *, int idx, uint8_t); void match_set_any_mpls_bos(struct match *, int idx); void match_set_mpls_bos(struct match *, int idx, uint8_t); +void match_set_any_mpls_ttl(struct match *, int idx); +void match_set_mpls_ttl(struct match *, int idx, uint8_t); void match_set_tp_src(struct match *, ovs_be16); void match_set_mpls_lse(struct match *, int idx, ovs_be32 lse); void match_set_tp_src_masked(struct match *, ovs_be16 port, ovs_be16 mask);