File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ map_elem_get_internal(const char *elem)
234234 return MAP_SRC_INTERNAL_DBF ;
235235 } else if (strcmp (elem , "_internal_odid_" ) == 0 ) {
236236 return MAP_SRC_INTERNAL_ODID ;
237+ } else if (strcmp (elem , "_internal_exporter_ip_" ) == 0 ) {
238+ return MAP_SRC_INTERNAL_EXPORTER_IP ;
237239 } else {
238240 return MAP_SRC_INVALID ;
239241 }
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ enum MAP_SRC {
6060 /** Internal "dir bit field" converter */
6161 MAP_SRC_INTERNAL_DBF ,
6262 /** Internal "odid field" converter */
63- MAP_SRC_INTERNAL_ODID
63+ MAP_SRC_INTERNAL_ODID ,
64+ /** Internal "exporter ip field" converter */
65+ MAP_SRC_INTERNAL_EXPORTER_IP
6466};
6567
6668enum MAP_FLAGS {
You can’t perform that action at this time.
0 commit comments