Skip to content

Commit

Permalink
Removed IPSec keys with gRIBI its already covered in gNMI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Oct 18, 2024
1 parent f5566ae commit e5854e7
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions feature/gribi/otg_tests/mpls_in_udp_ipsec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,36 +156,6 @@ network_instances: {
}
}
}
network_instances: {
network_instance: {
afts { #TODO add valid key currently installed in hardware
keychains {
keychain {
keys {
key {
key-id: 0x125 # SPI value
crypto-algorithm: CRYPTO_NONE
secret-key: "abc"
send-lifetime {
config {
start-time: 1727414006
end-time: 17274510000
}
}
receive-lifetime {
config {
start-time: 1727415000
end-time: 17274520000
}
}
}
}
}
}
}
}
}
```

### TE-18.1.2 Extract SPI and Decapsulate using keys with gRIBI aft modify
Expand Down Expand Up @@ -310,36 +280,6 @@ network_instances: {
}
}
}
network_instances: {
network_instance: {
afts { #TODO add valid key currently installed in hardware
keychains {
keychain {
keys {
key {
key-id: 0x125 # SPI value
crypto-algorithm: CRYPTO_NONE
secret-key: "abc"
send-lifetime {
config {
start-time: 1727414006
end-time: 17274510000
}
}
receive-lifetime {
config {
start-time: 1727415000
end-time: 17274520000
}
}
}
}
}
}
}
}
}
```


Expand Down

0 comments on commit e5854e7

Please sign in to comment.