Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 lib/packets.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/packets.c b/lib/packets.c
index d1e2a70..e4c29d5 100644
--- a/lib/packets.c
+++ b/lib/packets.c
@@ -140,6 +140,9 @@ eth_addr_is_reserved(const struct eth_addr ea)
     return false;
 }
 
+/* Attempts to parse 's' as an Ethernet address.  If successful, stores the
+ * address in 'ea' and returns true, otherwise zeros 'ea' and returns
+ * false.  */
 bool
 eth_addr_from_string(const char *s, struct eth_addr *ea)
 {
-- 
2.1.3

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

Reply via email to