Skip to content

Commit

Permalink
feat: BGP connection
Browse files Browse the repository at this point in the history
Support for routing/bgp  #183
  • Loading branch information
vaerh committed May 12, 2023
1 parent 23928a0 commit 3874d90
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 2 deletions.
5 changes: 3 additions & 2 deletions routeros/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ func Provider() *schema.Provider {
"routeros_capsman_security": ResourceCapsManSecurity(),

// Routing
"routeros_routing_table": ResourceRoutingTable(),
"routeros_bgp_template": ResourceBGPTemplate(),
"routeros_routing_table": ResourceRoutingTable(),
"routeros_bgp_connection": ResourceBGPConnection(),
"routeros_bgp_template": ResourceBGPTemplate(),

// VPN
"routeros_ovpn_server": ResourceOpenVPNServer(),
Expand Down
Loading

0 comments on commit 3874d90

Please sign in to comment.