aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-11 14:28:48 -0800
committerBen Pfaff <blp@nicira.com>2010-01-26 09:46:42 -0800
commitbda8868801ebe49b785f4810e055fb6bf80a1dc6 (patch)
tree31da89eb11c32696f60bda0117ac0354b2edf41c /vswitchd
parent58fbee4664788d779ad7b0e57c3dd420adca9221 (diff)
vswitch: Remove redundant "internal" column from Interface table.
This column's function is now served by the "type" column, which is set to "internal" to mark an interface as internal.
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch-idl.ovsidl3
1 files changed, 0 insertions, 3 deletions
diff --git a/vswitchd/vswitch-idl.ovsidl b/vswitchd/vswitch-idl.ovsidl
index 128e8f1a..8726ba30 100644
--- a/vswitchd/vswitch-idl.ovsidl
+++ b/vswitchd/vswitch-idl.ovsidl
@@ -115,9 +115,6 @@
"options": {
"comment": "Configuration options whose interpretation varies based on \"type\".",
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
- "internal": {
- "comment": "An \"internal\" port is one that is implemented in software as a logical device.",
- "type": "boolean"},
"ingress_policing_rate": {
"comment": "Maximum rate for data received on this interface, in kbps. Set to 0 to disable policing.",
"type": "integer"},