Searched refs:TEST_IFACE_REGEXP (Results 1 – 1 of 1) sorted by relevance
73 private static final String TEST_IFACE_REGEXP = TEST_TAP_PREFIX + "\\d+"; field in EthernetTracker303 final boolean isTestIface = iface.matches(TEST_IFACE_REGEXP); in addInterface()621 ? "(" + match + "|" + TEST_IFACE_REGEXP + ")" in updateIfaceMatchRegexp()