summaryrefslogtreecommitdiff
path: root/src/pmieconf/pernetif/localdefs
blob: e153d6d8c41e794887fd23699be6a10dbca119fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ALL_RULES = collisions errors packets util

LOCAL_RULES = $(ALL_RULES)

# Metrics missing from Solaris
#
# rule: collisions
#   network.interface.collisions -12357 Unknown metric name
#
# rule: errors
#   network.interface.total.errors -12357 Unknown metric name
#
# rule: packets
#   network.interface.total.packets -12357 Unknown metric name
#
# rule: util
#   network.interface.baudrate -12357 Unknown metric name
#   network.interface.total.bytes -12357 Unknown metric name
#
ifeq ($(TARGET_OS), solaris)
LOCAL_RULES =
endif