This file is indexed.

/usr/lib/python2.7/dist-packages/jnpr/junos/op/ospf.yml is in python-junos-eznc 2.0.1-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
25
26
27
28
29
30
31
32
33
34
OspfNeighborTable:
  rpc: get-ospf-neighbor-information
  args:
    extensive: True
  item: ospf-neighbor
  key:
    - interface-name
    - neighbor-id
  view: OspfNeighborView

OspfNeighborView:
  fields:
    neighbor_address: neighbor-address
    interface_name: interface-name
    ospf_neighbor_state: ospf-neighbor-state
    neighbor_id: neighbor-id
    activity_timer: activity-timer
    ospf_area: ospf-area
    dr_address: dr-address
    bdr_address: bdr-address
    neighbor_up_time: neighbor-up-time
    neighbor_adjacency_time: neighbor-adjacency-time

OspfInterfaceTable:
  rpc: get-ospf-interface-information
  item: ospf-interface
  key: interface-name
  view: OspfInterfaceView
  
OspfInterfaceView:
  fields:
    interface_name: interface-name
    ospf_interface_state: ospf-interface-state
    neighbor_count: neighbor-count