I am coding the router controller. As we known, I need to configure the port

of switch a IP address(default gateway). So that hosts can delieve packet to

the gateway.
I use mininet to create a test network, and configure s2-eth1 using follow
command。
s2 ifconfig s2-eth1 10.0.1.1/24
But, When my nox controller connected to the switch, I could not get the IP
address assigned for s2-eth1.(I extract port from OFPT_FEATURES_REPLY
message,
however this message doesn't contain ip address.)

Any ideas?
thanks
-hzy
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to