Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-app-samples
/
925064bbb2aa9990ee07eed9cc034c89acab55bf
925064b
Uping versions to 1.3.0-SNAPSHOT and moving igmp, pim, mfwd to onos master.
by alshabib
· 9 years ago
76bddf9
Initial commit for PIM as an application.
by Rusty Eddy
· 9 years ago
ee28530
ONOS IPFIX demo app, OpenFlow statistics export over IPFIX
by Dusan Pajin
· 9 years ago
82ad9a4
Javadoc cleanups and some additional error checking
by Rusty Eddy
· 9 years ago
3bc7846
Basic IGMP skeleton app is ready to go. IGMP packet type,
by Rusty Eddy
· 9 years ago
7f0b52a
Removing DHCP code from onos-app-samples since it now moved to the main onos git repo.
by Thomas Vachuska
· 9 years ago
67eb43a
Adding Lease expiry to DHCP GUI
by samanwita pal
· 9 years ago
b864c36
Adding GUI for displaying the DHCP Mappings. DHCP REST API disabled.
by samanwita pal
· 9 years ago
117bf1c
UDP Traffic selector changes for DHCP Server
by samanwita pal
· 9 years ago
8f1bd1a
ONOS-2488 Finished moving network config stuff out of the incubator area.
by Thomas Vachuska
· 9 years ago
ab127d0
Adding REST APIs for DHCP Server
by samanwita pal
· 9 years ago
b81c278
Adding skeletal REST API for DHCP app.
by Thomas Vachuska
· 9 years ago
982cc0e
Adding DROP rule for failed intents + changing netconfig imports from incubator
by samanwita pal
· 9 years ago
cdc5280
Generating unique key for intents in ifwd app
by samanwita pal
· 9 years ago
e2983f5
Integrating hosts learned through DHCP into topology
by samanwita pal
· 9 years ago
869dd93
Adding unit tests for DHCPManager and IPAssignment
by samanwita pal
· 9 years ago
1585268
Fixing pom to allow onos-maven-plugin to work.
by Thomas Vachuska
· 9 years ago
57be0f2
Merge "Reject bad ip addresses on IP packets and count punts. Also added Override as needed on appropriate members."
by Brian O'Connor
· 9 years ago
a49b00f
Reject bad ip addresses on IP packets and count punts. Also added
by Rusty Eddy
· 9 years ago
37fe2e7
Moving sample apps to PacketProcessor methods
by Brian O'Connor
· 9 years ago
b7900e5
ONOS-2197 Generating ARP Replies to myMAC
by samanwita pal
· 9 years ago
ba6a3f0
Turn McastRouteTable into a service to be used by cli and rest code
by Rusty Eddy
· 9 years ago
792159a
ONOS-2197 Adding Router Address and DNS to the config
by samanwita pal
· 9 years ago
775f619
ONOS-2197 Enabling configuration using a json file for the DHCP server
by samanwita pal
· 9 years ago
f09c09e
ONOS-2197 Adding some logic to keep track of expired IP Lease Assignments
by samanwita pal
· 9 years ago
f66ed8a
ONOS-2197 Adding service interface and CLI for DHCP Server
by samanwita pal
· 9 years ago
18696f6
ONOS-2197 Adding the skeletal DHCP Server, Packet builder, processor, store
by samanwita pal
· 9 years ago
175f0b5
Merge "Added the mcast-delete cli command and supporting class methods. The changes also support withdrawing the associated intents."
by Thomas Vachuska
· 9 years ago
006975b
Stop referencing the variable egressPorts if it is null. Also
by Rusty Eddy
· 9 years ago
4e43506
Added the mcast-delete cli command and supporting class methods.
by Rusty Eddy
· 9 years ago
9e5f3b4
Converted one-ping to use objective service.
by Thomas Vachuska
· 9 years ago
b91ecce
Fixing javadoc in mfwd
by Brian O'Connor
· 9 years ago
16a72a5
Updating version 1.3.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
52da58b
Updating version 1.2.0
by Brian O'Connor
· 9 years ago
c6deaaa
Updating import in BandwidthCalendarResource.java
by Brian O'Connor
· 9 years ago
241617a
Updating onos-maven-plugin version in mfwd
by Brian O'Connor
· 9 years ago
497986c
Updating flowtest parent pom.xml
by Brian O'Connor
· 9 years ago
bed7e24
Merge "Adding Flow Rule test to app-samples (from onos-core)"
by Thomas Vachuska
· 9 years ago
d087dd2
Adding Flow Rule test to app-samples (from onos-core)
by Brian O'Connor
· 9 years ago
39bebd8
Added mcast join command and mcast-show --json
by Rusty Eddy
· 9 years ago
bcb4f0d
Fixed bandwidth calendaring app to use new API
by Jonathan Hart
· 9 years ago
1480b23
Moved the Intent handling functions from the McastForward class
by Rusty Eddy
· 10 years ago
edc1c69
Merge "Improved the readability of the multicast show command"
by Thomas Vachuska
· 10 years ago
1726752
Improved the readability of the multicast show command
by Rusty Eddy
· 10 years ago
48552d4
Merge "Adding explicit DROP instruction due to change in default behavior of DefaultTrafficTreatment.build"
by Thomas Vachuska
· 10 years ago
6799aeb
Removed app.xml and updated pom.xml with the onos.app.name property
by Rusty Eddy
· 10 years ago
75d9267
Updating reference to moved class: EthCriterion
by Brian O'Connor
· 10 years ago
568a7ce
Naming convention changes according to comments from code review
by Rusty Eddy
· 10 years ago
f6a33d2
Adding explicit DROP instruction due to change in default behavior of DefaultTrafficTreatment.build
by Srikanth Vavilapalli
· 10 years ago
63cf57b
Simplified app packaging to use just project.version rather than short.version.
by Thomas Vachuska
· 10 years ago
c83f3d3
Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files.
by Thomas Vachuska
· 10 years ago
4f5008c
Converting builtin applications to be delivered in a self-contained manner via OAR files.
by Thomas Vachuska
· 10 years ago
d1a4dbb
Fixed oneping packaging.
by Thomas Vachuska
· 10 years ago
2436baf
Moved demo app back to main onos repo. Fixed broken build in DatabasePerfInstaller.
by Thomas Vachuska
· 10 years ago
8090e22
Intent API builder changes
by Ray Milkey
· 10 years ago
87585ca
Moving intent-perf and election back to onos
by Brian O'Connor
· 10 years ago
5db9030
Adding README
by Brian O'Connor
· 10 years ago
f292d7d
Mirroring changes from mainline repo:
by Brian O'Connor
· 10 years ago
3b47a71
Porting intent changes to sample apps.
by Thomas Vachuska
· 10 years ago
9141e12
Fixing parent pom.
by Thomas Vachuska
· 10 years ago
c6733ef
Adding OnePing app.
by Thomas Vachuska
· 10 years ago
32e7460
Adding parent pom.xml and updating children
by Brian O'Connor
· 10 years ago
14894be
Adding database perf app
by Brian O'Connor
· 10 years ago
7cd0d83
Adding samples app
by Brian O'Connor
· 10 years ago
3200a07
Adding demo app
by Brian O'Connor
· 10 years ago
e0e6de0
Adding calendar app
by Hongtao Yin
· 10 years ago
083774a
Adding ifwd app
by Brian O'Connor
· 10 years ago
af0915a
Adding tvue app
by Brian O'Connor
· 10 years ago
964dedc
Adding intent perf app
by Brian O'Connor
· 10 years ago
64049d6
adding gitreview and gitignore
by Brian O'Connor
· 10 years ago
33dfc9d
Initial empty repository
by Brian O'Connor
· 10 years ago