When I changed community string to something other than “public”, v1/v2 request doesn’t work anymore.
I noticed from the debug prints that “public” is hard coded in add_public(). Is there a way to get around the issue?
Thanks.
Simon
When I changed community string to something other than “public”, v1/v2 request doesn’t work anymore.
I noticed from the debug prints that “public” is hard coded in add_public(). Is there a way to get around the issue?
Thanks.
Simon
Sure, add_public
is an example only! If you need different configuration, please implement your own method in your own code base.