X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcfm.h;h=71778b7e907fa84d89a6eed7bdded9d2a3a3362c;hb=15df7ea8d9a338113fc0bd8d2a0a841ec7ce4b6c;hp=f7007bb9180097f7b53af3cc390c06e187bbd699;hpb=b31bcf60cf4fbabca0182196c97b3004e42f53e5;p=openvswitch diff --git a/lib/cfm.h b/lib/cfm.h index f7007bb9..71778b7e 100644 --- a/lib/cfm.h +++ b/lib/cfm.h @@ -24,6 +24,10 @@ struct flow; +/* Ethernet destination address of CCM packets. */ +static const uint8_t eth_addr_ccm[ETH_ADDR_LEN] OVS_UNUSED + = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x30 }; + /* A 'cfm' represent a local Maintenance Point (MP) and its Connectivity Fault * Management (CFM) state machine. Its configuration variables should be set * by clients of the CFM library. */