cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

vxlan_fdb_veto_ipv6.sh (250B)


      1#!/bin/bash
      2# SPDX-License-Identifier: GPL-2.0
      3
      4# A wrapper to run VXLAN test for IPv6.
      5
      6LOCAL_IP=2001:db8:1::1
      7REMOTE_IP_1=2001:db8:2::1
      8REMOTE_IP_2=2001:db8:3::1
      9UDPCSUM_FLAFS="udp6zerocsumrx udp6zerocsumtx"
     10MC_IP=FF02::2
     11
     12source vxlan_fdb_veto.sh