Advertisement
diegolima

OS - Compute Node - ovs-vsctl show

Dec 23rd, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. baca09f1-bed7-4ec7-8add-1dfda16dcf88
  2.     Bridge br-int
  3.         Port patch-tun
  4.             Interface patch-tun
  5.                 type: patch
  6.                 options: {peer=patch-int}
  7.         Port br-int
  8.             Interface br-int
  9.                 type: internal
  10.         Port "tap99137ff1-3f"
  11.             tag: 1
  12.             Interface "tap99137ff1-3f"
  13.         Port "eth1"
  14.             Interface "eth1"
  15.         Port "tap79d216dd-cf"
  16.             tag: 1
  17.             Interface "tap79d216dd-cf"
  18.         Port "tap0e0f0c4a-c5"
  19.             Interface "tap0e0f0c4a-c5"
  20.     Bridge br-tun
  21.         Port patch-int
  22.             Interface patch-int
  23.                 type: patch
  24.                 options: {peer=patch-tun}
  25.         Port br-tun
  26.             Interface br-tun
  27.                 type: internal
  28.         Port "gre-2"
  29.             Interface "gre-2"
  30.                 type: gre
  31.                 options: {in_key=flow, local_ip="10.130.10.11", out_key=flow, remote_ip="10.130.10.201"}
  32.         Port "gre-3"
  33.             Interface "gre-3"
  34.                 type: gre
  35.                 options: {in_key=flow, local_ip="10.130.10.11", out_key=flow, remote_ip="10.130.10.202"}
  36.     ovs_version: "1.10.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement