# Dedicated table used when at least two gateway interfaces are configured.
TABLE_ID=201

# Two consecutive policy-rule priorities are used:
#   RULE_PRIORITY     -> main table without its default route
#   RULE_PRIORITY + 1 -> managed default-route table
# This preserves connected, static and VPN routes from the main table.
RULE_PRIORITY=10000

# Lower metric means higher priority.
LAN_METRIC=100
WLAN_METRIC=600

# Coalesce a burst of kernel network events before recalculating routes.
EVENT_DEBOUNCE_MS=250

# Optional space-separated overrides for drivers without wireless sysfs data.
FORCE_LAN_INTERFACES=""
FORCE_WLAN_INTERFACES=""

# Set to 1 for diagnostic logger messages.
DEBUG=0
