1#
2#  Argus Client Software
3#  Copyright (c) 2000-2016 QoSient, LLC
4#  All rights reserved.
5#
6#
7# Ralabel IANA Style Address Configuration File
8#
9# Carter Bullard
10# QoSient, LLC
11#
12#  This configuration is a ralabel(1) address configuration file.
13#
14#  Is to specify CIDR addresses, or ranges of CIDR addresses
15#  and to provide labels that can be assigned to those addresses.
16#
17#  Here is a valid and simple configuration file.   It represents
18#  the internal QoSient IPv4 address space.  And the complete Internet
19#  address space outside of QoSient.
20#
21#  Ralabel will insert into an IPv4 patricia tree, labels for the
22#  interior and leaf-nodes.  When ralabel() prints the label for a
23#  given address, it will be a concatenation of all the labels that
24#  apply to that address.
25#
26#  Given the configuration below, ralabe() will return these strings
27#  for these addresses:
28#
29#     1.24.4.12       -  "Internet"
30#     192.168.0.67    -  "QoSient,Wired,SMTP"
31#     192.168.1.17    -  "QoSient,Switzerland"
32#     200.24.4.12     -  "Internet"
33#     255.255.255.255 -  "Broadcast"  (derived from iana-multicast-address)
34#
35
36#
37#  Local Address Classifications
38#
39
40192.168.0.0/16			QoSient
41192.168.0.0/24			Wired
42192.168.0.67			SMTP
43192.168.1.0/24			Switzerland
44192.168.2.0/24			Wireless
45207.237.36.98			QoSient.com
46
47