Closed AbhishekRamamurthy closed 3 months ago
o/p from debugger, looks like RoutingPolicy.definedSetMap is not initialized.
looks like without bgp.conf RoutingPolicy.definedSetMap doesn't get initialize. To make it work, started bgpd with a default config.
./gobgpd -f bgp.conf
I'm trying to run ListDefinedSet via API and Command line, I keep getting invalid defined-set type: 0.
Command line:
Sample golang code:
Note: No defined set added, just trying to run the command on against a fresh gobgp daemon.