xref: /aosp_15_r20/external/ltp/testcases/network/virt/macsec01.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/sh
2*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
3*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2018 Petr Vorel <[email protected]>
4*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5*49cdfc7eSAndroid Build Coastguard Worker# Author: Alexey Kodanev <[email protected]>
6*49cdfc7eSAndroid Build Coastguard Worker#
7*49cdfc7eSAndroid Build Coastguard Worker# Test-case: setup two MACsec drivers and run TCP traffic over them
8*49cdfc7eSAndroid Build Coastguard Worker# with default MACsec configuration, compare performance with similar
9*49cdfc7eSAndroid Build Coastguard Worker# IPsec configuration on master interface.
10*49cdfc7eSAndroid Build Coastguard Worker
11*49cdfc7eSAndroid Build Coastguard WorkerIPSEC_PROTO="ah"
12*49cdfc7eSAndroid Build Coastguard Worker
13*49cdfc7eSAndroid Build Coastguard Worker. macsec_lib.sh
14*49cdfc7eSAndroid Build Coastguard Workertst_run
15