Merge pull request #98 from BarbarossaTM/feature/pointopoint
static executor: Add support for IPv4 'pointopoint' addresses.
This commit is contained in:
commit
df6835bd62
5 changed files with 43 additions and 4 deletions
|
@ -70,6 +70,13 @@ the system will only respond to certain keywords by default:
|
|||
is for backwards compatibility and should not be used in new
|
||||
deployments.
|
||||
|
||||
*point-to-point* _address_
|
||||
Sets the given IPv4 _address_ as the peer address on the
|
||||
interface. This setting only takes effect for the IPv4 address
|
||||
familiy and only makes sense in combination with a /32 netmask.
|
||||
For compatiblity with ifupdown and ifupdown2, _pointopoint_ is
|
||||
an alias for this parameter.
|
||||
|
||||
*link-type* _link-type_
|
||||
Denotes the link-type of the interface. When set to _dummy_,
|
||||
the interface is created as a virtual dummy interfaces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue