Class LoopbackInterface
-
LoopbackInterface
uses
InterfaceType,
XmlConvertible,
PathableName,
ReferenceableObject
Located at network-classes/LoopbackInterface.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
boolean
|
#
setName( string $name )
return true if change was successful false if not (duplicate rulename?)
return true if change was successful false if not (duplicate rulename?)
Parameters
- $name
string $name new name for the rule
Returns
boolean
|
public
string
&
|
|
Methods used from ReferenceableObject
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
()
|
Properties summary
protected
array
|
$_ipv4Addresses |
array() |
|
public
string
|
$type |
'loopback' |
|
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**">
<adjust-tcp-mss>
<enable>no</enable>
</adjust-tcp-mss>
<comment></comment>
</entry>' |
|