-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50e0484
commit 4f1f450
Showing
1 changed file
with
125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/opiproject/opi-evpn-bridge/compare/v0.1.0...v0.2.0) (2024-01-08) | ||
|
||
|
||
### Features | ||
|
||
* add grpc gw http listener ([2b3f8c6](https://github.com/opiproject/opi-evpn-bridge/commit/2b3f8c6b23b244e25ddf194f2fdfbdc0006efa88)) | ||
* add grpc interceptor to log calls ([421d8f3](https://github.com/opiproject/opi-evpn-bridge/commit/421d8f3bb8eb65e3c494769d0c8957a0dc876912)) | ||
* add initial impl for List funcs ([739af1c](https://github.com/opiproject/opi-evpn-bridge/commit/739af1c5f3bf69b24c7e55df2ae03f5e65dbaa2f)) | ||
* add new inventory service ([e5f1cf8](https://github.com/opiproject/opi-evpn-bridge/commit/e5f1cf80d89ca5cd7725b5f700b5d7b9f3fa99f9)) | ||
* add otel grpc for monitoring ([a509d8c](https://github.com/opiproject/opi-evpn-bridge/commit/a509d8c8728d144b656c8165899fc65aba8e023d)) | ||
* add TLS option for gRPC connection ([5db703d](https://github.com/opiproject/opi-evpn-bridge/commit/5db703d4e0103b222e460c66f450f03a8f207f24)) | ||
* **db:** add redis to compose file ([42afe43](https://github.com/opiproject/opi-evpn-bridge/commit/42afe437686d46845ea8a12821a537044f89bdf5)) | ||
* **frr:** call frr cmds via telnet ([9388351](https://github.com/opiproject/opi-evpn-bridge/commit/938835179ed125549d4d652e1c555da1419075fa)) | ||
* **frr:** enable privileged mode ([1962819](https://github.com/opiproject/opi-evpn-bridge/commit/19628194a1fb966b8805ae1d91f2fbc02306a722)) | ||
* **frr:** get frr address from external config ([c5d770b](https://github.com/opiproject/opi-evpn-bridge/commit/c5d770b689af84fe1cea678c5d79b0a3dc045bc6)) | ||
* **frr:** implement ExitPrivileged mode ([6833728](https://github.com/opiproject/opi-evpn-bridge/commit/683372858e4866d25e4a7de861944428a5c5b538)) | ||
* **frr:** make it an interface and create mockery ([9dafc65](https://github.com/opiproject/opi-evpn-bridge/commit/9dafc6524fcab5f95e1fa88bc868bf9d8c78e0e0)) | ||
* **frr:** replace static config with dynamic grpc ([1367389](https://github.com/opiproject/opi-evpn-bridge/commit/13673895d07ec42e27ae842634dc591c5915cb29)) | ||
* **frr:** send example configuration commands from VRF ([d1fdff8](https://github.com/opiproject/opi-evpn-bridge/commit/d1fdff8095338c3e501e4e5e0a7eb98b88f1b786)) | ||
* **frr:** support multiple ports for multiple services ([a8a8a0f](https://github.com/opiproject/opi-evpn-bridge/commit/a8a8a0ff610f5b6a9b916f5bbdb9cd8bc9568b48)) | ||
* **list:** add more pagination limits to list funcs ([6b042bb](https://github.com/opiproject/opi-evpn-bridge/commit/6b042bbec349a7ff4b7aecb8d4666c20746cc815)) | ||
* **list:** add pagination to list funcs ([71379e5](https://github.com/opiproject/opi-evpn-bridge/commit/71379e557df1718d439a8677fedbdd7373c54a50)) | ||
* **models:** add `created_at` and `updated_at` timestamps ([695ff86](https://github.com/opiproject/opi-evpn-bridge/commit/695ff86d9f174f387f2f1d2478bbed40fc5eab10)) | ||
* **models:** add EvpnObject interface ([dda8c55](https://github.com/opiproject/opi-evpn-bridge/commit/dda8c55193c68a341e25bc722bea6497d9a66a81)) | ||
* **models:** add name field and getname method ([6d90041](https://github.com/opiproject/opi-evpn-bridge/commit/6d90041c12c5ef629d4e9431ffa0e186a9355929)) | ||
* **models:** add new package to handle protobuf translation ([4a6e6dd](https://github.com/opiproject/opi-evpn-bridge/commit/4a6e6ddf5f4e2ee5973757c0c37cf695eaf01153)) | ||
* **netlink:** add context in tests as well ([bcf0a95](https://github.com/opiproject/opi-evpn-bridge/commit/bcf0a95e3bba15a601507aab9e2988955a66ed78)) | ||
* **netlink:** pass context to all functions ([60880b2](https://github.com/opiproject/opi-evpn-bridge/commit/60880b263947ad9defc856a3c5ea01657d389ef5)) | ||
* **otel:** add more frr attributes ([a58884e](https://github.com/opiproject/opi-evpn-bridge/commit/a58884eddac21ee3e3f19c1fb0f6ab47f41793a7)) | ||
* redis address configurable ([e6261eb](https://github.com/opiproject/opi-evpn-bridge/commit/e6261eb14b8d80655537720de459f7f8019c24be)) | ||
* **redis:** test connection to redis ([7ac1063](https://github.com/opiproject/opi-evpn-bridge/commit/7ac1063f6e59279ce71753a0016950a1afaa12db)) | ||
* **store:** replace Bridges map with gokv.Store abstraction ([11ecce4](https://github.com/opiproject/opi-evpn-bridge/commit/11ecce433ff1b275c3e7db94341cc0f5e4e6997e)) | ||
* **store:** replace List methods with gokv.Store abstraction ([34c4d56](https://github.com/opiproject/opi-evpn-bridge/commit/34c4d56fe67760089bfb6347a2f38b368938cc3f)) | ||
* **store:** replace Ports map with gokv.Store abstraction ([878ec09](https://github.com/opiproject/opi-evpn-bridge/commit/878ec093f5ae9056c1ed7f70bb17b64fc5b11d5b)) | ||
* **store:** replace SVIs map with gokv.Store abstraction ([99a0583](https://github.com/opiproject/opi-evpn-bridge/commit/99a0583e31da7c038cbf570ffb3b0fba45aa0d6c)) | ||
* **store:** replace VRFs map with gokv.Store abstraction ([23a71e7](https://github.com/opiproject/opi-evpn-bridge/commit/23a71e7eb9c45fd5c3085336e1502e8fd738401f)) | ||
* **store:** use gokv pkg to abstract persistant store ([eb9d97b](https://github.com/opiproject/opi-evpn-bridge/commit/eb9d97b2eafa4d84c4badf71aa2dcb211aa08a73)) | ||
* **store:** use proto marshal instead of json ([073716d](https://github.com/opiproject/opi-evpn-bridge/commit/073716d250d02991df24f2d512cfe1740411bc3f)) | ||
* **svi:** implement frr command ([ca31b7b](https://github.com/opiproject/opi-evpn-bridge/commit/ca31b7b9a1dbf7af58c4fb3abd4d5882fae35378)) | ||
* **svi:** prepare for FRR config in create and delete ([158ad22](https://github.com/opiproject/opi-evpn-bridge/commit/158ad22cd7be44aba9679774f3becbf8c50f49f5)) | ||
* **trace:** add link name to nested netlink trace ([2af0f0d](https://github.com/opiproject/opi-evpn-bridge/commit/2af0f0dbdb9128187d1323086258e533e8503e08)) | ||
* **trace:** add nested traces for FRR commands ([e28dc40](https://github.com/opiproject/opi-evpn-bridge/commit/e28dc40fe01a293f580791e7e3810e3e9a7ac301)) | ||
* **trace:** add nested traces to netlink ([f66de49](https://github.com/opiproject/opi-evpn-bridge/commit/f66de498cb2a634311eafe1e0ff304446d24c3e6)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add deprecation note for docker-compose ([bf70e3a](https://github.com/opiproject/opi-evpn-bridge/commit/bf70e3a665f974c541cd1cb13586da717c180fa9)) | ||
* **ci:** make pvid untagged work ([1f85231](https://github.com/opiproject/opi-evpn-bridge/commit/1f8523198ce28d6e56ec615f5c50f07e798635e2)) | ||
* **ci:** remove ARP per code review ([25ccd49](https://github.com/opiproject/opi-evpn-bridge/commit/25ccd49261a316fc19e6dacdb7e278bab7e18ae0)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 00e9f8d ([7e10fd2](https://github.com/opiproject/opi-evpn-bridge/commit/7e10fd2db6802098f35ed01b6b1ddeefaa4ed70b)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 02d3827 ([ee42308](https://github.com/opiproject/opi-evpn-bridge/commit/ee423087586924293e376f92ec096ee4ac2d7bd8)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 30a342b ([1c079a2](https://github.com/opiproject/opi-evpn-bridge/commit/1c079a21423fb8f8674a661c9dbcce1cfd3ba989)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 67b3821 ([1845c1e](https://github.com/opiproject/opi-evpn-bridge/commit/1845c1e830666786ca834a29cd7305ef180e90d3)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 7979f3e ([4d7ca42](https://github.com/opiproject/opi-evpn-bridge/commit/4d7ca4295856c7e3f0627d496d5f915eb6521b88)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 7b62be4 ([ec2a361](https://github.com/opiproject/opi-evpn-bridge/commit/ec2a361ae0f8db2042e3b36b3ad2a5783033dde5)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 7e87754 ([efe71e8](https://github.com/opiproject/opi-evpn-bridge/commit/efe71e87bc183fcf3a04e5f73612b97ba8b65b06)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 8df008b ([cef816e](https://github.com/opiproject/opi-evpn-bridge/commit/cef816e9c83596d4d7a90fb8933300f478b79525)) | ||
* **deps:** update github.com/opiproject/opi-api digest to 94550f5 ([dce69f1](https://github.com/opiproject/opi-evpn-bridge/commit/dce69f1c23c2cbfa69956fca8298f4d6ba46e060)) | ||
* **deps:** update github.com/opiproject/opi-api digest to afce425 ([169f0b3](https://github.com/opiproject/opi-evpn-bridge/commit/169f0b3815d7c665342457684cc262dd7bad9e1a)) | ||
* **deps:** update github.com/opiproject/opi-api digest to b990048 ([e5e7373](https://github.com/opiproject/opi-evpn-bridge/commit/e5e73734558b49e9cd3cf7e3f007dcf88e842ca3)) | ||
* **deps:** update github.com/opiproject/opi-api digest to b9b5358 ([72d4dca](https://github.com/opiproject/opi-evpn-bridge/commit/72d4dcad085ab6645fe4ff994f6064f85b049395)) | ||
* **deps:** update github.com/opiproject/opi-api digest to ec55946 ([e630717](https://github.com/opiproject/opi-evpn-bridge/commit/e630717fe939367e080f6fbc8a57acc5c3347371)) | ||
* **deps:** update github.com/opiproject/opi-api digest to f307f1a ([24b0bf2](https://github.com/opiproject/opi-evpn-bridge/commit/24b0bf21b5234405a54346f6b585c2c3952c9d19)) | ||
* **deps:** update github.com/opiproject/opi-api digest to fe751a6 ([f3484c8](https://github.com/opiproject/opi-evpn-bridge/commit/f3484c85e2f0eb295cf88fff93193d61871c2d62)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 0082ec9 ([82ae7ac](https://github.com/opiproject/opi-evpn-bridge/commit/82ae7acb1a8408ec1ce6f5f7655c99c25199ff2e)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 3810763 ([9183333](https://github.com/opiproject/opi-evpn-bridge/commit/9183333e973c929416f0ace6401e1b515b23ce12)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 39d25de ([87b1cd5](https://github.com/opiproject/opi-evpn-bridge/commit/87b1cd57fb2392b4af672e2fa0e981a812fc0e84)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 42d9a10 ([253ad68](https://github.com/opiproject/opi-evpn-bridge/commit/253ad6846b0d01c695377f702cddaff4fcfe26fe)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 4953908 ([3a8a2d7](https://github.com/opiproject/opi-evpn-bridge/commit/3a8a2d7c78422addb3696ebae102b5ada03c08fe)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 529b43a ([fa69fe4](https://github.com/opiproject/opi-evpn-bridge/commit/fa69fe48c808a8210becfc50171b1dd769fad6dc)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 70db772 ([b5fc687](https://github.com/opiproject/opi-evpn-bridge/commit/b5fc68734c85b15fa06b7eea493ce9eda66876f0)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 71ff936 ([39683f6](https://github.com/opiproject/opi-evpn-bridge/commit/39683f62a1c97f11c3a4a0afcaddcdff45e17f76)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 842ba3f ([fe59a40](https://github.com/opiproject/opi-evpn-bridge/commit/fe59a400e4dcc32512a34f9647bf1fa7f2b6335a)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 9e34bad ([44e70c3](https://github.com/opiproject/opi-evpn-bridge/commit/44e70c3840bd69bb9810fbce53bae4254124e5a8)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to bbddb63 ([ede704d](https://github.com/opiproject/opi-evpn-bridge/commit/ede704db5363d43c257abdc4e3e18c1a940b5817)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to c00b347 ([2dad3c9](https://github.com/opiproject/opi-evpn-bridge/commit/2dad3c942e80daf20832524272dc8629bad0aea6)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to c6a3b5c ([1f95b27](https://github.com/opiproject/opi-evpn-bridge/commit/1f95b27c397a5b26ee3d9389f1641ee1544dd8c9)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to ce6b7d8 ([8a26d92](https://github.com/opiproject/opi-evpn-bridge/commit/8a26d92fe9d2b1caea7ac1877749015efa1f013c)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to e507486 ([550f2b3](https://github.com/opiproject/opi-evpn-bridge/commit/550f2b35947c3dab56c9ec198a935a0f3e590b47)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to e57f214 ([b74d4a3](https://github.com/opiproject/opi-evpn-bridge/commit/b74d4a3ec18554963e83e550647e22898e0ad026)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to ed2cf72 ([b079ec2](https://github.com/opiproject/opi-evpn-bridge/commit/b079ec285c2ac796f732e9c864bb8cc25e6c5a8a)) | ||
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to f6b1ccd ([1b5cdea](https://github.com/opiproject/opi-evpn-bridge/commit/1b5cdeaf4e9dbc3d7c0ba3d93ea3325485faaedd)) | ||
* **deps:** update module github.com/golangci/golangci-lint to v1.55.0 ([f8f40bc](https://github.com/opiproject/opi-evpn-bridge/commit/f8f40bc2f1d4d0f42ffea2cd69399d7fbbed6ccd)) | ||
* **deps:** update module github.com/golangci/golangci-lint to v1.55.1 ([3ae6edc](https://github.com/opiproject/opi-evpn-bridge/commit/3ae6edc02e5c2282dd93c8939d8266df764eed95)) | ||
* **deps:** update module github.com/google/uuid to v1.3.1 ([f224488](https://github.com/opiproject/opi-evpn-bridge/commit/f224488e546e0398b020ecd0457416cd61c37611)) | ||
* **deps:** update module github.com/google/uuid to v1.4.0 ([cbc77e5](https://github.com/opiproject/opi-evpn-bridge/commit/cbc77e5eec2e27edd9cae4b1d54669754f431482)) | ||
* **deps:** update module github.com/google/uuid to v1.5.0 ([916805f](https://github.com/opiproject/opi-evpn-bridge/commit/916805f11653c92c1762df58f9d8e9cc2d157852)) | ||
* **deps:** update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.0 ([6e1e92c](https://github.com/opiproject/opi-evpn-bridge/commit/6e1e92c295275f1e377703cedd66ca39a186375a)) | ||
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.12.1 ([0ad63e7](https://github.com/opiproject/opi-evpn-bridge/commit/0ad63e7ca0fd94f0c54648971b0ef2be1bde5e72)) | ||
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.0 ([cfe521d](https://github.com/opiproject/opi-evpn-bridge/commit/cfe521df9421396de140759925729c75ce4cdc94)) | ||
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.2 ([a0330fc](https://github.com/opiproject/opi-evpn-bridge/commit/a0330fc3cb9d512ae92ecaea962f05d7de40d8f1)) | ||
* **deps:** update module github.com/philippgille/gokv to v0.6.0 ([b55b04c](https://github.com/opiproject/opi-evpn-bridge/commit/b55b04c09e1fb5397cc81b4765b31d66059dd185)) | ||
* **deps:** update module github.com/vektra/mockery to v2 ([7e5f972](https://github.com/opiproject/opi-evpn-bridge/commit/7e5f972ae5faf30d2344cf6049c4f3fec9f3c12f)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.34.0 ([eb1cfcb](https://github.com/opiproject/opi-evpn-bridge/commit/eb1cfcb020baa43b6181ebda5e0f84ebd6a9e7ae)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.34.2 ([a2610f6](https://github.com/opiproject/opi-evpn-bridge/commit/a2610f68da4aee38a1018464cb2af20594899764)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.35.2 ([0829010](https://github.com/opiproject/opi-evpn-bridge/commit/0829010ea5107f11fdd418534ee37bde55e185ba)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.35.4 ([0800930](https://github.com/opiproject/opi-evpn-bridge/commit/0800930550e5d1e36e80480a2ef92733ab28db42)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.36.0 ([e67bc9d](https://github.com/opiproject/opi-evpn-bridge/commit/e67bc9d61c7eb0a6c7c77fe129ce9c79a6eb9c95)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.37.0 ([3ef0378](https://github.com/opiproject/opi-evpn-bridge/commit/3ef03787bb618b0bcb52f0fccbf34327baf88bea)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.37.1 ([ce0e7ab](https://github.com/opiproject/opi-evpn-bridge/commit/ce0e7ab1f70b13f4f80e329635c5fe6955fb582c)) | ||
* **deps:** update module github.com/vektra/mockery/v2 to v2.38.0 ([9046c62](https://github.com/opiproject/opi-evpn-bridge/commit/9046c620d64713e1935bf2b54e668fd8b0bf4dbb)) | ||
* **deps:** update module go.einride.tech/aip to v0.63.0 ([33e7614](https://github.com/opiproject/opi-evpn-bridge/commit/33e7614ffa02a6a10030d1eab6bc931caf58e3e5)) | ||
* **deps:** update module go.einride.tech/aip to v0.65.0 ([832a869](https://github.com/opiproject/opi-evpn-bridge/commit/832a86996a5e031d557ea96dc16d31f09daf867d)) | ||
* **deps:** update module go.einride.tech/aip to v0.66.0 ([9b99f27](https://github.com/opiproject/opi-evpn-bridge/commit/9b99f27f4a14a4e76adfa088d94f3e6d490a3dc9)) | ||
* **deps:** update module golang.org/x/tools to v0.13.0 ([d1f2144](https://github.com/opiproject/opi-evpn-bridge/commit/d1f2144b2d252fc5d43da0d774cc62ceb1717f61)) | ||
* **deps:** update module golang.org/x/tools to v0.14.0 ([405d63b](https://github.com/opiproject/opi-evpn-bridge/commit/405d63bad6845938596b1b272ea1ba301edc26f3)) | ||
* **deps:** update module golang.org/x/tools to v0.15.0 ([b295a3b](https://github.com/opiproject/opi-evpn-bridge/commit/b295a3b5545ab00eeb6829d78592f3e5e246bc1b)) | ||
* **deps:** update module golang.org/x/tools to v0.16.0 ([19e48c4](https://github.com/opiproject/opi-evpn-bridge/commit/19e48c4efe52e64a53471e059ff16dadb7d1e363)) | ||
* **deps:** update module golang.org/x/tools to v0.16.1 ([c0c75a9](https://github.com/opiproject/opi-evpn-bridge/commit/c0c75a9b324f8795426abfa608993fe696e6427c)) | ||
* **deps:** update module google.golang.org/grpc to v1.58.0 ([0edf498](https://github.com/opiproject/opi-evpn-bridge/commit/0edf498af715528d8aee4025efd5a91d928d4101)) | ||
* **deps:** update module google.golang.org/grpc to v1.58.1 ([3c52616](https://github.com/opiproject/opi-evpn-bridge/commit/3c52616eeb6018844876d7a788fb009edc8dc102)) | ||
* **deps:** update module google.golang.org/grpc to v1.58.3 ([a725347](https://github.com/opiproject/opi-evpn-bridge/commit/a725347a7aadf5447af740d65db4adcc83079ca1)) | ||
* **deps:** update module google.golang.org/grpc to v1.59.0 ([53bb391](https://github.com/opiproject/opi-evpn-bridge/commit/53bb391e5c4193ed76c79a64cf7214cbba36056d)) | ||
* **deps:** update module google.golang.org/grpc to v1.60.0 ([335d9bc](https://github.com/opiproject/opi-evpn-bridge/commit/335d9bcd91030139f0d0d87523483f0342d44e79)) | ||
* **deps:** update module google.golang.org/grpc to v1.60.1 ([716b452](https://github.com/opiproject/opi-evpn-bridge/commit/716b45254fc269bcd0769125c255a6a3e7e4b15c)) | ||
* **deps:** update module google.golang.org/protobuf to v1.32.0 ([a42ee77](https://github.com/opiproject/opi-evpn-bridge/commit/a42ee777615c4fbb37b85c305526f80c97216cd4)) | ||
* **deps:** update module otelgrpc to v0.46.0 ([7204ec6](https://github.com/opiproject/opi-evpn-bridge/commit/7204ec63baefe2f6162a9e149a8bd0f27fe52bc5)) | ||
* **deps:** update module otelgrpc to v0.46.1 ([c361983](https://github.com/opiproject/opi-evpn-bridge/commit/c3619835bd20bf9dc79279a693b7f08ed0ca84a0)) | ||
* **deps:** update opentelemetry-go monorepo to v1.21.0 ([8e9fe5b](https://github.com/opiproject/opi-evpn-bridge/commit/8e9fe5b96275c950977e389aa6c5e0e3b99f152e)) | ||
* **frr:** change telnet port ([ff401db](https://github.com/opiproject/opi-evpn-bridge/commit/ff401db4199cbecbc097728e84b2abf0f8e3729d)) | ||
* **frr:** support multi-line commands ([f500bd3](https://github.com/opiproject/opi-evpn-bridge/commit/f500bd349c1eda496c4e0dc326104bed26955817)) | ||
* **port:** change TRUNK to ACCESS ([13d2187](https://github.com/opiproject/opi-evpn-bridge/commit/13d21878f006ac4ddf975614c48e908b5304cf4a)), closes [#104](https://github.com/opiproject/opi-evpn-bridge/issues/104) |