Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. %sources = (
  2. 'home' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
  3. 'internal' => { 'port' => '9996', 'col' => '#FF0000', 'type' => 'netflow' },
  4. # 'gw' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
  5. # 'peer1' => { 'port' => '9996', 'IP' => '172.16.17.18' },
  6. # 'peer2' => { 'port' => '9996', 'IP' => '172.16.17.19' },
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement