You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A statement that a specific AS number is authorized to originate a specific set of IP prefices.
29
+
- Each ROA has a child->parent relationship to a single RPKI ROA object
30
+
- Fields
31
+
- name, origin_as (foreign key to IPAM ASN model), valid_from, valid_to, auto_renews, signed_by (foreign key to rpki customer certificate)
32
+
33
+
#### ROA prefix
34
+
- A specific prefix that is included in the scope of a specific ROA
35
+
- Fields
36
+
- prefix (foreign key to IPAM Prefix model), max_length, roa_name (foreing key to rpki roa)
39
37
40
38
41
39
## Screencaps
@@ -93,3 +91,5 @@ PLUGINS_CONFIG = {
93
91
"netbox_rpki": {'top_level_menu': False},
94
92
}
95
93
```
94
+
95
+
Run `python -m manage.py migrate` from the .../netbox/netbox/ directory in your netbox installation. (or include the manag.py migrate command in Dockerfile-Plugins if using netbox-docker.)
0 commit comments