static executor: Add support for IPv4 'pointopoint' addresses.
Closes #96 Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
cc06712611
commit
67163c6561
4 changed files with 40 additions and 4 deletions
7
tests/fixtures/static-eth0-ptp.interfaces
vendored
Normal file
7
tests/fixtures/static-eth0-ptp.interfaces
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
auto eth0
|
||||
iface eth0
|
||||
address 203.0.113.2/32
|
||||
pointopoint 192.0.2.1
|
||||
gateway 192.0.2.1
|
||||
address 2001:db8:1000:2::2/64
|
||||
gateway 2001:db8:1000:2::1
|
||||
Loading…
Add table
Add a link
Reference in a new issue