mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Fix ipv4 address missing on reboot (#1245)
This commit is contained in:
parent
e478d31e50
commit
a4f2c97fd2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
block: |
|
block: |
|
||||||
cloned_interfaces="lo100"
|
cloned_interfaces="lo100"
|
||||||
ifconfig_lo100="inet {{ local_service_ip }} netmask 255.255.255.255"
|
ifconfig_lo100="inet {{ local_service_ip }} netmask 255.255.255.255"
|
||||||
ifconfig_lo100="inet6 FCAA::1/64"
|
ifconfig_lo100_ipv6="inet6 FCAA::1/64"
|
||||||
notify:
|
notify:
|
||||||
- restart loopback bsd
|
- restart loopback bsd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue