On Thu, 12 Sep 2019 03:48:05 +0900 "Daniel T. Lee" <[email protected]> wrote:
> This commit changes variable names that can cause confusion. > > For example, variable DST_MIN is quite confusing since the > keyword 'udp_dst_min' and keyword 'dst_min' is used with pg_ctrl. > > On the following commit, 'dst_min' will be used to set destination IP, > and the existing variable name DST_MIN should be changed. > > Variable names are matched to the exact keyword used with pg_ctrl. > > Signed-off-by: Daniel T. Lee <[email protected]> Acked-by: Jesper Dangaard Brouer <[email protected]> -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer
