components/openvswitch/files/lib/util-solaris.h
changeset 7590 5461fab14904
parent 7237 c378a893371d
--- a/components/openvswitch/files/lib/util-solaris.h	Thu Jan 19 14:29:43 2017 -0800
+++ b/components/openvswitch/files/lib/util-solaris.h	Thu Jan 19 16:57:09 2017 -0800
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef	UTIL_SOLARIS_H
@@ -103,6 +103,7 @@
 boolean_t solaris_dlparse_zonelinkname(const char *, char *, zoneid_t *);
 
 void solaris_parse_cpuinfo(long int *);
+int solaris_send_rarp(int, const uint8_t *);
 
 #define	SOLARIS_MAX_BUFSIZE	1024
 #endif	/* UTIL_SOLARIS_H */