Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Feb 20, 2023
1 parent 5b9263f commit bc87a47
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nexus/src/db/queries/external_ip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,11 @@ impl NextExternalIp {
Ok(())
}

// Push a subquery that selects the sequence of IP addresses, from each range in
// each IP Pool, along with the pool/range IDs.
// Push a subquery which selects either:
// - A sequence of candidate IP addresses from the IP pool range, if no
// explicit IP address has been supplied, or
// - A single IP address within the range, if an explicit IP address has
// been supplied.
//
// ```sql
// SELECT * FROM (
Expand Down

0 comments on commit bc87a47

Please sign in to comment.