Merge pull request #1356 from aboch/isb

Fix bug in ipsec key rotation
This commit is contained in:
Madhu Venugopal 2016-07-25 19:16:01 -07:00 committed by GitHub
commit f142339334
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ func updateNodeKey(lIP, rIP net.IP, idxs []*spi, curKeys []*key, newIdx, priIdx,
if delIdx != -1 {
// -rSA0
programSA(rIP, lIP, spis[delIdx], nil, reverse, false)
programSA(lIP, rIP, spis[delIdx], nil, reverse, false)
}
if newIdx > -1 {