ttl255-netbox-plugin-bgppeering icon indicating copy to clipboard operation
ttl255-netbox-plugin-bgppeering copied to clipboard

Example NetBox plugin - Tracking BGP Peering connections

Results 3 ttl255-netbox-plugin-bgppeering issues
Sort by recently updated
recently updated
newest added

Hi, in the following file [bgppeering_delete.html](https://github.com/progala/ttl255-netbox-plugin-bgppeering/blob/main/netbox_bgppeering/templates/netbox_bgppeering/bgppeering_delete.html#L15) the primary key referenced at Line 15 is wrong. Change: `pk=bgppeering.pk` To: `pk=object.pk` otherwise http 500 is raised.

Hello, I'd like to first thank you for a wonderful blog series! I am working on building a VOIP plugin for Netbox but am stuck at the point where you...

Was happy to find this plugin, have not yet tested it. I would suggest adding a 'Peer Type' where it's one of these, at bare minimum, and perhaps configurable choices,...