question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error using fdb on > 0.1.8

See original GitHub issue

I’m using the development branch of code and getting the following error when trying to access the network fdb icontrol.exceptions.iControlUnexpectedHTTPError: 400 Unexpected Error: Bad Request for uri: https://10.1.1.2:443/mgmt/tm/net/fdbs/tunnel/~Common~vxlan-flannel-tun?ver=11.5.0 Text: u’{“code”:400,“message”:“Found unexpected URI tmapi_mapper/net/fdbs/tunnel/~Common~vxlan-flannel-tun.”,“errorStack”:[],“apiError”:1}’

Seems OK in previous versions. But it’s possible I’m not using it correctly.

Here’s the code:

            payload = {
                "partition": "Common",
                "name": vxlan_tunnel_name
            }
            tun_fdb = mgmt.tm.net.fdbs.tunnels.tunnel.load(**payload)

Would be useful to be able to populate the records as well… Similar to what is documented at: view-source:https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos-implementations-12-0-0/9.html “manually populating L2 location records”

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
zancascommented, Jul 7, 2016

@chen23 Thanks for reporting this!

0reactions
zancascommented, Jul 7, 2016

So, the correct class name is “Fdb” and the correct class type is “OrganizingCollection”. We’ll have a fix on development by the end of the day. I’ll tag the correct version with a bugfix tag. @chen23

Read more comments on GitHub >

github_iconTop Results From Across the Web

lein uberjar fails with type hints in graph.clj · Issue #34 - GitHub
I am using byte-streams library for clj_fdb. When I try to create a uberjar on the master I have the below error. I...
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
systemPrefs with at least two files" status:RESOLVED resolution:OBSOLETE severity:normal ... Bug:468208 - "media-libs/babl-0.1.(8|10) fails to compile with ...
Read more >
L2pop flows are lost after OVS agent restart - Launchpad Bugs
Broadcast AND UC flows missing if: - A network tries to add fdb flows before vlanmanager allocated, and no other network has created...
Read more >
1976578 – IP connectivity is lost after migration (with multus)
This bug is flaky, so I'm saying this with caution - I wasn't able to > recreate the bug when KMP was disabled...
Read more >
Multi-Chassis Link Aggregation - MLAG | Cumulus Linux 4.2
When you use MLAG with VRR, set up a routed adjacency across the peerlink.4094 interface. If a routed connection is not built across...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found