commit | 6d134fb4defecb16591adbf4acb020acd165a75a | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Thu Aug 23 23:22:02 2007 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Thu Aug 23 23:22:02 2007 +0000 |
tree | e88549ea00e5a8b22ffacb36b7b1d2c9d941b664 | |
parent | b7fe4141123c6fc26fffec68d0db62ecf474c074 [diff] |
[bgpd] Pass NOSUB to regexec 2007-08-23 Paul Jakma <paul.jakma@sun.com> * bgp_regex.c: (bgp_regcomp) Pass NOSUB flag to regcomp to prevent parsing of substitutions, which can have profound performance effects on bgpd and are of no use to the CLI anyway. How much it helps depends on the regex implementation.