action :remove do
  zebra_path = "#{node['quagga']['dir']}/#{new_resource.name}"
  if ::File.exist?(zebra_path)
    Chef::Log.info "Removing #{new_resource.file_type}: interface from #{zebra_path}"
    file zebra_path do