Gitingest

Summary

Directory Structure

Directory structure:
└── hire-vladimir-sa-netops/
    ├── README.md
    ├── bin/
    │   ├── ieee_oui_parser.py
    │   └── macformat.py
    ├── default/
    │   ├── app.conf
    │   ├── commands.conf
    │   ├── logging.conf
    │   ├── macros.conf
    │   ├── props.conf
    │   ├── savedsearches.conf
    │   ├── transforms.conf
    │   └── data/
    │       └── ui/
    │           ├── cidr_assets.xml
    │           ├── nav/
    │           │   └── default.xml
    │           └── views/
    │               ├── mac_lookup.xml
    │               └── overview.xml
    ├── lookups/
    │   ├── cidr_network.csv
    │   ├── mac_vendor_lookup.csv
    │   ├── sample_cidr_network.csv
    │   ├── sample_vlan_inventory.csv
    │   └── subnet_to_cidr.csv
    └── metadata/
        └── default.meta

Files Content