===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vagrant-lxc-1.4.3/scripts/lxc-template-106-    if grep -q '^lxc.rootfs' $config 2>/dev/null ; then
vagrant-lxc-1.4.3/scripts/lxc-template:107:        LXC_ROOTFS=`grep 'lxc.rootfs =' $config | awk -F= '{ print $2 }'`
vagrant-lxc-1.4.3/scripts/lxc-template-108-    else
##############################################
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb-25-          retryable(:on => LXC::Errors::ExecuteError, :tries => fetch_ip_tries, :sleep => 3) do
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb:26:            unless ip = get_container_ip_from_ip_addr(driver)
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb-27-              # retry
##############################################
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb-34-        # From: https://github.com/lxc/lxc/blob/staging/src/python-lxc/lxc/__init__.py#L371-L385
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb:35:        def get_container_ip_from_ip_addr(driver)
vagrant-lxc-1.4.3/lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb-36-          output = driver.info '-iH'