From 1b0802cbf10ac4d8911f0916d4ba0b02010924c8 Mon Sep 17 00:00:00 2001 From: Vishwesh M Rudramuni Date: Fri, 26 May 2017 11:11:15 +0530 Subject: [SAMPLEVNF] Adding UDP Replay VNF JIRA: SAMPLEVNF-8 This code adds support for UDP Replay which acts as a reflector of all the UDP packets on the requested port. Change-Id: If8330580f58c785736e578e815d15d983ce20209 Signed-off-by: Vishwesh M Rudramuni Signed-off-by: Deepak S --- VNFs/UDP_Replay/config/sample_ipv6.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 VNFs/UDP_Replay/config/sample_ipv6.cfg (limited to 'VNFs/UDP_Replay/config/sample_ipv6.cfg') 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 = +port1 = -- cgit 1.2.3-korg