Home
last modified time | relevance | path

Searched refs:STATS_LOG_ENABLED (Results 1 – 1 of 1) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/rtconf/
H A Dbase.py362 STATS_LOG_ENABLED = 'statistics_log_enabled' variable in ConfWithStats
374 OPTIONAL_SETTINGS = frozenset([STATS_LOG_ENABLED, STATS_TIME])
381 self._settings[ConfWithStats.STATS_LOG_ENABLED] = \
382 compute_optional_conf(ConfWithStats.STATS_LOG_ENABLED,
392 return self._settings[ConfWithStats.STATS_LOG_ENABLED]
396 get_validator(ConfWithStats.STATS_LOG_ENABLED)(enabled)
398 self._settings[ConfWithStats.STATS_LOG_ENABLED] = enabled
430 compute_optional_conf(ConfWithStats.STATS_LOG_ENABLED,
571 @validate(name=ConfWithStats.STATS_LOG_ENABLED)