Software Defined Networking
1828007 Members
2251 Online
109973 Solutions
New Discussion

OpenFlow 1.0 Set Field Transport Src/Dst

 
Dast
Occasional Advisor

OpenFlow 1.0 Set Field Transport Src/Dst

Hello everyone,

 

according to the OpenFlow 1.0 specification, it is only possible to set the transport source/destination, but not

specifcally the UDP and TCP ports with an action.

 

As the SDN controller does not contain a specific set_field operation for this general purpose, I used TCP_SRC and TCP_DST (btw: the usage of UDP_SRC and UDP_DST caused a verision mismatch error). 


Now I am wondering whether an action with set_field:tcp_dst=80 also sets the destination value of a UDP packet that fits the match. Does anyone know this?

 

Best regards!

1 REPLY 1
sdnindia
Trusted Contributor

Re: OpenFlow 1.0 Set Field Transport Src/Dst

Hello Dast,

 

You can see the  json schema/models supported at https://Controller_IP:8443/sdn/v2.0/models .Could you please share the below details

 

1.Controller version used.

2.error logs/screenshots while using UDP_SRC/UDP_DST [As per your post TCP_SRC/TCP_DST working fine].

3.Code or REST API used.

 

Thanks,

HP SDN Team