Changes between Version 14 and Version 15 of OpenFlow/FOAM


Ignore:
Timestamp:
03/11/12 11:17:41 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM

    v14 v15  
    202202oldsliver=<old sliver URN>
    203203newsliver=<new sliver URN>
    204 foamctl show-sliver -s -u $oldsliver --passwd-file=/opt/foam/etc/foampasswd
    205 foamctl show-sliver -s -u $newsliver --passwd-file=/opt/foam/etc/foampasswd
     204foamctl show-sliver -s -u $oldsliver --passwd-file=/opt/foam/etc/foampasswd > old.txt
     205foamctl show-sliver -s -u $newsliver --passwd-file=/opt/foam/etc/foampasswd > new.txt
    206206diff -u old.txt new.txt
    207207}}}