Ondrej Zajicek
44f9cca21d
Merge commit 'a5fc59587fe864e4fcfb44eb3be57231b4ca339b' into integrated
...
Conflicts:
filter/filter.c
nest/config.Y
2014-04-29 15:15:35 +02:00
Ondrej Zajicek
6310da3509
Merge commit 'f83ce94d5e410d5e5b921121867321c19451896b' into integrated
2014-04-29 15:10:51 +02:00
Ondrej Zajicek
7b8adb3cb7
Merge commit 'f515e22924591542a909db0deb8545386aaa576e' into integrated
...
Conflicts:
sysdep/bsd/krt-sock.c
2014-04-29 15:07:08 +02:00
Ondrej Zajicek
8f4159a911
Merge commit 'e550a37206528be39e4751865b46720885fd64ed' into integrated
2014-04-29 13:52:01 +02:00
Ondrej Zajicek
7e2b6eaf43
Merge commit 'c404f4b968b69a2c5c1975d04abf7474891d5656' into integrated
2014-04-29 13:11:02 +02:00
Ondrej Zajicek
2187708520
Merge commit '6a8d3f1c1ffbd964e4d11b452c73e1ea70310af3' into integrated
...
Conflicts:
configure.in
lib/socket.h
nest/protocol.h
2014-04-29 13:00:14 +02:00
Ondrej Zajicek
411e8b1de2
Merge commit '92f8878cbf5d8ad9e9b909a9dcbb2112de54a542' into integrated
2014-04-29 12:52:39 +02:00
Ondrej Zajicek
abb93d9846
Merge commit '2a0130f94d2304e316f0ffad8e52fce094559782' into integrated
2014-04-29 12:52:34 +02:00
Ondrej Zajicek
c15a446634
Merge commit '507e182a60c3704f8a28a0450f1affc2c7c1b66a' into integrated
2014-04-29 12:46:59 +02:00
Ondrej Zajicek
5d43c86fc3
Merge commit 'b0a8c7fc8547eef21ede33887580b5e867ee742c' into integrated
2014-04-29 12:44:08 +02:00
Ondrej Zajicek
50d53854f5
Merge commit 'bff9ce5130d16af2fd802d42bdb2bff00980c9ae' into integrated
...
Conflicts:
tools/Makefile.in
2014-04-29 12:43:25 +02:00
Ondrej Zajicek
b1a2d4427c
Merge commit '1f64a487a065cc27c52ab0d3d38b7c82926fea70' into integrated
2014-04-29 12:41:40 +02:00
Ondrej Zajicek
e1242dccaa
Merge commit 'b21955e05800c3ceedfe39eef605da84285296c7' into integrated
2014-04-29 12:41:18 +02:00
Ondrej Zajicek
94acc8975c
Merge commit '00192d5ab88ff9eeccbc1bc10cb534976a56963d' into integrated
2014-04-29 12:40:54 +02:00
Ondrej Zajicek
d7c2018e47
Temporary OSPF commit.
2014-04-29 12:18:10 +02:00
Ondrej Zajicek
a5fc59587f
Rewrites static attribute filter code and adds ifname/ifindex attributes.
...
Thanks to Sergey Popovich for the original ifname/ifindex patch.
2013-09-26 22:08:21 +02:00
Ondrej Zajicek
4df2019ebf
Fixes build issues without BGP.
...
Thanks to Sergey Popovich for the patch.
2013-09-26 17:36:30 +02:00
Ondrej Zajicek
f83ce94d5e
Fixes missing unregister of kernel table handling code.
...
And some minor fixes.
Thanks to Sergey Popovich for the patch.
2013-09-26 17:33:00 +02:00
Ondrej Zajicek
f515e22924
Allows other than IA_PEER addresses on PtP ifaces on BSD.
...
Also fixes a potential problem with link-local dest_addrs
for IA_PEER addresses.
Thanks to Alexander V. Chernikov for the suggestion.
2013-09-22 19:15:39 +02:00
Ondrej Zajicek
6a8d3f1c1f
BFD work in progress.
...
Now it compiles and mostly works.
2013-09-16 23:57:40 +02:00
Ondrej Filip
e550a37206
Fixes problem with OSPF neighbor router ID change. Thanx to Alexander V. Chernikov
2013-09-13 18:55:02 +02:00
Ondrej Filip
c404f4b968
OSPF state machine fix - thanx to Alexander V. Chernikov
2013-09-11 01:15:34 +02:00
Ondrej Zajicek
92f8878cbf
Fixes a bug related to multiple IPs and direct protocol.
...
Multiple IPs in the same IP prefix confuse the direct
protocol and could cause withdrawal of a valid prefix.
Thanks to Dan Rimal for a bugreport.
2013-09-10 13:03:58 +02:00
Ondrej Zajicek
2a0130f94d
Fixes a bug in kernel extended attribute processing.
...
The bug caused that krt_prefsrc attribute was not processed when a route
received from a kernel protocol was exported to another kernel protocol.
Thanks to Sergey Popovich for a bugreport.
2013-09-10 13:01:22 +02:00
Ondrej Zajicek
507e182a60
Fixes reconfiguration of global set variables.
...
When global set variables were used, every reconfiguration restarted
protocols that use it in filters.
Thanks to Sergey Popovich for a bugreport.
2013-09-10 12:58:24 +02:00
Ondrej Zajicek
d27e127aa9
Merge commit 'origin/master'
2013-09-10 12:54:57 +02:00
Ondrej Zajicek
bf139664aa
Initial BFD commit, work in progress.
2013-09-10 12:09:36 +02:00
Ondrej Filip
b0a8c7fc85
Wrong change commited - 'route limit' marked as obsolete.
2013-08-15 20:26:50 +02:00
Ondrej Filip
e628cad0ca
BGP option 'route limit' is marked as obsolete. 'import limit' should be used instead.
2013-08-15 20:20:05 +02:00
Ondrej Filip
6d90e57332
Typo in documentation fixed.
2013-08-15 19:54:18 +02:00
Ondrej Filip
1f64a487a0
Symbol names enclosed by apostrophes can contain colons.
2013-08-15 13:29:33 +02:00
Ondrej Zajicek
bff9ce5130
Extends delete/filter operators to work no bgp_paths.
2013-08-15 01:06:47 +02:00
Ondrej Zajicek
8a112d8ba2
Removes strip from make install
...
Thanks to Alexander V. Chernikov for the patch.
2013-08-13 23:04:06 +02:00
Ondrej Zajicek
b21955e058
Fixes a bug related to mixed up neighbor events in BGP.
...
Neighbor events related to received route next hops got mixed up with
sticky neighbor node for an IP of the BGP peer. If a neighbor for a next
hop disappears, BGP session is shut down.
2013-08-13 20:42:43 +02:00
Ondrej Zajicek
00192d5ab8
Implements proper setting of 'gw' route attribute.
...
Thanks to Sergey Popovich for the bugreport.
2013-08-13 20:32:02 +02:00
Ondrej Zajicek
4e48b4bb4c
Merge commit 'f8e8fcfabeb206287065f48e800743b0aa797cc2' into integrated
...
Conflicts:
conf/confbase.Y
2013-07-31 18:43:23 +02:00
Ondrej Zajicek
a013bd08e3
Merge commit 'ac5745134847c044b21c311e5ab11d92d05bacc1' into integrated
2013-07-31 18:36:55 +02:00
Ondrej Zajicek
ed5c7b636e
Merge commit 'a0b176e3b2b50d3a30574afa927e0ee8ef65be68' into integrated
2013-07-31 18:36:26 +02:00
Ondrej Zajicek
5ea2afcdcf
Merge commit '354496ace87341428e6005fbc073fbe57b4e6c0e' into integrated
...
Conflicts:
sysdep/bsd/sysio.h
sysdep/unix/io.c
2013-07-31 18:33:55 +02:00
Ondrej Zajicek
3aae8f6ed8
Merge commit 'cc31b75a8fd7949533c12db2c3e9d67eeaf46d10' into integrated
2013-07-31 18:03:52 +02:00
Ondrej Zajicek
050de54105
Merge commit 'c01a94663cc18f53fd741c5d44387eead9ca88af' into integrated
...
Conflicts:
sysdep/bsd/krt-sock.c
sysdep/bsd/krt-sys.h
2013-07-31 18:03:35 +02:00
Ondrej Zajicek
6477b8f10c
Merge commit 'c6964c305b425b98aaf0492806a28b578d799d83' into integrated
...
Conflicts:
sysdep/bsd/krt-sock.c
sysdep/linux/netlink.c
sysdep/unix/krt.h
2013-07-31 17:39:16 +02:00
Ondrej Zajicek
6abc22f4b0
Merge commit '6ac4f87a2d661c739e55a63577e7bccf696c7abd' into integrated
...
Conflicts:
lib/socket.h
proto/ospf/config.Y
proto/ospf/iface.c
proto/ospf/ospf.h
proto/rip/rip.c
sysdep/bsd/sysio.h
sysdep/linux/sysio.h
sysdep/unix/io.c
2013-07-31 16:29:34 +02:00
Ondrej Zajicek
9cf24ba8e7
Merge commit 'ef4a50be10c6dd0abffd957132cd146029c3d79d' into integrated
...
Conflicts:
lib/ipv6.h
nest/config.Y
proto/ospf/config.Y
proto/rip/rip.c
sysdep/bsd/sysio.h
sysdep/linux/sysio.h
sysdep/unix/io.c
2013-07-30 23:48:07 +02:00
Ondrej Zajicek
2740f71b3b
Merge commit 'fad04c750ca6906fb095f1b45958dec0ac8e210c' into integrated
2013-07-30 22:00:26 +02:00
Ondrej Zajicek
f24ea8155b
Merge commit 'f623ab9875cad2d129f708e95021d3a252930000' into integrated
...
Conflicts:
proto/ospf/config.Y
proto/ospf/ospf.c
proto/ospf/rt.c
proto/ospf/topology.c
2013-07-30 21:59:36 +02:00
Ondrej Zajicek
cad9834b74
Merge commit '924868543c2010f3ef2cfcb7ba6bac5988ab3264' into integrated
...
Conflicts:
proto/ospf/iface.c
2013-07-30 21:34:47 +02:00
Ondrej Zajicek
f8e8fcfabe
Test commit.
2013-07-29 13:07:15 +02:00
Ondrej Zajicek
fd6cbe9053
Test commit.
2013-07-29 12:52:38 +02:00
Ondrej Zajicek
cff430f396
Test commit.
...
Also contains minor fixes in doc formatting.
2013-07-29 12:28:03 +02:00