diff --git a/devapp/expect_scripts/f601.py b/devapp/expect_scripts/f601.py index d1ebba6..81b3f6c 100644 --- a/devapp/expect_scripts/f601.py +++ b/devapp/expect_scripts/f601.py @@ -10,13 +10,14 @@ def get_onu_template(vlan_id: int, mac_addr: str): 'tcont 1 profile HSI_100', 'gemport 1 unicast tcont 1 dir both', 'switchport mode hybrid vport 1', - 'switchport vlan %d tag vport 1' % vlan_id, + 'service-port 1 vport 1 user-vlan %d vlan %d' % (vlan_id, vlan_id), 'port-location format flexible-syntax vport 1', 'port-location sub-option remote-id enable vport 1', 'port-location sub-option remote-id name %s vport 1' % mac_addr, 'dhcp-option82 enable vport 1', 'dhcp-option82 trust true replace vport 1', - 'ip dhcp snooping enable vport 1' + 'ip dhcp snooping enable vport 1', + 'ip-service ip-source-guard enable sport 1' ) return template diff --git a/group_app/locale/ru/LC_MESSAGES/django.po b/group_app/locale/ru/LC_MESSAGES/django.po index bffbf9b..63f100e 100644 --- a/group_app/locale/ru/LC_MESSAGES/django.po +++ b/group_app/locale/ru/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Dmitry Novikov nerosketch@gmail.com, 2017. # #, fuzzy msgid ""