Hello all,
I'm trying to match the following in my configs, but it is not matching in NCM. Through other regex tests, it does match.
tcp-mss {
ipsec-vpn {
mss 1360;
}
}
Using this regex: ^tcp-mss.*\n.*ipsec-vpn.*\n.*mss 1360;\n.*\n.*}
Any thoughts?