Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-16 | ietf-ip: Add ability to manipulate IP addressesHEADcurrent | A. Wilcox | 2 | -12/+54 | |
2020-12-15 | ifupdown-ng NMSA: Implement removal and updating of IPs | A. Wilcox | 2 | -6/+60 | |
2020-12-14 | ifupdown-ng NMSA: Add logic for adding addresses | A. Wilcox | 1 | -9/+42 | |
2020-12-14 | ietf-ip: 169.254/16 addrs not static are random (source: YANG) | A. Wilcox | 1 | -0/+3 | |
2020-12-11 | ietf-ip: Report live addresses in the operational state | A. Wilcox | 1 | -2/+34 | |
2020-12-11 | ifupdown-ng NMSA: Add live_addresses method | A. Wilcox | 1 | -0/+26 | |
2020-12-08 | ietf-ip: Initial enablement of write support | A. Wilcox | 3 | -11/+203 | |
Here be dragons, for now. | |||||
2020-12-08 | ncserver: Small style fixes | A. Wilcox | 3 | -5/+9 | |
2020-12-08 | service-openrc: Don't use extraneous parens | A. Wilcox | 1 | -1/+1 | |
2020-12-08 | Factor get_nmsa into a util module for DRY | A. Wilcox | 3 | -26/+18 | |
2020-12-08 | NMSA: Add rollback() and transaction() methods | A. Wilcox | 1 | -0/+24 | |
2020-12-07 | adelie-services: Vastly simplify YANG model | A. Wilcox | 1 | -5/+4 | |
This restores the original behaviour/design. No real rationale was given for splitting into a status node other than that the server did not support returning the same node name for running and operational. It does now, so let's do this. | |||||
2020-12-07 | Fix QName import stuff | A. Wilcox | 4 | -16/+3 | |
2020-12-07 | ietf-system: Log system shutdown/restart operations | A. Wilcox | 2 | -3/+11 | |
2020-12-07 | ietf-interfaces: Use boot time for discontinuity time | A. Wilcox | 1 | -6/+3 | |
2020-12-07 | ietf-system: Factor boot time calculation out to util module | A. Wilcox | 2 | -8/+14 | |
2020-12-07 | ietf-interfaces: Simplyify logic a bit | A. Wilcox | 1 | -6/+2 | |
Since we process the <NAME/> tag already, just remove it from the interface node entirely. This means we don't have to 'filter' on it later in the for loop, saving cycles during iteration. | |||||
2020-12-07 | util: PyLint fixes | A. Wilcox | 1 | -1/+2 | |
2020-12-07 | ietf-interfaces: Log changes | A. Wilcox | 1 | -1/+23 | |
2020-12-07 | ietf-interfaces,ip: Misc fixes | A. Wilcox | 2 | -14/+42 | |
2020-12-07 | ietf-system: Support augmenting | A. Wilcox | 1 | -1/+2 | |
2020-12-07 | Module Manager: Support augmenting models | A. Wilcox | 2 | -0/+64 | |
This is very early code, but seems to work. | |||||
2020-12-03 | ietf-interfaces: Add ability to edit description | A. Wilcox | 1 | -10/+63 | |
2020-12-02 | ietf-ip: Add WIP module | A. Wilcox | 1 | -0/+207 | |
2020-12-02 | modules: Misc style fixes | A. Wilcox | 2 | -7/+7 | |
2020-12-02 | ifupdown-ng NMSA: Add most of ipv4_enabled | A. Wilcox | 1 | -11/+33 | |
2020-12-02 | ietf-interfaces: Alphabetise imports (style) | A. Wilcox | 1 | -1/+1 | |
2020-12-02 | ifupdown-ng NMSA: Don't attempt non-CIDR fixups | A. Wilcox | 1 | -15/+1 | |
ifupdown-ng's `ifparse` will always give a CIDR format address. | |||||
2020-11-30 | ietf-interfaces: PEP 8 fixes | A. Wilcox | 1 | -3/+4 | |
2020-11-24 | ietf-interfaces: Connect to NMS abstraction layer | A. Wilcox | 2 | -31/+68 | |
2020-11-24 | Make ModuleManager something everyone can access | A. Wilcox | 2 | -9/+12 | |
2020-11-24 | ifupdown-ng NMSA: Add *UNTESTED* SLAAC logic | A. Wilcox | 1 | -0/+94 | |
2020-11-23 | ifupdown-ng NMSA: Add many more parameters | A. Wilcox | 1 | -6/+80 | |
2020-11-20 | ifupdown-ng NMSA: Add sysctl support | A. Wilcox | 1 | -8/+140 | |
2020-11-20 | ifupdown-ng NMSA: Factor common methods into one | A. Wilcox | 1 | -21/+15 | |
2020-11-20 | NMSA: Add ability to read 'live' values | A. Wilcox | 1 | -5/+42 | |
This allows us to have a true picture of the system for the operational datastore, separate from the config datastore. | |||||
2020-11-19 | ifupdown-ng NMSA: Add support for 'enabled' param | A. Wilcox | 1 | -2/+18 | |
2020-11-19 | NMSA: Pass parameter name to param fns | A. Wilcox | 1 | -6/+6 | |
This makes reuse and reflection easier. | |||||
2020-11-19 | ifupdown-ng NMSA: Make keys case-sensitive again | A. Wilcox | 1 | -17/+13 | |
2020-11-19 | ifupdown-ng NMSA: Make all keys case-insensitive | A. Wilcox | 1 | -22/+36 | |
2020-11-19 | ifupdown-ng NMSA: Add initial parameter handling | A. Wilcox | 1 | -8/+83 | |
2020-11-18 | NMSA: Make it possible to remove interfaces | A. Wilcox | 1 | -0/+9 | |
2020-11-18 | ifupdown-ng NMSA: Allow creating new ifaces with set_param | A. Wilcox | 1 | -5/+2 | |
2020-11-18 | ncserver: Spelling fixes | A. Wilcox | 1 | -6/+6 | |
2020-11-18 | ncserver: Style improvements | A. Wilcox | 2 | -6/+15 | |
2020-11-18 | ifupdown_ng NMSA: Implement list_addresses | A. Wilcox | 1 | -4/+59 | |
2020-11-18 | ncserver: Add draft NMSA mod for ifupdown-ng | A. Wilcox | 2 | -28/+233 | |
2020-10-29 | ietf-interfaces: Add more operational nodes | A. Wilcox | 1 | -0/+37 | |
2020-10-29 | ietf-interfaces: Add type field | A. Wilcox | 1 | -0/+32 | |
2020-10-29 | ietf-interfaces: Add statistics nodes | A. Wilcox | 1 | -1/+40 | |