commit | fadca2b846b9b1049a6e99749c53a5b9de65fc1a | [log] [tgz] |
---|---|---|
author | Himanshu Bhandari <himanshu.bhandari01@infosys.com> | Wed Jun 17 21:56:45 2020 +0530 |
committer | Himanshu Bhandari <himanshu.bhandari01@infosys.com> | Wed Jun 17 21:57:15 2020 +0530 |
tree | bc9e8c588b5b218850118e0d0e46584ad4019d61 | |
parent | 2311686a96446df2543fae6a42c3333b6358a74a [diff] [blame] |
[SEBA-992] Retrieve old s_tag for BNGPortMapping Change-Id: I44fe8e7e0c818259e863915627bfa6244aff4469
diff --git a/xos/synchronizer/models/fabric-crossconnect.xproto b/xos/synchronizer/models/fabric-crossconnect.xproto index 18f0a26..5844106 100644 --- a/xos/synchronizer/models/fabric-crossconnect.xproto +++ b/xos/synchronizer/models/fabric-crossconnect.xproto
@@ -32,4 +32,7 @@ unique = True]; required int32 switch_port = 2 [ help_text = "Switch port where BNG or other egress point is connected"]; + optional string old_s_tag = 3 [ + help_text = "Field for tracking old s-tag of bngportmapping instance", + max_length = 1024]; }