build
config
overlays
bird
common
host
tap
etc
rc.local
root
vpp
ovs-config.sh
.gitignore
README.md
command
create
generate
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
|
|
ip link set enp16s0f0 alias mirror-rx mtu 9216 up
|
|
ip link set enp16s0f1 alias mirror-tx mtu 9216 up
|