Commit graph

524 commits

Author SHA1 Message Date
bodea
53ea63b326 drop "Session N is closing" message level to 4; don't process PPPIP packets in this state 2004-12-05 23:45:04 +00:00
Brendan O'Dea
38abd6684e drop "Session N is closing" message level to 4; don't process PPPIP packets in this state 2004-12-05 23:45:04 +00:00
bodea
5a3b9184c8 oops 2004-11-29 03:55:19 +00:00
Brendan O'Dea
af2489f67a oops 2004-11-29 03:55:19 +00:00
bodea
bc5b25832a make "established" a different tcp flag match
add fragment handling
drop IP address from LOG macro (function)
2004-11-29 02:17:17 +00:00
Brendan O'Dea
2f5b811429 make "established" a different tcp flag match
add fragment handling
drop IP address from LOG macro (function)
2004-11-29 02:17:17 +00:00
bodea
386fbf71ab add filtering 2004-11-28 20:09:52 +00:00
Brendan O'Dea
80308e8838 add filtering 2004-11-28 20:09:52 +00:00
bodea
0a29a72f55 update filter refcounts
add cli commands for filtering/unfiltering
2004-11-28 02:53:11 +00:00
Brendan O'Dea
6d5c3ecb4d update filter refcounts
add cli commands for filtering/unfiltering
2004-11-28 02:53:11 +00:00
bodea
12f16f60c1 - Revise CCP, send ConfigReq once only.
- Check control serial before clearing window, prevents looping tunnel
  setup in some instances.
- Add configuration syntax for adding named access lists (work in progress).
2004-11-27 05:19:53 +00:00
Brendan O'Dea
3057f5e655 - Revise CCP, send ConfigReq once only.
- Check control serial before clearing window, prevents looping tunnel
  setup in some instances.
- Add configuration syntax for adding named access lists (work in progress).
2004-11-27 05:19:53 +00:00
bodea
ad7c1ac942 continue, not return 2004-11-25 02:49:18 +00:00
Brendan O'Dea
26fb3ab9ac continue, not return 2004-11-25 02:49:18 +00:00
bodea
6fbc46c03b - Drop sendccp. If client sends a CCP request for compression just NAK it.
- Don't copy the old buffer into Config{Nak,Rej} LCP responses (oops);
  add length checks when appending.
- Have makeppp print a backtrace on overflow.
2004-11-25 02:45:27 +00:00
Brendan O'Dea
0753f6fc9f - Drop sendccp. If client sends a CCP request for compression just NAK it.
- Don't copy the old buffer into Config{Nak,Rej} LCP responses (oops);
  add length checks when appending.
- Have makeppp print a backtrace on overflow.
2004-11-25 02:45:27 +00:00
bodea
2da88f5f90 don't route Framed-IP-Address if contained in a Framed-Route 2004-11-18 09:02:29 +00:00
Brendan O'Dea
a5da286a96 don't route Framed-IP-Address if contained in a Framed-Route 2004-11-18 09:02:29 +00:00
bodea
7cb3cf60e7 pass cluster master state to plugin_control functions 2004-11-18 06:41:03 +00:00
Brendan O'Dea
c79eb06333 pass cluster master state to plugin_control functions 2004-11-18 06:41:03 +00:00
bodea
f5071c422d - Add startup-config(5) manpage.
- Add snoopctl, throttlectl plugins.
- Update documentation.
2004-11-17 15:08:19 +00:00
Brendan O'Dea
eb6906a28c - Add startup-config(5) manpage.
- Add snoopctl, throttlectl plugins.
- Update documentation.
2004-11-17 15:08:19 +00:00
bodea
bf0a00f106 - Add startup-config(5) manpage [FIXME].
- Revise nsctl to allow arbitrary strings/args to be passed to plugins.
2004-11-17 08:23:34 +00:00
Brendan O'Dea
5e01d2924d - Add startup-config(5) manpage [FIXME].
- Revise nsctl to allow arbitrary strings/args to be passed to plugins.
2004-11-17 08:23:34 +00:00
fred_nerk
9f5e93e3cd Add manpages from Jonathan McDowell
Remove reference to old -a command line argument
2004-11-16 21:54:46 +00:00
David Parrish
5d4d6bb059 Add manpages from Jonathan McDowell
Remove reference to old -a command line argument
2004-11-16 21:54:46 +00:00
bodea
27329d23aa - Ignore gateway address in Framed-Route (from Jonathan McDowell).
- Call sessionshutdown() when a tunnel is dropped rather than
  sessionkill() to ensure that RADIUS stop records are sent.
