diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-23 23:22:02 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-23 23:22:02 +0000 |
commit | 6d134fb4defecb16591adbf4acb020acd165a75a (patch) | |
tree | e88549ea00e5a8b22ffacb36b7b1d2c9d941b664 /bgpd/ChangeLog | |
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.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 26614ced..548fd4d6 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,11 @@ +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. + 2007-07-31 Paul Jakma <paul.jakma@sun.com> * (general) Support for draft-ietf-idr-as-pathlimit-03. |