Skip to content

Commit

Permalink
doc/howto/network_load_balancers: fix lxc network load-balancer backe…
Browse files Browse the repository at this point in the history
…nd add command syntax

Signed-off-by: Minae Lee <[email protected]>
  • Loading branch information
minaelee committed Dec 12, 2024
1 parent c9e5049 commit bf56b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howto/network_load_balancers.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The backend target address must be within the same subnet as the network that th
Use the following command to add a backend specification:

```bash
lxc network load-balancer backend add <network_name> <listen_address> <backend_name> <listen_ports> <target_address> [<target_ports>]
lxc network load-balancer backend add <network_name> <listen_address> <backend_name> <target_address> [<target_ports>]
```

The target ports are optional.
Expand Down

0 comments on commit bf56b73

Please sign in to comment.