Lines Matching full:lse
554 # Match on first LSE (minimal values for each field)
556 flower $tcflags mpls lse depth 1 label 0 action continue
558 flower $tcflags mpls lse depth 1 tc 0 action continue
560 flower $tcflags mpls lse depth 1 bos 0 action continue
562 flower $tcflags mpls lse depth 1 ttl 0 action continue
564 # Match on second LSE (maximal values for each field)
566 flower $tcflags mpls lse depth 2 label 1048575 action continue
568 flower $tcflags mpls lse depth 2 tc 7 action continue
570 flower $tcflags mpls lse depth 2 bos 1 action continue
572 flower $tcflags mpls lse depth 2 ttl 255 action continue
574 # Match on LSE depth
576 flower $tcflags mpls lse depth 1 action continue
578 flower $tcflags mpls lse depth 2 action continue
580 flower $tcflags mpls lse depth 3 action continue
587 # for each LSE field
597 # Wrong BOS at depth 1 (not adding a second LSE here since BOS is set
614 # Wrong BOS at depth 2 (adding a third LSE here since BOS isn't set in
653 # Finally, verify the filters that only match on LSE depth
676 log_test "mpls lse match ($tcflags)"