Merge pull request #98 from BarbarossaTM/feature/pointopoint

static executor: Add support for IPv4 'pointopoint' addresses.
This commit is contained in:
Ariadne Conill 2020-10-05 22:04:58 -04:00 committed by GitHub
commit df6835bd62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 4 deletions

View file

@ -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.