This file is indexed.

/usr/share/doc/libteam-utils/examples/activebackup_ethtool_2.conf is in libteam-utils 1.26-1+b1.

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
{
	"device":	"team0",
	"runner":	{"name": "activebackup"},
	"link_watch":	{"name": "ethtool"},
	"ports":	{
		"eth1": {
			"prio": -10,
			"sticky": true,
			"queue_id": 4
		},
		"eth2": {
			"prio": 100
		}
	}
}