aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb/FIB.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/honeycomb/FIB.py')
-rw-r--r--resources/libraries/python/honeycomb/FIB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/FIB.py b/resources/libraries/python/honeycomb/FIB.py
index a5e8ba9bae..bfccf5a029 100644
--- a/resources/libraries/python/honeycomb/FIB.py
+++ b/resources/libraries/python/honeycomb/FIB.py
@@ -85,7 +85,7 @@ class FibKeywords(object):
{
"table-id": vrf,
"address-family": "vpp-fib-table-management:{0}"
- .format(ip_version),
+ .format(ip_version),
"name": "{0}-VRF:{1}".format(ip_version, vrf)
}
]