diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-07-26 12:36:23 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-07-26 12:36:23 +0000 |
commit | 3fee02f1a927d9c88886e1c981a031076b963b42 (patch) | |
tree | c04c6143e78e279a874f4d441ce2b214adf9039c /package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch | |
parent | de3a491240544e31bc198a1f6662d3cef125c514 (diff) | |
download | upstream-3fee02f1a927d9c88886e1c981a031076b963b42.tar.gz upstream-3fee02f1a927d9c88886e1c981a031076b963b42.tar.bz2 upstream-3fee02f1a927d9c88886e1c981a031076b963b42.zip |
Oops, wrong path for the two previous commits
SVN-Revision: 17013
Diffstat (limited to 'package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch')
-rw-r--r-- | package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch b/package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch deleted file mode 100644 index 1895f548f6..0000000000 --- a/package/openwrt-packages/net/quagga-unstable/patches/140-holdtimer-set.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/bgpd/bgp_network.c -+++ b/bgpd/bgp_network.c -@@ -185,8 +185,7 @@ bgp_accept (struct thread *thread) - peer->fd = bgp_sock; - peer->status = Active; - peer->local_id = peer1->local_id; -- peer->v_holdtime = peer1->v_holdtime; -- peer->v_keepalive = peer1->v_keepalive; -+ peer->v_holdtime = BGP_LARGE_HOLDTIME; - - /* Make peer's address string. */ - sockunion2str (&su, buf, SU_ADDRSTRLEN); ---- a/bgpd/bgpd.h -+++ b/bgpd/bgpd.h -@@ -709,6 +709,7 @@ struct bgp_nlri - /* BGP timers default value. */ - #define BGP_INIT_START_TIMER 5 - #define BGP_ERROR_START_TIMER 30 -+#define BGP_LARGE_HOLDTIME 240 - #define BGP_DEFAULT_HOLDTIME 180 - #define BGP_DEFAULT_KEEPALIVE 60 - #define BGP_DEFAULT_ASORIGINATE 15 |