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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# netbox-interface-synchronization
2
2
## Overview
3
-
This plugin allows you to compare and synchronize interfaces between devices and device types in NetBox. It can be useful for finding and correcting inconsistencies between interfaces.
3
+
This plugin allows you to compare and synchronize interface names and types between devices and device types in NetBox. It can be useful for finding and correcting inconsistencies between interfaces when changing the device type.
4
4
## Compatibility
5
5
Tested with NetBox versions 4.0.0, 4.0.1, 4.0.2. This plugin is not compatible with Netbox 2 or 3
6
6
## Installation
@@ -27,7 +27,7 @@ Don't forget to restart NetBox:
27
27
sudo systemctl restart netbox
28
28
```
29
29
## Usage
30
-
To sync the interfaces, edit the device and set the new device type and save the device. Then find the "Sync Interfaces" button:
30
+
To sync the interfaces, edit the device and set the new device type and save the device. Then find the "Sync Interfaces" button at the bottom of the page:
31
31

32
32
Mark the required actions with the checkboxes and click "Apply".
0 commit comments