forked from mirrors/linux
		
	tc-tests: added path to ip command in tdc
This macro $IP will be used in upcoming tc tests, which require to create interfaces etc. Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									871e846585
								
							
						
					
					
						commit
						92c1a19e2f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -10,6 +10,8 @@ Copyright (C) 2017 Lucas Bates <lucasb@mojatatu.com>
 | 
				
			||||||
NAMES = {
 | 
					NAMES = {
 | 
				
			||||||
          # Substitute your own tc path here
 | 
					          # Substitute your own tc path here
 | 
				
			||||||
          'TC': '/sbin/tc',
 | 
					          'TC': '/sbin/tc',
 | 
				
			||||||
 | 
					          # Substitute your own ip path here
 | 
				
			||||||
 | 
					          'IP': '/sbin/ip',
 | 
				
			||||||
          # Name of veth devices to be created for the namespace
 | 
					          # Name of veth devices to be created for the namespace
 | 
				
			||||||
          'DEV0': 'v0p0',
 | 
					          'DEV0': 'v0p0',
 | 
				
			||||||
          'DEV1': 'v0p1',
 | 
					          'DEV1': 'v0p1',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue