This file is indexed.

/etc/ryu/ryu.conf is in ryu-bin 3.14-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[DEFAULT]
# The location of ryu log config
log_config_file=/etc/ryu/log.conf
# 
# app_lists = $RYU_APPS
 
# WebApp listen host
# wsapi_host=<hostip>
 
# WebApp listen port 
# wsapi_port=<port:8080>

# Host for listening for of messages 
# ofp_listen_host=<hostip>

# Port for listening for of messages
# ofp_tcp_listen_port=<port:6633>

# Example:
#
#wsapi_host = 0.0.0.0
#wsapi_port = 8080
#ofp_listen_host = 0.0.0.0
#ofp_tcp_listen_port = 6633