Edit

IABSD.fr/src/usr.sbin/switchd

Branch :

  • Show log

    Commit

  • Author : akoshibe
    Date : 2019-11-27 17:37:32
    Hash : c74ea871
    Message : OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) that represent various header fields. One place where OXMs are used is in the sef_field action, which contains one OXM representing the header field to set, followed by padding to align the action in the OpenFlow message to 64 bits. Currently, we assume that a set_field action can contain multiple OXMs and that they do not need to be padded. This matches the way we handle OpenFlow messages that contain set_field actions so that we follow the specs. OK ori claudio