1. 20 Jul, 2015 1 commit
    • Roopa Prabhu's avatar
      support batching of ip route get commands · 56d8ff0a
      Roopa Prabhu authored
      This patch replaces exits with returns in
      ip route get command handling. This allows batching
      of ip route get commands.
      
      $cat route_get_batch.txt
      route get 10.0.14.2
      route get 12.0.14.2
      route get 10.0.14.4
      
      $ip -batch route_get_batch.txt
      local 10.0.14.2 dev lo  src 10.0.14.2
          cache <local>
      12.0.14.2 via 192.168.0.2 dev eth0  src 192.168.0.15
          cache
      10.0.14.4 dev dummy0  src 10.0.14.2
          cache
      Signed-off-by: default avatarRoopa Prabhu <roopa@cumulusnetworks.com>
      56d8ff0a
  2. 06 Jul, 2015 4 commits
  3. 26 Jun, 2015 15 commits
  4. 25 Jun, 2015 19 commits
  5. 28 May, 2015 1 commit