Skip to content

Commit

Permalink
Fix the bonding example
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Dec 22, 2023
1 parent b3bac81 commit 9ec0400
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions _posts/2023-12-22-agama-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,12 @@ connection.

```json
{
id: "Bonding Connection 1",
interface: "bond",
bond: {
ports: ["eth0", "eth1"],
mode: "active-backup",
options: "primary=eth1"

"id": "Bonding Connection 1",
"interface": "bond",
"bond": {
"ports": ["eth0", "eth1"],
"mode": "active-backup",
"options": "primary=eth1"
}
}
```
Expand Down

0 comments on commit 9ec0400

Please sign in to comment.