mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	Merge pull request #141 from kroy-the-rabbit/bridgefix
[Bridging]: Fixing bad example
This commit is contained in:
		
						commit
						aa285d2c01
					
				| @ -10,8 +10,8 @@ we will be creating a bridge for VLAN 100 and assigning a VIF to the bridge. | |||||||
| .. code-block:: sh | .. code-block:: sh | ||||||
| 
 | 
 | ||||||
|   set interfaces bridge 'br100' |   set interfaces bridge 'br100' | ||||||
|   ~~set interfaces ethernet eth1 vif 100 bridge-group bridge br100~~ |   set interfaces ethernet eth1 vif 100  | ||||||
|     set interfaces bridge br100 member interface eth1 |   set interfaces bridge br100 member interface eth1.100 | ||||||
|      |      | ||||||
| Interfaces assigned to a bridge-group do not have address configuration. An IP | Interfaces assigned to a bridge-group do not have address configuration. An IP | ||||||
| address can be assigned to the bridge interface itself, however, like any | address can be assigned to the bridge interface itself, however, like any | ||||||
| @ -34,9 +34,6 @@ Example Result: | |||||||
|   ethernet eth1 { |   ethernet eth1 { | ||||||
|   [...] |   [...] | ||||||
|       vif 100 { |       vif 100 { | ||||||
|           bridge-group { |  | ||||||
|               bridge br100 |  | ||||||
|           } |  | ||||||
|       } |       } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user