From: Guilherme Sperb Machado Date: Tue, 16 Sep 2014 23:09:48 +0000 (+0200) Subject: just included the ipv6 to the Accessors' init X-Git-Tag: plcapi-5.3-6~5 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=80bb4847a04245a1020d8a6f3b01f775339bf68b just included the ipv6 to the Accessors' init --- diff --git a/PLC/Accessors/Accessors_ipv6.py b/PLC/Accessors/Accessors_ipv6.py index 6252074..fb736db 100644 --- a/PLC/Accessors/Accessors_ipv6.py +++ b/PLC/Accessors/Accessors_ipv6.py @@ -19,6 +19,6 @@ define_accessors(current_module, Interface, "SliversIPv6Prefix", "sliversipv6pre #### IPv6 address assigned to the sliver of a particular node! define_accessors(current_module, Slice, "IPv6Address", "ipv6_address", - "slice/usertools","IPv6 address assigned to the sliver on a particular node", + "slice/usertools","IPv6 address assigned to the sliver in a particular node", set_roles=all_roles, expose_in_api=True) diff --git a/PLC/Accessors/__init__.py b/PLC/Accessors/__init__.py index 60553e3..e2f7db4 100644 --- a/PLC/Accessors/__init__.py +++ b/PLC/Accessors/__init__.py @@ -6,5 +6,6 @@ Accessors_myslice Accessors_wireless Accessors_sliverauth Accessors_site +Accessors_ipv6 Accessors_vicci """.split()