Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b38ff4b4dba113c293368a038f02edf75f19c14a
https://github.com/fabbione/kronosnet/commit/b38ff4b4dba113c293368a038f02ed…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-11-23 (Tue, 23 Nov 2010)
Changed paths:
M cfg.c
M cfg.h
M knethandle.h
M ring.c
M ring.h
M tests/khandle_test.c
M tests/listener_test.c
M tests/ping_test.c
M vty_cli_cmds.c
Log Message:
-----------
knet_handle: do not generate new sockets for knet_handle
Signed-off-by: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: bf32e77821db4ba8a71457702c0f4173920d68da
https://github.com/fabbione/kronosnet/commit/bf32e77821db4ba8a71457702c0f41…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-23 (Tue, 23 Nov 2010)
Changed paths:
M vty.h
M vty_cli_cmds.c
M vty_cli_cmds.h
M vty_utils.c
Log Message:
-----------
vty: add link menu and clean up links on object destroy path
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 18b9d8268a3eaac29b26fd87dd31f6f9ce7d9cef
https://github.com/fabbione/kronosnet/commit/18b9d8268a3eaac29b26fd87dd31f6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M netutils.c
M netutils.h
M ring.c
Log Message:
-----------
ring: avoid lots of unnecessary casting, fix build on sparc and fix link loop
also avoid a segfault when scanning for multiple links
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 540cf2523291a983f304ef1fc912d876e74c9a29
https://github.com/fabbione/kronosnet/commit/540cf2523291a983f304ef1fc912d8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M Makefile.am
Log Message:
-----------
build: fix make dist
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: ba6bc349dc6c86a07c17f8517d905602bd1307ed
https://github.com/fabbione/kronosnet/commit/ba6bc349dc6c86a07c17f8517d9056…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M configure.ac
Log Message:
-----------
build: update configure.ac after autoscan
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 76c7b463a681b502d9cb5f863c6a113550c8e3d8
https://github.com/fabbione/kronosnet/commit/76c7b463a681b502d9cb5f863c6a11…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M netutils.c
M netutils.h
M ring.c
M tests/Makefile.am
Log Message:
-----------
ring: fix address comparison to determine if link is up/down
also initialize addrlen properly and fix make dist
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 6017777833520d8cfc27f804e9f651f2a86ee8e2
https://github.com/fabbione/kronosnet/commit/6017777833520d8cfc27f804e9f651…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M cfg.c
M cfg.h
M vty_cli_cmds.c
Log Message:
-----------
vty: add start/stop commands to interface
configure
interface kronosnet0 2
baseport 50000
mtu 9000
ip 192.168.7.2 24
peer node1 1
link 192.168.5.1
link 192.168.4.1
exit
start
exit
exit
exit
now starts the bridge and traffic is flowing!
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>