[ovs-dev] [PATCH 1/9] expr: Rename "macros" to "addr_sets".

Ben Pfaff blp at ovn.org
Thu Jan 5 15:25:48 UTC 2017


On Wed, Jan 04, 2017 at 06:13:03PM -0800, Justin Pettit wrote:
> Macro is a very generic term, but the arguments are only ever address
> sets, so rename for clarity.
> 
> Signed-off-by: Justin Pettit <jpettit at ovn.org>

Still some hits for "macro":

ovn/lib/expr.c:911:/* Adds a macro named 'name' to 'addr_sets', replacing any existing
ovn/lib/expr.c:926:        /* Use the lexer to convert each macro into the proper
ovn/lib/lex.c:565:lex_parse_macro(const char *p, struct lex_token *token)
ovn/lib/lex.c:747:        p = lex_parse_macro(p, token);

If you fix those,
Acked-by: Ben Pfaff <blp at ovn.org>


More information about the dev mailing list