diff options
Diffstat (limited to 'VNFs/UDP_Replay/config')
-rw-r--r-- | VNFs/UDP_Replay/config/sample_ipv4.cfg | 5 | ||||
-rw-r--r-- | VNFs/UDP_Replay/config/sample_ipv6.cfg | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/VNFs/UDP_Replay/config/sample_ipv4.cfg b/VNFs/UDP_Replay/config/sample_ipv4.cfg new file mode 100644 index 00000000..6569b03e --- /dev/null +++ b/VNFs/UDP_Replay/config/sample_ipv4.cfg @@ -0,0 +1,5 @@ +[linkip] +num_ports = 2 +ip_type = 0 +port0 = <ipv4 address> +port1 = <ipv4 address> diff --git a/VNFs/UDP_Replay/config/sample_ipv6.cfg b/VNFs/UDP_Replay/config/sample_ipv6.cfg new file mode 100644 index 00000000..053808e8 --- /dev/null +++ b/VNFs/UDP_Replay/config/sample_ipv6.cfg @@ -0,0 +1,5 @@ +[linkip] +num_ports = 2 +ip_type = 0 +port0 = <ipv6 address> +port1 = <ipv6 address> |