1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2019 Petr Vorel <pvorel@suse.cz> 4 5TST_NEEDS_ROOT=1 6TST_SETUP="setup" 7TST_CLEANUP="route_cleanup" 8TST_NEEDS_CMDS="ip" 9TST_CNT=$NS_TIMES 10 11. tst_net.sh 12 13route_cleanup() 14{ 15 tst_restore_ipaddr 16 tst_restore_ipaddr rhost 17} 18