Hello Team,

I want to set miss_send_length in the configuration reply. But I am unable
to set it. Can you please verify below procedure.

 I am sending OFPT_SET_CONFIG using RYU req =
ofproto_v1_3_parser.OFPSetConfig(datapath, ofproto_v1_3.OFPC_FRAG_MASK,
65533)

After sending it, verify using ovs-vsctl –O Openflow13 show br0

OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000000c298ab7fb
n_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
1(eth1): addr:00:0c:29:8a:b7:fb
     config:     0
     state:      0
     current:    1GB-FD COPPER AUTO_NEG
     advertised: 10MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
     supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
     speed: 1000 Mbps now, 1000 Mbps max
LOCAL(br0): addr:00:0c:29:8a:b7:fb
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x5): frags=nx-match miss_send_len=0


Sending  again OFPT_SET_CONFIG using RYU req =
ofproto_v1_3_parser.OFPSetConfig(datapath, ofproto_v1_3.OFPC_FRAG_DROP,
65532)

After sending it, verify using ovs-vsctl –O Openflow13 show br0

OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000000c298ab7fb
n_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
1(eth1): addr:00:0c:29:8a:b7:fb
     config:     0
     state:      0
     current:    1GB-FD COPPER AUTO_NEG
     advertised: 10MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
     supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
     speed: 1000 Mbps now, 1000 Mbps max
LOCAL(br0): addr:00:0c:29:8a:b7:fb
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x5): frags=drop miss_send_len=0


Can you please suggest me how to configure it.

Regards
Neeraj
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to