This file is indexed.

/usr/share/zentyal/stubs/network/rt_tables.mas is in zentyal-network 2.3.13+quantal1.

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
<%args>
@ids
</%args>
#
# reserved values
#
255	local
254	main
253	default
0	unspec
#
# local
#
#1	inr.ruhep
% my $number = 1;
% for my $id (@ids) {
<% $number %>	<% $id %>
%	$number++;
% }