Hi All,

I am working on the port security feature in ovn and implementing as per the 
port security proposal defined here [1].

If a logical port has one mac and multiple IP addresses (both ipv4 and ipv6), 
as per this proposal, Logical_Port.port_security will be defined as
Logical_Port.port_security = ["MAC IP1 IP2 IP3 ..."]

But Logical_Port.addresses column  is stored as
Logical_Port.addresses = ["MAC IP1", "MAC IP2", "MAC IP3" ...]

Is it a good idea to store Logical_Port.addresses also as  ["MAC IP1 IP2 IP3 
...."] to be consistent with port security or it should be other way round ?


[1] - http://openvswitch.org/pipermail/dev/2015-July/057141.html
      https://github.com/blp/ovs-reviews/blob/port-security/ovn/ovn-nb.xml#L210


Thanks
Numan



_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to