]> git.proxmox.com Git - mirror_kronosnet.git/commit
vty: add start/stop commands to interface
authorFabio M. Di Nitto <fdinitto@redhat.com>
Mon, 22 Nov 2010 21:32:43 +0000 (22:32 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Mon, 22 Nov 2010 21:32:43 +0000 (22:32 +0100)
commit6017777833520d8cfc27f804e9f651f2a86ee8e2
treebb9ae0b859faffe1ad78b2937bc777a873915767
parent76c7b463a681b502d9cb5f863c6a113550c8e3d8
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@redhat.com>
cfg.c
cfg.h
vty_cli_cmds.c