Update missing license headers
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_change_classi.bash
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2017 Ericsson AB and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 tacker sfc-classifier-delete red_http
11 tacker sfc-classifier-delete red_ssh
12
13 tacker sfc-classifier-create --name blue_http --chain blue --match source_port=0,dest_port=80,protocol=6
14 tacker sfc-classifier-create --name blue_ssh  --chain blue --match source_port=0,dest_port=22,protocol=6
15
16 tacker sfc-classifier-list