===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vagrant-libvirt-0.3.0/README.md-348-* `id_ssh_key_file` - If not nil, uses this ssh private key to access Libvirt.
vagrant-libvirt-0.3.0/README.md:349:  Default is `$HOME/.ssh/id_rsa`. Prepends `$HOME/.ssh/` if no directory
vagrant-libvirt-0.3.0/README.md-350-* `socket` - Path to the Libvirt unix socket (e.g.
##############################################
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-135-            # gateway address for machines connected to this network.
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb:136:            @interface_network[:ip_address] = get_host_ip_addr(net_address)
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-137-          end
##############################################
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-262-            # gateway address for machines connected to this network.
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb:263:            @interface_network[:ip_address] = get_host_ip_addr(net_address)
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-264-
##############################################
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-273-        # Return provided address or first address of network otherwise
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb:274:        def get_host_ip_addr(network)
vagrant-libvirt-0.3.0/lib/vagrant-libvirt/action/create_networks.rb-275-          @options[:host_ip] ? IPAddr.new(@options[:host_ip]) : IPAddr.new(network).succ