We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff1d89 commit 1b2fea0Copy full SHA for 1b2fea0
feature/gribi/otg_tests/gribi_to_bgp_redistribution/README.md
@@ -56,16 +56,14 @@ This test validates the gRIBI route redistribution from gRIBI to BGP for IPv4 in
56
"table-connections": {
57
"table-connection": [
58
{
59
- "src-protocol": "GRIBI",
60
- "dst-protocol": "BGP",
61
- "address-family": "IPV4",
+ "src-protocol": "openconfig-policy-types:GRIBI",
+ "dst-protocol": "openconfig-policy-types:BGP",
+ "address-family": "openconfig-types:IPV4",
62
"config": {
63
64
65
"import-policy": [
66
"GRIBI-TO-BGP"
67
],
68
- "src-protocol": "GRIBI"
+ "default-import-policy": "REJECT_ROUTE"
69
}
70
71
]
0 commit comments