commit | 9ac77e736376157815d5ca4745a6f4fb8ac82bfa | [log] [tgz] |
---|---|---|
author | sathishg <sathish.govindasamy@radisys.com> | Mon Nov 13 23:27:42 2017 +0530 |
committer | sathishg <sathish.govindasamy@radisys.com> | Tue Nov 14 08:39:02 2017 +0530 |
tree | d19c00a3ad2840279a7e44617a17adf745e8d2f3 | |
parent | 1cc083a2341ee46747b45fc76ebf2d87feb5fddd [diff] |
VOL-541 For DHCP Packet Out Via NNI in ASFVOLT16 Incremented version number. Change-Id: Ic7bf9f8abe0d7eec09853a47f9fd12d744beb442
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py index f991efc..2612c28 100644 --- a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py +++ b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py
@@ -1159,6 +1159,8 @@ port_id = 'nni' pkt_info['dest_type'] = 'nni' pkt_info['intf_id'] = 0 + self.log.info('packet-out-is-for-olt-nni') + send_pkt = binascii.unhexlify(str(pkt).encode("HEX")) else: port_id = 'uni-{}'.format(egress_port) logical_port = None
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py index 0d659cb..e5872d6 100644 --- a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py +++ b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
@@ -33,7 +33,7 @@ device_handler_class=Asfvolt16Handler, name='asfvolt16_olt', vendor='Edgecore', - version='0.91', + version='0.92', device_type='asfvolt16_olt') # register for adapter messages self.port = 60001