Skip to content

Commit

Permalink
explicilty specify source IP to use when send traffic over tunnels (#428
Browse files Browse the repository at this point in the history
)
  • Loading branch information
murali-reddy authored May 10, 2018
1 parent 2f39f98 commit 359ab1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/routing/network_routes_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ func (nrc *NetworkRoutingController) injectRoute(path *table.Path) error {

route = &netlink.Route{
LinkIndex: link.Attrs().Index,
Src: nrc.nodeIP,
Dst: dst,
Protocol: 0x11,
}
Expand Down

0 comments on commit 359ab1d

Please sign in to comment.