summaryrefslogtreecommitdiffstats
path: root/interfaces-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-061-7/+10
* Interfaces: Move iface structure to a separate file and use it in view to det...Ted Trask2012-12-061-64/+7
* Interfaces - reorganize iface structure and always return full interface stru...Ted Trask2012-12-051-104/+124
* Interfaces - made iface a simple structure, rather than a classTed Trask2012-12-051-157/+100
* Interfaces: removed unnecessary escapespecialcharacters callsTed Trask2012-12-041-5/+5
* Changed delete interfaces to use a select and properly return resultsTed Trask2012-12-041-15/+8
* Changed cfe from iface to name to match what it used to beTed Trask2012-12-041-9/+9
* Change ifup/ifdown interface to select and validateTed Trask2012-12-041-18/+38
* Fix ifup / ifdown to capture the outputTed Trask2012-12-041-8/+8
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-15/+19
* Change all -controller.lua files to use new handle_form() functions found in ...Zach LeBar2012-03-211-24/+74
* Added 'ip tunnel' result to interfaces status.Ted Trask2010-03-101-0/+5
* Added get_interfaces function to model, bumped to 0.5.7v0.5.7Ted Trask2009-09-171-0/+16
* Fixed interfaces bug in expert, did some reorg of code.ttrask2009-03-121-95/+57
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-5/+6
* Tested by removing expected packages, files, and directories. Fixed resultin...Ted Trask2009-01-161-7/+2
* Modified interfaces to allow any character but ':' or '@' in interface name w...Ted Trask2008-12-081-2/+2
* Modified interfaces to allow any non-space characters in interface name.Ted Trask2008-12-011-4/+6
* Modified interfaces to fix parsing of interfaces file. Allow '.' characters ...Ted Trask2008-12-011-5/+6
* Added Restart Networking function to interfaces. Redirect to read after update.Ted Trask2008-10-131-0/+5
* Added missing require statement in interfaces.Ted Trask2008-09-251-0/+2
* Modified interfaces model to add a function to parse ip addr.Ted Trask2008-08-201-0/+24
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-021-2/+5
* Updated interfaces to use new cfe model, add more iface families, add more fl...Ted Trask2008-05-301-160/+318
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-1/+1
* Cleaned up 'read' tab so it only allows read (no edit actions).Mika Havela2008-03-281-4/+26
* new style of acf modulesv2.0Natanael Copa2007-07-271-0/+284