Class VlanInterface
-
VlanInterface
uses
InterfaceType,
XmlConvertible,
PathableName,
ReferenceableObject
Located at network-classes/VlanInterface.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
string
|
|
public
|
|
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 |
'vlan' |
|
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**">
<ipv6>
<neighbor-discovery>
<router-advertisement>
<enable>no</enable>
</router-advertisement>
</neighbor-discovery>
</ipv6>
<ndp-proxy>
<enabled>no</enabled>
</ndp-proxy>
<adjust-tcp-mss>
<enable>no</enable>
</adjust-tcp-mss>
</entry>' |
|