Skip to content

Commit

Permalink
add option to auto-create catch-all netbox IPAM prefixes for private …
Browse files Browse the repository at this point in the history
…IP space (idaholab#279)
  • Loading branch information
mmguero committed Oct 26, 2023
1 parent edd49a1 commit 94e8f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions netbox/preload/prefixes_defaults.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- prefix: 10.0.0.0/8
vrf: Private IP Space (10.0.0.0/8)
vrf: 10.0.0.0/8
- prefix: 172.16.0.0/12
vrf: Private IP Space (172.16.0.0/12)
vrf: 172.16.0.0/12
- prefix: 192.168.0.0/16
vrf: Private IP Space (192.168.0.0/16)
vrf: 192.168.0.0/16
6 changes: 3 additions & 3 deletions netbox/preload/vrfs_defaults.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- enforce_unique: true
name: Private IP Space (10.0.0.0/8)
name: 10.0.0.0/8
- enforce_unique: true
name: Private IP Space (172.16.0.0/12)
name: 172.16.0.0/12
- enforce_unique: true
name: Private IP Space (192.168.0.0/16)
name: 192.168.0.0/16

0 comments on commit 94e8f76

Please sign in to comment.