diff options
| author | Yahya Civelek <yahyacivelek@ulakhaberlesme.com.tr> | 2026-04-27 19:02:00 +0300 |
|---|---|---|
| committer | Yahya Civelek <yahyacivelek@ulakhaberlesme.com.tr> | 2026-04-27 19:02:00 +0300 |
| commit | 519e60e15ab52f887b87a5474fdebbd45063b567 (patch) | |
| tree | 1289e9933593dd355f5a835fa4b53be3800c9bc4 /src/cnode | |
| parent | b385ca83c4bb363bdcbe9d069ccab47b95ceecb1 (diff) | |
| download | vyatta-cfg-519e60e15ab52f887b87a5474fdebbd45063b567.tar.gz vyatta-cfg-519e60e15ab52f887b87a5474fdebbd45063b567.zip | |
T8587: add u64 type support
Mirror existing u32 handling to introduce a new u64 integer type:
- Add INT64_TYPE to vtw_type_e enum
- Register 'u64' type name and extend template lexer to classify
integer literals as INT64_TYPE when they exceed UINT_MAX
- Accept full u64 range in value lexer (strtoull / ULLONG_MAX)
- Add %llu cond_formats slot and INT64_TYPE comparison path in
val_cmp; map INT64_TYPE in type_to_name
- Add u64 / u64:* cases to bash completion value formatter
Diffstat (limited to 'src/cnode')
0 files changed, 0 insertions, 0 deletions
