mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	bump netlink version because of we need to use new version RouteListFiltered
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/vishvananda/netlink/rule.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/vishvananda/netlink/rule.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -8,6 +8,7 @@ import ( | ||||
| // Rule represents a netlink rule. | ||||
| type Rule struct { | ||||
| 	Priority          int | ||||
| 	Family            int | ||||
| 	Table             int | ||||
| 	Mark              int | ||||
| 	Mask              int | ||||
| @@ -20,6 +21,7 @@ type Rule struct { | ||||
| 	OifName           string | ||||
| 	SuppressIfgroup   int | ||||
| 	SuppressPrefixlen int | ||||
| 	Invert            bool | ||||
| } | ||||
|  | ||||
| func (r Rule) String() string { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user