report host interface

Usage

stack report host interface {host} [interface=string]

Description

Output the network configuration file for a host's interface.

Arguments

  • [host]

One host name.

Parameters

  • {interface=string}

Output a configuration file for this host's interface (e.g. 'eth0'). If no 'interface' parameter is supplied, then configuration files for every interface defined for the host will be output (and each file will be delineated by and tags).

Examples

  • stack report host interface backend-0-0 interface=eth0

Output a network configuration file for backend-0-0's eth0 interface.