Forum Discussion
Puli
Feb 21, 2012Nimbostratus
adding string members into an internal class in v10.1
I've create a internal class accouring to v10.1 via bigpipe commands
as below.
bp> class my_class {
"a" {"b"}
}
am trying to find a command to update the class...
JRahm
Feb 22, 2012Admin
bp>class my_class list
class my_class {
{
"a" { "b" }
}
}
bp>class my_class "b" { "c" } add
bp>class my_class list
class my_class {
{
"a" { "b" }
"b" { "c" }
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects