There was an error while loading. Please reload this page.
1 parent 5c5f432 commit 6396380Copy full SHA for 6396380
netbox_bgp/__init__.py
@@ -11,8 +11,8 @@ class BGPConfig(PluginConfig):
11
author_email = 'mgk.kolek@gmail.com'
12
base_url = 'bgp'
13
required_settings = []
14
-# min_version = '4.2.0'
15
-# max_version = '4.2.99'
+ min_version = '4.3.0'
+ max_version = '4.3.99'
16
default_settings = {
17
'device_ext_page': 'right',
18
'top_level_menu' : False,
0 commit comments