Updated git submodules
[docs.git] / docs / user-guide / network-intent-composition-(nic)-user-guide.rst
index c2606fd747a3da92d45f8d274970fc251c7496f4..06de306ceefcd5b6cca7900af5dcf272120a6bd7 100644 (file)
@@ -1,3 +1,5 @@
+.. _nic-user-guide:
+
 Network Intent Composition (NIC) User Guide
 ===========================================
 
@@ -257,7 +259,7 @@ Replace <Controller IP> based on your environment.
 Downloading and deploy Karaf distribution
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
--  Get the Beryllium distribution.
+-  Get the Boron distribution.
 
 -  Unzip the downloaded zip distribution.
 
@@ -288,10 +290,10 @@ Simple Mininet topology
         def __init__( self ):
             "Create custom topo."
 
-            
+
         Topo.__init__( self )
 
-            
+
             Switch1 = self.addSwitch( 's1' )
             Switch2 = self.addSwitch( 's2' )
             Switch3 = self.addSwitch( 's3' )
@@ -301,9 +303,9 @@ Simple Mininet topology
             Host21 = self.addHost( 'h3' )
             Host22 = self.addHost( 'h4' )
             Host23 = self.addHost( 'h5' )
-            Service1 = self.addHost( 'srvc1' ) 
+            Service1 = self.addHost( 'srvc1' )
+
 
-        
             self.addLink( Host11, Switch1 )
             self.addLink( Host12, Switch1 )
             self.addLink( Host21, Switch2 )