On Tue, Feb 18, 2014 at 3:34 AM, Aryabhatta . <[email protected]> wrote: > Hi > > > > I am facing some issues in bringing up the open flow ports. > > > > ovs-vsctl add-port s1 vhp4 -- set Interface vhp4 ofport_request=3 > > sudo ovs-ofctl mod-port s1 vhp4 up > What is "vhp4"? Is it seen with "ifconfig"? If not, you are likely adding a non existent port.
> > > -------------------- > > earyabh@IPCORE:~$ sudo ovs-ofctl mod-port s1 vhp4 up > > ovs-ofctl: s1: couldn't find port `vhp4' > > ------------------------- > > > > Can you please help me fixing the above. > > > > Logs shows the table modified. > > > > record 2857: 2014-02-18 11:20:11.477 "ovs-vsctl: ovs-vsctl add-port s1 vhp4 > -- set Interface vhp4 ofport_request=3" > > table Port insert row "vhp4" (c8962b13): > > table Bridge row "s1" (c1c8f540): > > table Interface insert row "vhp4" (f3452380): > > table Open_vSwitch row a1a99437 (a1a99437): > > > > record 2858: 2014-02-18 11:20:11.490 > > table Interface row "vhp4" (f3452380): > > > > record 2859: 2014-02-18 11:20:11.491 > > table Open_vSwitch row a1a99437 (a1a99437): > > > > Regards, > > Aryabhatta > > > > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
