~ubuntu-branches/ubuntu/quantal/iproute/quantal-proposed

« back to all changes in this revision

Viewing changes to ip/iplink.c

  • Committer: Package Import Robot
  • Author(s): Chris J Arges
  • Date: 2014-02-24 11:42:46 UTC
  • Revision ID: package-import@ubuntu.com-20140224114246-cve1ug8fc4mmmby8
Tags: 20120521-3ubuntu1.2
Fix performance issues with large numbers of interfaces. (LP: #1281366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
                }
513
513
        }
514
514
 
515
 
        ll_init_map(&rth);
516
 
 
517
515
        if (!(flags & NLM_F_CREATE)) {
518
516
                if (!dev) {
519
517
                        fprintf(stderr, "Not enough information: \"dev\" "