Add ip link devices concurrently Announcing the arrival of Valued Associate #679: Cesar...

How to market an anarchic city as a tourism spot to people living in civilized areas?

Cold is to Refrigerator as warm is to?

Working around an AWS network ACL rule limit

I'm thinking of a number

Limit for e and 1/e

How to say that you spent the night with someone, you were only sleeping and nothing else?

What can I do if my MacBook isn’t charging but already ran out?

Notation for two qubit composite product state

Did the new image of black hole confirm the general theory of relativity?

Why use gamma over alpha radiation?

What's the point in a preamp?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Classification of bundles, Postnikov towers, obstruction theory, local coefficients

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

Do working physicists consider Newtonian mechanics to be "falsified"?

Using "nakedly" instead of "with nothing on"

Statistical model of ligand substitution

Windows 10: How to Lock (not sleep) laptop on lid close?

Blender game recording at the wrong time

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

What did Darwin mean by 'squib' here?

Why is "Captain Marvel" translated as male in Portugal?

Stop battery usage [Ubuntu 18]

How to rotate it perfectly?



Add ip link devices concurrently



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Routing protocols, distance vector vs link stateWhat is a link-local address?iproute and nat across devicesMultiple VPN devices with the same IPhow to route external IP to internal without MASQUERADEHow to connect devices behind Comcast router/modem with devices behind wireless routerDifference between ip link eth down and ip link dev eth downRouter's IP and devices external IP are differentLink Local Addressing - Communication with Routable AddressesNetwork connectivity interruptions on bridge in case a new device is added or removed





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I need to add/delete ip link devices like bridge and tunnels concurrently with low latency.
Currently adding a tunnel, a bridge and connecting them at 5 TPS turns to be in seconds if some devices are getting deleted in parallel.



I use commands



sudo ip link add name bridge type bridge


What should be done to reduce the latency?
Or what other tech I can use apart from ip link if available









share







New contributor




Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I need to add/delete ip link devices like bridge and tunnels concurrently with low latency.
    Currently adding a tunnel, a bridge and connecting them at 5 TPS turns to be in seconds if some devices are getting deleted in parallel.



    I use commands



    sudo ip link add name bridge type bridge


    What should be done to reduce the latency?
    Or what other tech I can use apart from ip link if available









    share







    New contributor




    Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I need to add/delete ip link devices like bridge and tunnels concurrently with low latency.
      Currently adding a tunnel, a bridge and connecting them at 5 TPS turns to be in seconds if some devices are getting deleted in parallel.



      I use commands



      sudo ip link add name bridge type bridge


      What should be done to reduce the latency?
      Or what other tech I can use apart from ip link if available









      share







      New contributor




      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I need to add/delete ip link devices like bridge and tunnels concurrently with low latency.
      Currently adding a tunnel, a bridge and connecting them at 5 TPS turns to be in seconds if some devices are getting deleted in parallel.



      I use commands



      sudo ip link add name bridge type bridge


      What should be done to reduce the latency?
      Or what other tech I can use apart from ip link if available







      iptables ip





      share







      New contributor




      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 mins ago









      Prashant SinghPrashant Singh

      11




      11




      New contributor




      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Prashant Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Prashant Singh is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963046%2fadd-ip-link-devices-concurrently%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Prashant Singh is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Prashant Singh is a new contributor. Be nice, and check out our Code of Conduct.













          Prashant Singh is a new contributor. Be nice, and check out our Code of Conduct.












          Prashant Singh is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963046%2fadd-ip-link-devices-concurrently%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Список ссавців Італії Природоохоронні статуси | Список |...

          Українські прізвища Зміст Історичні відомості |...