- Cleanup: make a bunch of global functions/variables static.
2004-11-16 07:54:32 +00:00
Brendan O'Dea
4f5ea4fbe0 - Ignore gateway address in Framed-Route (from Jonathan McDowell).
- Call sessionshutdown() when a tunnel is dropped rather than
  sessionkill() to ensure that RADIUS stop records are sent.
- Cleanup: make a bunch of global functions/variables static.
2004-11-16 07:54:32 +00:00
bodea
74967abeca make BGP keepalive/hold time configurable, revise config syntax 2004-11-11 03:07:42 +00:00
Brendan O'Dea
3ab5eeb379 make BGP keepalive/hold time configurable, revise config syntax 2004-11-11 03:07:42 +00:00
bodea
72346a7226 add a callback to allow plugins to fetch values from the running config 2004-11-09 08:05:01 +00:00
Brendan O'Dea
9cb9a8b436 add a callback to allow plugins to fetch values from the running config 2004-11-09 08:05:01 +00:00
bodea
1be4c47f88 Fix intercepts: don't double-snoop throttled customers, ensure
byte/packet counts are only updated once
2004-11-09 05:42:53 +00:00
Brendan O'Dea
32f6edf266 Fix intercepts: don't double-snoop throttled customers, ensure
byte/packet counts are only updated once
2004-11-09 05:42:53 +00:00
bodea
514606fde0 setsid 2004-11-05 07:50:05 +00:00
Brendan O'Dea
f0cab7b0b1 setsid 2004-11-05 07:50:05 +00:00
bodea
d2c470fb4e use LOG for logging macro
clean up initlcp handling
2004-11-05 04:55:25 +00:00
Brendan O'Dea
4e0597cd50 use LOG for logging macro
clean up initlcp handling
2004-11-05 04:55:25 +00:00
bodea
91b978f4a8 add peer_address config option 2004-11-05 02:47:47 +00:00
Brendan O'Dea
1a8d1e7b24 add peer_address config option 2004-11-05 02:47:47 +00:00
bodea
5acef8bb78 add length checks and comments to proxy LCP parsing 2004-11-05 02:25:25 +00:00
Brendan O'Dea
4da9597503 add length checks and comments to proxy LCP parsing 2004-11-05 02:25:25 +00:00
bodea
c162b9058d byte counters are sent to the master frequently which resets the idle
counter, don't bother forwarding packets for this reason
2004-11-04 06:05:55 +00:00
Brendan O'Dea
fa7204fcf4 byte counters are sent to the master frequently which resets the idle
counter, don't bother forwarding packets for this reason
2004-11-04 06:05:55 +00:00
bodea
98a1193817 retain subdomain of hostname if any 2004-11-04 05:08:36 +00:00
Brendan O'Dea
c66fc8c6b9 retain subdomain of hostname if any 2004-11-04 05:08:36 +00:00
bodea
90f31e7f71 make log a conditional macro for _log 2004-11-03 13:23:58 +00:00
Brendan O'Dea
284e4dd546 make log a conditional macro for _log 2004-11-03 13:23:58 +00:00
bodea
fe347137ce fix cut-n-paste error 2004-11-02 06:45:03 +00:00
Brendan O'Dea
8031ce79f6 fix cut-n-paste error 2004-11-02 06:45:03 +00:00