From 0838f3d58a56f63f715156cea110426e6e514f45 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Tue, 17 Jun 2014 12:19:04 +0100 Subject: [PATCH] Change ADSL-Agent-Circuit-ID and ADSL-Agent-Remote-ID to octets types as per RFC 4679 --- share/dictionary.rfc4679 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/dictionary.rfc4679 b/share/dictionary.rfc4679 index 4ce1920b5541..bb71af8cd946 100644 --- a/share/dictionary.rfc4679 +++ b/share/dictionary.rfc4679 @@ -15,8 +15,8 @@ BEGIN-VENDOR ADSL-Forum # The first two attributes are prefixed with "ADSL-" because of # conflicting names in dictionary.redback. # -ATTRIBUTE ADSL-Agent-Circuit-Id 1 string -ATTRIBUTE ADSL-Agent-Remote-Id 2 string +ATTRIBUTE ADSL-Agent-Circuit-Id 1 octets +ATTRIBUTE ADSL-Agent-Remote-Id 2 octets ATTRIBUTE Actual-Data-Rate-Upstream 129 integer ATTRIBUTE Actual-Data-Rate-Downstream 130 integer ATTRIBUTE Minimum-Data-Rate-Upstream 131 integer