openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

remove redundant tun0 route #151

Closed danwinship closed 9 years ago

danwinship commented 9 years ago
> ip route
default via 192.168.0.1 dev eth0 
10.1.0.0/16 dev tun0  proto kernel  scope link 
10.1.1.0/24 dev tun0  proto kernel  scope link  src 10.1.1.1 

Rajat says "We should optimize that. The more specific /24 rule gets created because we use ip-tools to configure the ip address on tun0 (which is an internal port to OVS). We will move to go-netlink eventually.. so far no harm though as Brett explained."