NetworkGhost
IS-IT--Management
I have an issue where I am outputting a line into some string variables. What I would like to due is place the remainder of the line into a one variable
The line looks like this:
access-list 100 permit ip any host 122.22.22.22
getline(configData, line) >> acl >> aclname >> aclaction >> remainder;
I know the above is wrong but I would like the value of remainder to be "ip any host 122.22.22.22"
Not sure how to get it done. Help is appreciated.
The line looks like this:
access-list 100 permit ip any host 122.22.22.22
getline(configData, line) >> acl >> aclname >> aclaction >> remainder;
I know the above is wrong but I would like the value of remainder to be "ip any host 122.22.22.22"
Not sure how to get it done. Help is appreciated.