X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;fp=secchan%2Fofproto.c;h=79fe14c4d94f7be5c8fb47e2dc1b50b7904e19df;hb=8cd4882fd5c3080816a070ad582ef06842f7c482;hp=44d1a850801211f128ec55145754c4bdb4ae5b24;hpb=de2047c5124f4301931587cb4af79ebe4f5d2f02;p=sliver-openvswitch.git diff --git a/secchan/ofproto.c b/ofproto/ofproto.c similarity index 99% rename from secchan/ofproto.c rename to ofproto/ofproto.c index 44d1a8508..79fe14c4d 100644 --- a/secchan/ofproto.c +++ b/ofproto/ofproto.c @@ -133,7 +133,7 @@ rule_is_hidden(const struct rule *rule) return true; } - /* Rules with priority higher than UINT16_MAX are set up by secchan itself + /* Rules with priority higher than UINT16_MAX are set up by ofproto itself * (e.g. by in-band control) and are intentionally hidden from the * controller. */ if (rule->cr.priority > UINT16_MAX) {