Comment 5 for bug 1144426

Revision history for this message
Aaron Rosen (arosen) wrote :

Hi Akihiro,

Good points. My vote would be what you propose to change source_group_id to remote_group_id and source_ip_prefix to remote_ip_prefix.

I think remote_ip_prefix is also a better choice than ip_prefix because this value is never oneself. For example:

remote_ip_prefix=1.1.1.1, direction=ingress # 1.1.1.1 can talk to you
remote_ip_prefix=1.1.1.1, direction=egress # you can talk to 1.1.1.1

I think remote_ makes things even more clear here.