Giter Club home page Giter Club logo

Comments (5)

thombashi avatar thombashi commented on May 29, 2024

tcconfig does support IPv6.

is there a flag I need to set.

Yes. Please add --ipv6 option when you use IPv6 addresses.

An execution example could be found here http://tcconfig.readthedocs.io/en/latest/pages/usage/tcset/index.html#using-ipv6

from tcconfig.

jacenrkohler avatar jacenrkohler commented on May 29, 2024

What order should that be in? currently I'm using the following:
tcset --device --eth0 --direction incoming --delay 500 --network fe80::a00:27ff:fe59:f5a3
I've tried several ways and it keeps telling me "error: unrecognized arguments: --ipv6"
Where in that should the --ipv6 flag go?

from tcconfig.

thombashi avatar thombashi commented on May 29, 2024

@jacenrkohler
Thank you for your additional information.

The option not consider order.
I guess that the error caused from installed tcconfig version in your environment.
tcconfig supported IPv6 since version 0.9.0.
Could you check the installed tcconfig version with tcset --version?
If the version is lower than 0.9.0, please upgrade to tcconfig 0.9.0 with pip install tcconfig --upgrade command.

In my environment (Debian 8.6, tcconfig 0.9.0, Python 2.7.9), your command succeeded.

# tcset --device eth0 --direction incoming --delay 500 --network fe80::a00:27ff:fe59:f5a3 --ipv6
# tcshow --device eth0 --ipv6
{
    "eth0": {
        "outgoing": {},
        "incoming": {
            "network=fe80::a00:27ff:fe59:f5a3/128, protocol=ipv6": {
                "delay": "500.0",
                "rate": "32G"
            }
        }
    }
}

from tcconfig.

jacenrkohler avatar jacenrkohler commented on May 29, 2024

There's the problem. I was on version 0.7.0. Thanks for the help!

from tcconfig.

thombashi avatar thombashi commented on May 29, 2024

It's my pleasure.
I'll close the issue then.

from tcconfig.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.