Skip to content

Commit

Permalink
Merge pull request #328 from WizardBit/main
Browse files Browse the repository at this point in the history
Include 'lookup_interface' in preseed example and Use the correct ovn interface
  • Loading branch information
roosterfish committed Jun 27, 2024
2 parents 3cb1c51 + cb2305c commit ce8ceb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/how-to/preseed.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `lookup_subnet` limits the subnet when looking up systems with mDNS.
lookup_subnet: 10.0.0.1/24
# `lookup_interface` limits the interface when looking up systems with mDNS.
lookup_interface: eth0

# `systems` lists the systems we expect to find by their host name.
# `name` represents the host name
Expand Down

0 comments on commit ce8ceb6

Please sign in to comment.