Marco Marzetti
Marco Marzetti
Hello, Multiple argument locations like the following ``` post_parser = reqparse.RequestParser() post_parser.add_argument( 'sessions', type=list, help='List of sessions to be created', location=['body', 'json'] ) ``` Breaks documentation: ``` -------------------------------------------------------------------------------- ERROR in...
Hello, Running the script below id expect it returns True, but it does not. ```python import json import openconfig_bindings from pyangbind.lib import pybindJSON from pyangbind.lib.serialise import pybindJSONDecoder input = {...
Dear GoBGP community, I need help. I am working on a scenario where GoBGP is receiving about 4 million routes and originates less than 100. Originated routes are added to...
Dear developers, I suggest to support **set next-hop peer-address** through your BGP model As far as i can see it could be achieved by adding PEER under bgp-next-hop-type's enumeration. Here...
I suggest to extend BGP's repeat-n to support user-defined ASns. Options should be: - LAST: Replicate current behavior - uint32: Replicate current behavior but uses user defined ASn instead of...
Dears, First of all, thank you so much for the theme. I love it. I am opening this ticket because i noticed that (at least on my laptop) switch buttons...