aboutsummaryrefslogtreecommitdiffstats
path: root/samples/openconfig-local-routing/create-prefix-entry.json
diff options
context:
space:
mode:
Diffstat (limited to 'samples/openconfig-local-routing/create-prefix-entry.json')
-rw-r--r--samples/openconfig-local-routing/create-prefix-entry.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/openconfig-local-routing/create-prefix-entry.json b/samples/openconfig-local-routing/create-prefix-entry.json
new file mode 100644
index 0000000..372c873
--- /dev/null
+++ b/samples/openconfig-local-routing/create-prefix-entry.json
@@ -0,0 +1,11 @@
+{
+ "openconfig-local-routing:local-routes": {
+ "static-routes": {
+ "static": [
+ {
+ "prefix": "8.0.0.0/8"
+ }
+ ]
+ }
+ }
+}