Skip to content

Commit

Permalink
feat: bgp_session + project_bgp_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Rykalsky authored and t0mk committed Feb 16, 2024
1 parent 7b275fd commit 75709f1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions plugins/modules/metal_bgp_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,20 @@
]

result_sample = ['''
{
"address_family": "ipv6",
"changed": false,
"device_id": "b068984f-f7d9-43a2-aa45-de04dcf4fe06",
"id": "43cc0fa9-4b73-4629-a60b-2904ca919155",
}
[
{
"address_family": "ipv4",
"default_route": true,
"device_id": "2066d33e-7c43-4d78-87a3-aaa434913f7f",
"id": "fc2d43e6-d606-47f7-9611-9d77aee443b5"
},
{
"address_family": "ipv6",
"default_route": true,
"device_id": "bfab58c0-0723-49aa-a64e-6caf1b8ea2e2",
"id": "277d4a7a-82dd-4e7c-bf79-8a1de6882982"
}
]
''']

MUTABLE_ATTRIBUTES = [
Expand Down

0 comments on commit 75709f1

Please sign in to comment.