Hi, We are using openvswitch-2.5.0
Is there a way to specify a range for trunks under bridge port, like
vsctl add port port1 trunks 100-250
It could be for add/set.
In the conf.db, these trunks seem to be getting stored as individual strings
like 100,101,102, ... 250 and it seems to expect the command also likevsctl add
port port1 trunks 100,101,102,103...150
If I have to specify such ranges for multiple ports, the conf.db seems to
occupy a lot of space and this format also seems little difficult to specify
100s of integers.
As I am not that familiar with OVS yet, am I missing something? Is there a way
to specify ranges and also minimize the conf.db space by storing the ranges?
-Thanks
Sent from Yahoo Mail. Get the app
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss